skip to Main Content

adding a new theme in magento2

i have uploaded the files of the new theme bought from https://themeforest.net/user/codazon . But don't know where to move each individual files to the correct directories in order to add this new theme. Below is the files inside the new…

VIEW QUESTION

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
Back To Top
Search