The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
I am getting error when try to rotate images.
This happens when you have your mouse over one thumb and the page is not fully loaded.
then the image url is like this on source code
media/videos/tmbnull13.jpg
seams like the full image path is not full loaded and takes the old thumb path that is on the top of the page.
so running the rotation code after the full page is loaded will help
and this is easy with jquery
http://css-tricks.com/snippets/jquery/r … as-loaded/
Offline
Edit templates/your-template/js/jquery.main-0.1.js and replace:
$(document).ready(function() {
with:
$(document).load(function() {
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Hmmm...thats what its supossed to do. I'll find a fix for 1.0.7
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1