Hi, i put this useful tool in my site, http://www.dynamicdrive.com/dynamici...agemagnify.htm
Now he problem is, when i load a page which contains that, the image doesn't zoom, but when i try to reload the image zooms already.
any tips?
Hi, i put this useful tool in my site, http://www.dynamicdrive.com/dynamici...agemagnify.htm
Now he problem is, when i load a page which contains that, the image doesn't zoom, but when i try to reload the image zooms already.
any tips?
Please post a link to a page on your site that contains the problematic code so we can check it out.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
let's make this one as an example:
http://www.movie-arena.info/49
Works fine here in several browsers (Opera 10, Firefox 3, IE 8 - various modes, Chrome 5) without reload. There are other script errors on the page though (from Firefox error console):
Any particular browser version you had in mind?Error: jQuery("ul.sf-menu").supersubs is not a function
Source File: http://www.movie-arena.info/wp-conte...c-dropdowns.js
Line: 6
Error: jQuery(".content img.thumbnail").lazyload is not a function
Source File: http://www.movie-arena.info/wp-conte.../js/gallery.js
Line: 8
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
DJCyrus81 (08-10-2010)
how do i fix those problems? i use firefox
In the first case, get rid of this:
In the second, get rid of:Code:<script type="text/javascript" src="http://www.movie-arena.info/wp-content/themes/thematic/library/scripts/thematic-dropdowns.js"></script>
Code:<script type="text/javascript" src="http://www.movie-arena.info/wp-content/themes/gallery/js/gallery.js"></script>
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
DJCyrus81 (08-12-2010)
Bookmarks