1- I use jReviews on my site and on the listing page, where the login module appears (bottom of the page) the login button appears before the entry fields. How can this be fixed?
2- which file should I edit in order to load javascripts in the mobile theme? I need this so I can load a Facebook Connect button in the loin of the mobile theme. I have done this in a yootheme template by adding
- Code: Select all
$this['asset']->addFile('js', 'js:all.js');
in /templates/yootheme_template/layouts/template.config.php
3- which file should I edit in order to include the Facebook Connect button in the mobile template?
Tahnk you for your help.