Powerbanners is a responsive banner slider magento extension. You can create your own text styles for banners. Choose from over 600 google fonts, update font weight, font size and letter spacing. You will see live preview of chosen parameters Text style has following parameters Style Title – style title Font Family – adjust font family […]
read moreFAQ
Parameters you can override in shortcode
You can insert Powerbanners slider in any cms page or static block. {{block type="powerbanners/slider" alias="slider_alias" }}
– This code insert new Powerbanners slider in cms block. Slider will use settings from slider configuration. However, you can override certain settings in shortcode parameters…
HTML structure of single banner
Standard markup of banner with image and two lines of text. As you can see main wrapper is A with class=powerbanner-wrapper
. Titles is wrapped in title-wrapper
element. You can use it to add padding to titles…
Envato license. Which one is best for you?
Did you know that when you purchase an item from envato marketplace like Codecanyon, you’re actually purchasing a envato license to use that item? Codecanyon items can be sold under regular or extended license. Regular License Regular License allows use of the item in one single end product which end users are not charged to […]
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 more