- Posts: 2
- Thank you received: 0
No animation
-
Hovmedia
Inactive member - Topic Author
- New Member
Less
More
12 years 2 months ago #22194
by Hovmedia
No animation was created by Hovmedia
Hi!
I just installed the Hot Flashes Menu on my website www.hovmedia.no . Just using some testpics now.
I am not able to get any animation when I roll over the menu buttons. It only switches. Have I forgotten something during setup?
I just installed the Hot Flashes Menu on my website www.hovmedia.no . Just using some testpics now.
I am not able to get any animation when I roll over the menu buttons. It only switches. Have I forgotten something during setup?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago - 12 years 2 months ago #22203
by ivan.milic
Replied by ivan.milic on topic No animation
Your template inter-fear with style. Open
modules\mod_hot_flashes_menu\tmpl\default.php
around line 81:
change to:
modules\mod_hot_flashes_menu\tmpl\default.php
around line 81:
Code:
for( $loop = 0 ; $loop < count($bcg_images); $loop ++) {
echo '.'.basename(basename(basename(basename($bcg_images[$loop],'.jpg'),'.jpeg'),'.png'),'.gif').' {
background:url(\''.$backgrounds_url.basename($bcg_images[$loop]).'\');
}
';
$backgrounds_exist++;
}
change to:
Code:
for( $loop = 0 ; $loop < count($bcg_images); $loop ++) {
echo '.'.basename(basename(basename(basename($bcg_images[$loop],'.jpg'),'.jpeg'),'.png'),'.gif').' {
background:url(\''.$backgrounds_url.basename($bcg_images[$loop]).'\')!important;
}
';
$backgrounds_exist++;
}
Last edit: 12 years 2 months ago by ivan.milic.
The following user(s) said Thank You: Hovmedia
Please Log in to join the conversation.
Time to create page: 0.162 seconds