Frequently Asked Questions (FAQ)
Please go through the answers before contacting us for support.
| How does your license work? Can I buy a product once and use it on several sites? I get a blank screen... Is your source code encrypted? What is your refund policy? I am buying a second license with the same PayPal account. What about updates in the future? |
Can you develop SEF Advance extension fo... The page dies, displaying only a few for... How to link correctly in Joomla! / Mambo... I get strange characters in my URLs, can... Can I run SEF Advance on IIS? |
| How can i display AJAX Recommend module ... Can I replace the "loading" image? Is AJAX Recomment compatible with Joomla... I get "There was a problem with the requ... |
Is AJAX Photo Album compatible with Joom... My images in frontend don't load and my ... My albums don't load and Joomla! logs me... |
| Only the first article is loaded in my s... How do I style the module like on your d... |
I installed AJAX Register but I still se... How do I translate AJAX Register? Does AJAX Register support Moovur? How do I upgrade AJAX Register to a new ... |
AJAX Scroller
- Only the first article is loaded in my scroller...
- How do I style the module like on your demo site?
Only the first article is loaded in my scroller...
Make sure that the file: modules/mod_ajaxscroller/mod_ajaxscroller/scriptload.php has execution rights (at least 644, if that doesn't work CHMOD it to 755).
Try to access the file directly through your browser (http://www.domain.com/modules/mod_ajaxscroller/mod_ajaxscroller/scriptload.php?file[0]=script.js&gzip=1). You should get a text response and not Error 500 nor Error 403.
Another reason why the module doesn't scroll is a JS error. Check that you don't have JS errors in your browser. A common cause of the error is a conflict with jQuery. If your site uses this JS library it may collide with Mootools, Joomla native JS library of choice that is also used by AJAX Scroller. In that case you will have to get rid of references to jQuery and look for templates / modules that only utilize Mootools. That will also speed up your site because Mootools is already loaded in Joomla.
How do I style the module like on your demo site?
To change the module's width and height, its background, navigation buttons position and do other styling edit the file: modules/mod_ajaxscroller/mod_ajaxscroller/style.css.
If you have multiple modules on same page you can do individual styling by creating and uploading a css file with module ID: modules/mod_ajaxscroller/mod_ajaxscroller/styleID.css. For example, if your module ID is 51 you would name the file "style51.css". Also change the class names within the file to match your module's ID. There is an example css file (modules/mod_ajaxscroller/styleID.css) included which you can edit for this purpose. You are welcome to copy the css files from the AJAX Scroller demo site and use them. For more detailed tutorial see this post: Tutorial: Styling AJAX Scroller module


