- Posts: 1
- Thank you received: 0
iPhones Buttons not working
14 years 8 months ago #6946
by mdsj
iPhones Buttons not working was created by mdsj
Hi,
I've just installed HOT effects rotator into my Joomla site, and everything is working fine, except the iPhone buttons along the bottom of the images are not working. Left and right manual navigation works fine.
On the demo page, if you click on these buttons they select the image they relate to.
In the module config I have the following:
Left/Right Nav = Enabled
Left/Right Nav Hover Only = Disabled
Control Buttons = Enabled
Pause on Hover = Disabled
Manual Advance = Enabled
Has anyone else had this issue, and if so, how did you correct it ?
Many Thanks
Mike
I've just installed HOT effects rotator into my Joomla site, and everything is working fine, except the iPhone buttons along the bottom of the images are not working. Left and right manual navigation works fine.
On the demo page, if you click on these buttons they select the image they relate to.
In the module config I have the following:
Left/Right Nav = Enabled
Left/Right Nav Hover Only = Disabled
Control Buttons = Enabled
Pause on Hover = Disabled
Manual Advance = Enabled
Has anyone else had this issue, and if so, how did you correct it ?
Many Thanks
Mike
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 8 months ago #6957
by ivan.milic
Replied by ivan.milic on topic Re: iPhones Buttons not working
Hi,
Maybe your control buttons are covered with some transparent element in fron of them so you can not click on them.
In modules/mod_hot_effects_rotator/tmpl/style.css
Find:
.nivo-controlNav {
position: absolute;
left: 47%;
bottom: -15px;
}
And change bottom to 0px , it will move them little bit to the top.
Maybe your control buttons are covered with some transparent element in fron of them so you can not click on them.
In modules/mod_hot_effects_rotator/tmpl/style.css
Find:
.nivo-controlNav {
position: absolute;
left: 47%;
bottom: -15px;
}
And change bottom to 0px , it will move them little bit to the top.
Please Log in to join the conversation.
Time to create page: 0.194 seconds