skip to Main Content

Getting error 'Area is already set' while changing theme for Magento 2.2.4

I have copied magento-frontend-luma theme and change vendortheme name and paste in design folder magento2appdesignfrontendWebmynepruthvi In registration.php MagentoFrameworkComponentComponentRegistrar::register( MagentoFrameworkComponentComponentRegistrar::THEME, 'frontend/Webmyne/pruthvi', __DIR__ ); In theme.xml <theme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Config/etc/theme.xsd"> <title>Webmyne Pruthvi</title> <parent>Magento/blank</parent> <media> <preview_image>media/preview.jpg</preview_image> </media> </theme> In composer.json { "name": "webmyne/pruthvi", "description":…

VIEW QUESTION

Magento 1.9 api/rest 404 error

Recently I have moved a magento 1.9 but the api/rest url is 404ing. The site is running on php 7.0 on a virtual host. I have added <Directory /var/www/html/magento/> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory> But this…

VIEW QUESTION

Magento File Paths Are Wrong – SEO

I've been having problems getting anything but index.php to work on Magento. Having finally got everything to execute I've not just got a simple problem where the urls to files are incorrect. For example: the site is requesting .../static/version1111/.../logo.svg which…

VIEW QUESTION

Magento : override css class into my custom css file

I have a button called 'Request More Info' with code like below and its css class 'plp-description-request-btn' which is coming from main.css (skinfrontendthemedefaultcssmain.css) <a href="javascript:void(0);" class="plp-description-request-btn">Request More Info</a> appdesignfrontendthemedefaultlayoutpage.xml <action method="addItem"><type>skin_css</type> <name>css/custom.css</name></action> I need to override the css class for…

VIEW QUESTION
Back To Top
Search