Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • regin Friend
    #191427

    Hi

    On my website, I use the Joomlart slider, and my site works fine in all browsers, exept IE 10.

    Best seen here: http://www.farthest-automation.com/index.php/tw/

    The slider is just huge and the image takes up all the space, instead of being confined to the boundaries of the main container itself.

    Does anyone know why it behaves this way? (And a possible solution?)

    Regards
    regin

    TomC Moderator
    #509198

    No surprise that things display screwy in IE … it’s been this way for many many years (Gee, Thanks Microsoft) >:(

    Perhaps the information may be helpful to you.

    Saguaros Moderator
    #509260

    Hi guys,

    Try opening file: templatesja_beranistplsblocksslideshow.php

    Replace this:


    <!-- SLIDESHOW -->
    <nav class="wrap t3-slideshow container<?php $this->_c('slideshow') ?>">
    <div class="main-container">
    <jdoc:include type="modules" name="<?php $this->_p('slideshow') ?>" />
    </div>
    </nav>
    <!-- //SLIDESHOW -->

    With:


    <!-- SLIDESHOW -->
    <nav class="t3-slideshow container<?php $this->_c('slideshow') ?>">
    <div class="main-container">
    <jdoc:include type="modules" name="<?php $this->_p('slideshow') ?>" />
    </div>
    </nav>
    <!-- //SLIDESHOW -->

    Hope it helps.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 3 voices, and was last updated by  Saguaros 11 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum