Stumped

  • jazzmedia
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 8 months ago #10260 by jazzmedia
Stumped was created by jazzmedia
I have purchased the pro version and I adore it however, for IE 7 im encountering a strange problem which could be my css, but I've racked my brain on what.

I've set it up instead of images as articles with images for my clients as they find it much easier to maintain themselves this way. So I have 8 articles scrolling horizontally left to right with only 4 showing at a time. The articles themselves ONLY contain an image linked to another article

This works beautifully in all browsers but IE 7 which happens to be what ALOT of their offices and clients still use.

What is happening is the first two articles aren't loading until after they scroll to the right and back again. So when you load the page ONLY in IE7, there is a huge blank spot where those two articles should be loading.

You can view the page at www.leduc-county.com - I have checked this on every other browser and it loads fine save for this one which sadly is a huge one they use.

Please Log in to join the conversation.

More
12 years 8 months ago #10267 by ivan.milic
Replied by ivan.milic on topic Re: Stumped
Try this workaround . Put next JavaScript somehow on that page, eater modify index.php of template or add it u custom module. In any case ensure that it will be rendered on bottom of page.

<script type="text/javascript" >

jQuery(document).ready(function(){
if(jQuery.browser.msie && jQuery.browser.version < 8 ){
jQuery('.carousel-previous').click().delay(100).click();
}
});

</script>

Please Log in to join the conversation.

  • jazzmedia
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 8 months ago #10270 by jazzmedia
Replied by jazzmedia on topic Re: Stumped
It has been added to the head of that page and is in there, but it hasn't made a difference for IE7.

Please Log in to join the conversation.

More
12 years 8 months ago #10272 by ivan.milic
Replied by ivan.milic on topic Re: Stumped
Script running carousel is in pages body , and that must be after it, so put it in some custom module in footer module positions.

Please Log in to join the conversation.

  • jazzmedia
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 8 months ago #10276 by jazzmedia
Replied by jazzmedia on topic Re: Stumped
Added a custom module to the bottom of the page where the social media icons are and still the first two articles of the carousel aren't loading - so baffled as to what is causing it. Like i said if you scroll to the right and then back left they appear, they just WILL NOT load on first view no matter what.

Please Log in to join the conversation.

More
12 years 8 months ago #10280 by ivan.milic
Replied by ivan.milic on topic Re: Stumped
Ok,

open \modules\mod_hot_joomla_carousel_pro\tmpl\hot_joomla_carousel_pro.css

and add this at the bottom:

.carousel-wrap UL{
left:0px;
}

remove that script from last post before that.

Please Log in to join the conversation.

Time to create page: 0.294 seconds
Powered by Kunena Forum