fourdw+ 1 Report post Posted November 8, 2011 Has anyone managed to get a Feature to change when rolling over the thumbnail? By default you have to click the thumbnail to trigger the next Feature. Thanks Andy Share this post Link to post Share on other sites
Kate 3 Report post Posted November 8, 2011 Hi Andy, Can't say I remember anyone discussing that feature before. It would just take some modifications to the JS. If you start and need help, let us know. Or if you get it and want to post back to share with others that might have the issue, even better! ;) Share this post Link to post Share on other sites
fourdw+ 1 Report post Posted November 10, 2011 Hi Kate, Help would be great! Still haven't cracked it. I'm using three large thumbnails across the page and want the feature to change on hover rather than click. I'm hacking the JS but it's not quite there. Highlighting my JS inexperience! Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted November 10, 2011 Hi Fourdw, I'm in a similar boat as you, when it comes to JS, I have a tendency to break my site. I'm sure one of the forum mods will be able to assist you, I would recommend posting what you have done so far or maybe contact one of the Pagelines Pros for help. http://www.pagelines.com/pros/ Please search our forums, before posting! Share this post Link to post Share on other sites
fourdw+ 1 Report post Posted November 10, 2011 Bingo! Changed the PagerEvent to 'mouseover'. Job done! For example prevNextEvent: "click.cycle" now becomes prevNextEvent: "mouseover.cycle" Share this post Link to post Share on other sites
Kate 3 Report post Posted November 10, 2011 Thanks for posting back with the solution, @fourdw. Share this post Link to post Share on other sites