- Posts: 14116
- Thank you received: 1639
Control Buttons doesn't apeear
-
ivan.milic
Support Staff - Moderator
Less
More
13 years 2 months ago #12446
by ivan.milic
Replied by ivan.milic on topic Re: Control Buttons doesn't apeear
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
Less
More
- Posts: 120
- Thank you received: 0
13 years 2 months ago #12455
by elanna
Replied by elanna on topic Re: Control Buttons doesn't apeear
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #12475
by ivan.milic
Replied by ivan.milic on topic Re: Control Buttons doesn't apeear
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;
}
.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
Less
More
- Posts: 120
- Thank you received: 0
13 years 2 months ago #12480
by elanna
Replied by elanna on topic Re: Control Buttons doesn't apeear
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!!!
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #12485
by ivan.milic
Replied by ivan.milic on topic Re: Control Buttons doesn't apeear
Use this fix, add this css to bottom of template_css.css
div.nivo-slice {
height:270px!important;
}
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