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

Mini-cart changes not taking effect – Magento 2

I need to change mini-cart in our theme that falls back to magento 2 luna theme to show it using hover instead of click. So I have copied /vendor/magento/module-checkout/view/frontend/templates/cart/minicart.phtml to /app/design/frontend/[ourCompany]/[websitename]/Magento_Checkout/templates/cart/minicart.phtml Edited the file: .... <div class="block block-minicart empty" data-role="dropdownDialog"…

VIEW QUESTION
Back To Top
Search