on click system configuration open tab not working
on this i faced this issue, on click system configuration open tab but after click other tab magneto admin click not working i can not able click any where enter link description here
Auto Added by WPeMatico
on this i faced this issue, on click system configuration open tab but after click other tab magneto admin click not working i can not able click any where enter link description here
Basically, product images doesn’t getting load, it loads after page refresh. and i got this error. i am using Codazon Theme, i have tried following solution to resolve this issue but it didn’t work app/design/frontend/vendor/theme/requirejs-config.js var config = { paths:… Read More »TypeError: $fotoramaElement.fotorama is not a function
I currently have the Breeze theme version swissup/breeze-evolution – 2.1.5. I need to update to the latest version. What steps should I take to do this?
I am trying to override the html template that is rendered using Javascript. However, it seems that the module’s html is overwriting my customization from within the theme. E.g I want to overwrite the “breadcrumbs” template. The base template file… Read More »Override Javascript template in Custom Theme – underlying module overwrites theme template
I’ve begun working on a theme for Magento 2. I’m new to this so go easy. I’ve been following along with the documentation Create a Storefront Theme | Commerce Frontend Development and I want to add an additional dependency via… Read More »Theme – requires a dependency “magento/framework” cannot be found
Parent theme (theme design directory path) app/design/frontend/Jigar/basetheme/Magento_Customer/layout/customer_account_create.xml Here is the sample code : <?xml version=”1.0″?> <!– /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ –> <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <update handle=”customheader” /> <body>… Read More »How to remove parent theme handle from child theme programmatically?
I am creating custom theme without parent. Now, I want to add custom less file inside Magento_Theme folder. File path : app/design/frontend/VendorName/ThemeName/Magento_Theme/web/css/source/_mycustom.less I tried to call this file inside app/design/frontend/VendorName/ThemeName/web/css/_sources.less file. But, it’s not working. I added this below line… Read More »Magento 2 : How to Import Custom Module’s Less file in Custom Theme
Upgraded my magento to 2.4.6 from 2.4.0 and the pagination is showing but it is not working. when i am clicking on page 2, it is not going on next page and the url is also not updating. Here is… Read More »After upgrade to magento 2.4.6-p3, the pagination is not working
I have a certain route in my store for which I want to switch to magento’s luma theme. I used the layout_load_before event and created an oberserver to do that: namespace MyModuleObserver; class LayoutLoadBefore implements MagentoFrameworkEventObserverInterface { protected MagentoFrameworkAppRequestHttp $_request;… Read More »Magento 2: Override theme conditionally fails
I have created the registration.php, theme.xml,composer.json in app/design/frontend/myvendorname/themename_theme/ and _extends.less in app/design/frontend/myvendorname/themename_theme/web/css/source. Ran the following commands rm -r /home/magento/pub/static/* /home/magento/var/view_preprocessed/* /home/magento/var/cache/* cp /root/.htaccess /home/magento/pub/static/ #re-copying htaccess above to static folder just in case it got lost magento cache:flush magento setup:static-content:deploy… Read More »New extended theme from luma doesnt show style-l or style-m css