Responsive banner pre-fetch
- Posted by Ian Blackie (7) Offline
The banners are being displayed and are rotating but prior to the next banner i see a preview of the next banner in the top left corner of the current banner. It is very small but certainly unwanted. Joomla 3.1,
www.usstripbars.com
10 years 10 months ago #1
by Ian Blackie
www.usstripbars.com
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5263) Offline
Hmm, strange. Can you temporarily switch the template to default one (protostar) to check whether this is a template problem or something else
10 years 10 months ago #2
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by Ian Blackie (7) Offline
Too risky, it a live site. I have noticed that the tiny pre fetch is actually doing the transitions and then when it is complete the banner refreshes and shows the full size. I'm using Nivo right now, when i select Adaptor or Sequence the banner only appears as a thin sliver.
10 years 10 months ago #3
by Ian Blackie
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5263) Offline
Hmm, you can create a new (hidden) menu item, set protostar template on that menu and set the module to be published in there.Too risky, it a live site
Please Log in or Create an account to join the conversation.
- Posted by Ian Blackie (7) Offline
I have put it on a hidden menu (registered) using protostar template and it works fine. Can you point me in the right direction so i can figure out what to focus on when i contact the template developer please. Using a joomlart template with T3, bootstrap & K2.
Thanks.
10 years 10 months ago #5
by Ian Blackie
Thanks.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5263) Offline
Hi, Sorry for delay in responding.
It looks like it because your template css force the max-width value = 100% for all of <img> tag.
Can you try to add this css in the very end of your css file :
10 years 10 months ago #6
by TemplatePlazza
It looks like it because your template css force the max-width value = 100% for all of <img> tag.
Can you try to add this css in the very end of your css file :
.nivoSlider img {
max-width: none!important;
}
Please Log in or Create an account to join the conversation.