- Posts: 21
- Thank you received: 0
Hot Effect Roator Image Load issue on Firefox, etc
-
planethop
Inactive member - Topic Author
- Member
Less
More
13 years 5 months ago #9971
by planethop
Hot Effect Roator Image Load issue on Firefox, etc was created by planethop
Hot Effects Rotator does not load images properly on the following browsers: Chrome, Firefox, Opera and Safari.
When you browse to the site ( planethop.com )
- First image shows up briefly and then disappear.
- Then after a while the first image shows up.
- Images that have descriptions don't show up - just the description shows up, no image.
- Cycles through 2 pictures out of 9 only.
- Pictures get stuck for a long time, while it still cycles through the descriptions, so pictures and descriptions become out of sync.
I tried the CSS fixes suggested in this forum in my template.css file - but none of them worked.
Works fine on IE and Avant Broswers.
When you browse to the site ( planethop.com )
- First image shows up briefly and then disappear.
- Then after a while the first image shows up.
- Images that have descriptions don't show up - just the description shows up, no image.
- Cycles through 2 pictures out of 9 only.
- Pictures get stuck for a long time, while it still cycles through the descriptions, so pictures and descriptions become out of sync.
I tried the CSS fixes suggested in this forum in my template.css file - but none of them worked.
Works fine on IE and Avant Broswers.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #9978
by ivan.milic
Replied by ivan.milic on topic Re: Hot Effect Roator Image Load issue on Firefox, etc
try this:
put this at the end of template_css.css:
#slider img{
display:none;
}
put this at the end of template_css.css:
#slider img{
display:none;
}
Please Log in to join the conversation.
-
planethop
Inactive member - Topic Author
- Member
Less
More
- Posts: 21
- Thank you received: 0
13 years 5 months ago #9980
by planethop
Replied by planethop on topic Re: Hot Effect Roator Image Load issue on Firefox, etc
I added the code and it did not work.
My template is called:
template.css
/home/planetho/public_html/templates/PlanetHop_Template_1/css/template.css
Site:
planethop.com
My template is called:
template.css
/home/planetho/public_html/templates/PlanetHop_Template_1/css/template.css
Site:
planethop.com
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago - 13 years 5 months ago #9987
by ivan.milic
Replied by ivan.milic on topic Re: Hot Effect Roator Image Load issue on Firefox, etc
Turn off jQuery of component that has this link:
planethop.com/components/com_comprofiler ..
,then turn off jQuery of component that has this link:
planethop.com/modules/mod_swmenupro ..
,then turn off jQuery in Effects rotator
at the end
i think this is in your index.php of template :
<script type="text/javascript" src=" ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js ">
replae it with this:
<script type="text/javascript" src=" ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js ">
planethop.com/components/com_comprofiler ..
,then turn off jQuery of component that has this link:
planethop.com/modules/mod_swmenupro ..
,then turn off jQuery in Effects rotator
at the end
i think this is in your index.php of template :
<script type="text/javascript" src=" ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js ">
replae it with this:
<script type="text/javascript" src=" ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js ">
Last edit: 13 years 5 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.153 seconds