- Posts: 2
- Thank you received: 0
pic changes back
-
efi
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 3 months ago #12970
by efi
pic changes back was created by efi
Hi,
a few days ago a bought the template "hot flashes". If mouseover 3rd link, the pic changes and after clicking the 3rd link, the pic changes back to pic 1. I would like that the pic won´t change back to the home-site. Who can help?
Best regards, efi
a few days ago a bought the template "hot flashes". If mouseover 3rd link, the pic changes and after clicking the 3rd link, the pic changes back to pic 1. I would like that the pic won´t change back to the home-site. Who can help?
Best regards, efi
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 months ago #12979
by ivan.milic
Replied by ivan.milic on topic Re: pic changes back
open templates\hot_flashes\flashes_menu\menu.js
around line 182 you will see this:
move(1,'bg' + String(MoveTo));
add this line after that:
jQuery('#flashes.menu > li').removeClass(menu_flashes_classes).addClass('bg' + String(MoveTo));
around line 182 you will see this:
move(1,'bg' + String(MoveTo));
add this line after that:
jQuery('#flashes.menu > li').removeClass(menu_flashes_classes).addClass('bg' + String(MoveTo));
Please Log in to join the conversation.
Time to create page: 0.179 seconds