No animation

  • Hovmedia
    Inactive member
  • Topic Author
  • New Member
  • New Member
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?

Please Log in to join the conversation.

More
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:
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
Powered by Kunena Forum