Slider Revolution gives you ability to create attractive content for any page in magento 2. It can be used in cms pages, category listings, product pages etc. You have several ways of intergration including shortcode for cms pages/blocks, xml code for layout files and plain php. Today we will learn how to add slider to […]
read moreFAQ
How to Dynamically Replace Slide Images in Slider Revolution
In some cases you will need to dynamically replace slide images in Slider Revolution. For example if you want to change image depending on browser size. Or after some user actions. This is quite easy with use of Slider Revolution API and Custom Javascript. Lets for example add feature that changes second slides image to […]
read moreMagento two modules extend same class problem solution for Slider Revolution extension
Extending modules instead of modifying them is a good practice in Magento development. But what will happen if in Magento two modules extend same class? This can occur when two extensions extend same class for own needs. In this case only the last one will get benefit from extending it. And the first one will […]
read moreHow To Make Wunderadmin Magento Admin Theme Work With Localized Module
Wunderadmin Magento Admin Theme overrides two page templates: header.phtml and footer.phtml. If some other extension, like Localized one overrides them too it will cause issues with admin theme. To solve this problem need to override them again. To do it copy header.phtml and footer.phtml templates from /app/design/adminhtml/default/default/template/magento_localized/ to /app/design/adminhtml/default/wunderadmin/template/magento_localized/ and do the following changes to […]
read moreAjax Cart: how to add related products to success popup
If you using NWDthemes Ajax Cart and you want to have the related products on the success pop-up notification when you add an item to the basket, you just need to make small changes in a single file – app\code\community\Nwdthemes\Nwdajax\controllers\CartController.php
read moreUltratabs: how to make it compatible with Ultimo theme
Ultratabs extension will provide you with power to display, hide and change order of core Magento tabs on product details page. Such as: Description, Additional Information, Upsell Products List, Related Products List, Products Tags and Products Reviews List with Add Review Form. By default it is not compatible with Ultimo theme. You need to make […]
read moreFAQ Page: how to add static block at the top
FAQ Page extension allows you to create separate page with common questions, categorize them, add popular questions, use magento shortcodes in questions text. Customers get nice page with answers for all common questions. But sometimes customers want to add some more info to FAQ page. It can be done by adding static block via layout […]
read moreSlideshow for category page with Slider Revolution Magento Extension
You can easily creare slideshow for category page with Slider Revolution Magento Extension. In fact, you can have different slideshows for different categories in the following way: Login to admin Navigate to NWDthemes > Slider Revolution > Manage sliders and create new slider for the category. Navigate to Catalog > Manage Categories and choose category […]
read moreHow to add padding to banner title
Powerbanners is a responsive banner slider magento extension. By default banner title has no padding. However, you can adjust banner css to add padding to title. Default banners look Banners with title padding If you want to add padding to banner title you need to perform following steps: 1. Login to admin 2. Navigate to […]
read moreHow to add Powerbanners to category page
Powerbanners is a responsive banner slider magento extension. If you want to use Powerbanners for certain category – it is pretty easy to achieve it with custom layout update. You need to perform following steps: 1. Login to admin panel 2. Navigate to Catalog > Categories 3. Select category you want to update 4. Switch […]
read more