- Thank you received: 0
Slide controls circle backgrounds not showing up
-
mikeoppeneer
-
Topic Author
- New Member
-
Less
More
15 years 5 months ago #873
by mikeoppeneer
Slide controls circle backgrounds not showing up was created by mikeoppeneer
Hi Everyone,
I am currently experiencing with my hot image slider where by the colored circles sometimes do not show up behind the slide control numbers.
My client's website is: macleansexeter.ca/Macleans
When you first load up the page the colored circles appear as backgrounds. This has been verified in Safari, FF (mac and pc) and Internet Explorer. However when I click on the "Macleans Home" button and the page refreshes then the colored circles disappear.
The "Macleans Home" menu link is set to the Joomla default to display when the web page is first displayed.
The hot image slider is loaded in an article using {Module [218}} plugin. And the front page is displayed in blog style displaying 4 articles.
Would anyone be able to explain to me why the circles do not show up the second time and why they are only viewable when the site is first loaded?
Michael
I am currently experiencing with my hot image slider where by the colored circles sometimes do not show up behind the slide control numbers.
My client's website is: macleansexeter.ca/Macleans
When you first load up the page the colored circles appear as backgrounds. This has been verified in Safari, FF (mac and pc) and Internet Explorer. However when I click on the "Macleans Home" button and the page refreshes then the colored circles disappear.
The "Macleans Home" menu link is set to the Joomla default to display when the web page is first displayed.
The hot image slider is loaded in an article using {Module [218}} plugin. And the front page is displayed in blog style displaying 4 articles.
Would anyone be able to explain to me why the circles do not show up the second time and why they are only viewable when the site is first loaded?
Michael
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6843
- Thank you received: 726
15 years 5 months ago #878
by milos
Replied by milos on topic Re: Slide controls circle backgrounds not showing up
Problem with SEF links without mod_rewrite. Please open default.php file of module and change lines like:
to
Code:
background-image: url(/modules/mod_hot_image_slider/images/slide-nav-'.$buttonColor.'.png);
Code:
background-image:url(http://www.yoursite.com/modules/mod_hot_image_slider/images/slide-nav-'.$buttonColor.'.png);
Please Log in to join the conversation.
Time to create page: 0.148 seconds