Control Buttons doesn't apeear

More
13 years 2 months ago #12446 by ivan.milic
First update jQuery because all that depends on it, then we will look again.

Please Log in to join the conversation.

  • elanna
    Inactive member
  • Topic Author
  • Member
  • Member
More
13 years 2 months ago #12455 by elanna
I have done the JQuery update as you have indicated. You can enter with your ADMIN user to visit the website if necessary, ok?

Please Log in to join the conversation.

More
13 years 2 months ago #12475 by ivan.milic
I found this in modules/mod_hot_effects_rotator/tmpl/style.css



.nivo-controlNav {
position:absolute;
left:47%;
bottom:-2px; z-index:1000;}
}

this } after z-index breaks css, fix it:

.nivo-controlNav {
position:absolute;
left:47%;
bottom:-2px;
z-index:1000;
}

Please Log in to join the conversation.

  • elanna
    Inactive member
  • Topic Author
  • Member
  • Member
More
13 years 2 months ago #12480 by elanna
Ok... my mistake... never rely on Notepad++ to indicate errors!

I fix the code....
The control buttons on FFox and IE9 are bullets and running well!

But the problem with Slice UP or Slice Down effect is persistent...
just half of images changing... what weird!!!

Please Log in to join the conversation.

More
13 years 2 months ago #12485 by ivan.milic
Use this fix, add this css to bottom of template_css.css

div.nivo-slice {
height:270px!important;
}
The following user(s) said Thank You: elanna

Please Log in to join the conversation.

Time to create page: 0.091 seconds
Powered by Kunena Forum