- Posts: 11
- Thank you received: 0
Hot Effects Rotator Loading Problem
-
stevenjonesonline@gmail.com
Inactive member -
- New Member
-
Less
More
13 years 9 months ago #8848
by stevenjonesonline@gmail.com
Replied by stevenjonesonline@gmail.com on topic Re: Hot Effects Rotator Loading Problem
Hi there,
Yep - the last post worked.
I've removed the preloader script as that didn't appear to be the issue, and am now just using:
.gallery a img
{
display:none;
}
Yep - the last post worked.
I've removed the preloader script as that didn't appear to be the issue, and am now just using:
.gallery a img
{
display:none;
}
Please Log in to join the conversation.
-
steveki
-
- New Member
-
Less
More
- Thank you received: 0
13 years 8 months ago #9349
by steveki
Replied by steveki on topic Re: Hot Effects Rotator Loading Problem
Is that placed into the css file <site>/templates/hotportfolio/css/template_css.css?
Thanks.
Thanks.
Please Log in to join the conversation.
-
stevenjonesonline@gmail.com
Inactive member -
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
13 years 8 months ago #9350
by stevenjonesonline@gmail.com
Replied by stevenjonesonline@gmail.com on topic Re: Hot Effects Rotator Loading Problem
Hi there,
Yes - just inserted...
.gallery a img {display:none;}
...at the very top, attached.
Yes - just inserted...
.gallery a img {display:none;}
...at the very top, attached.
Please Log in to join the conversation.
-
steveki
-
- New Member
-
Less
More
- Thank you received: 0
13 years 8 months ago #9351
by steveki
Replied by steveki on topic Re: Hot Effects Rotator Loading Problem
Cheers!
I tried that but...
1) IE - runs through lots of the images (maybe 3) in an untidy mess running over each other finally settling on 1st image in the sequence.
2) Safari - shows the last image before the first for a split second.
3) Firefox (MAC & Windows) - perfect!
Site address: www.thelatentimagephotography.com.au
Steve
I tried that but...
1) IE - runs through lots of the images (maybe 3) in an untidy mess running over each other finally settling on 1st image in the sequence.
2) Safari - shows the last image before the first for a split second.
3) Firefox (MAC & Windows) - perfect!
Site address: www.thelatentimagephotography.com.au
Steve
Please Log in to join the conversation.
-
stevenjonesonline@gmail.com
Inactive member -
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
13 years 8 months ago #9352
by stevenjonesonline@gmail.com
Replied by stevenjonesonline@gmail.com on topic Re: Hot Effects Rotator Loading Problem
Hi there.
When I load your page in FF (Mac) it shows the second to last image first, then runs through the rest.
Just a guess.. maybe try putting that line at the very top of your css so it gets read first?
When I load your page in FF (Mac) it shows the second to last image first, then runs through the rest.
Just a guess.. maybe try putting that line at the very top of your css so it gets read first?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 8 months ago #9360
by ivan.milic
Replied by ivan.milic on topic Re: Hot Effects Rotator Loading Problem
Hi, add this to the bottom of template_css.css:
#slider a img
{
display:none;
}
#slider a img
{
display:none;
}
Please Log in to join the conversation.
Time to create page: 0.093 seconds