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 moreslider revolution
Magento 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 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 moreMagento Extensions Updates
Constantly working on improving user experience of our clients we glad to inform about new Magento extensions updates. Slider Revolution Magento Extension Updates We’ve found and eliminated couple of minor problems reported by our customers: fixed: Fix for line ending character convert issue in preview. fixed: Fix for warning on create new template slider. fixed: […]
read moreHow i can use Google Fonts in Slider Revolution
You can choose from 500+ Google Fonts in Slider Revolution Magento Extension. You can do it in Edit Style dialog when editing text layer of your slide: Click text layer you want to edit In Layer General Parameters select Style and click Edit Style button In Edit Style Dialog choose font in Font Family dropdown […]
read moreHow to use custom font in Slider Revolution Magento Extension
You can use your custom font in Slider Revolution Magento Extension in the following way: 1. Upload your font to your server, for example in media/fonts/ folder. 2. Include your custom font by inserting following line to style of your slider. You can do it in sliders Custom CSS of Slider Settings here: Or in Edit […]
read moreHow to insert Slider Revolution programmatically
You can insert Slider Revolution to Magento store programmatically by adding it to layout or generating and outputting its code in controller action or block. For example in controller action you can use following code: $this->loadLayout(); $myBlock = $this->getLayout() ->createBlock(‘revslider/revslider’) ->setAlias(‘homepage’); This will create Slider Revolution block, now you can render it to html string to […]
read moreHow to fix Database tables not found error in Slider Revolution extension
Problem: Got error “Database tables not found…” after installing Slider Revolution extension. Reason: Cache was not disabled during installation process. Solution: Go to System > Cache Management of Magento Admin panel Disable All Cache Log out from Magento Admin panel Remove nwdthemes_revslider_setup row from core_resource table using PhpMyAdmin or by running this MySQL query: DELETE FROM `core_resource` […]
read moreSlider Revolution Responsive Magento Extension Release
Good news everyone! Most popular slider plugin Slider Revolution Responsive WordPress Plugin now available for Magento platform as Slider Revolution Responsive Magento Extension. Slider Revolution plugin is slides display solution that works with all possible types of content with easy to customize styles, transitions, effects and animations. With this extension you can build responsible or […]
read more