How i can use Google Fonts in Slider Revolution

Slider Revolution magento extension FAQ

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 more

How to insert Slider Revolution programmatically

Slider Revolution magento extension FAQ

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 more

How to fix Database tables not found error in Slider Revolution extension

Slider Revolution magento extension FAQ

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