Responsive Banner Slider questions

Hi. I bought Responsive Banner Slider in July. I did not use it at first but I am trying to use it now.

Your web site states that the current version is 2.2.4. I downloaded this tonight from your site and installed it, and in the Extension Manager it says it is 2.2.3. Do I have the latest version of it?

The Banner slider works fairly well on the front end, but it appears to enlarge the banners to fit the available space. My banners are all 468 x 60. I do not want them to go any larger than that, because they get blurry if they are larger than that. If the window is made larger, the banner gets larger, and becomes blurry. Is there a way I can make the banners stop at a maximum size of 468 x 60 and not go any larger?

You can see the banner at the top of the page at fireworksland.com
I am using Nivo Slider, Default, Fade.
I am using Joomla 3.3.6. I am using the Gantry template.

Thank you for your help!
10 years 6 months ago #1 by bw92116

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5310) Offline
Hi, try to add this code to your template css file
#responsive-banner-slider img {
max-width:468px!important;}
.nivoSlider {
max-width:468px!important;}
10 years 6 months ago #2 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Thank you!
10 years 6 months ago #3 by bw92116

Please Log in or Create an account to join the conversation.

That solved that issue, thank you.
But today something else happened.
There is a red square now where the banners should be.
See the attached file.
What causes this?
Thank you
10 years 6 months ago #4 by bw92116

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5310) Offline
Hi, please try this code :
#responsive-banner-slider img {
max-width:468px!important; }
.nivoSlider {
max-width:468px!important;
background:none!important; }
10 years 6 months ago #5 by TemplatePlazza

Please Log in or Create an account to join the conversation.

OK thank you
10 years 6 months ago #6 by bw92116

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum