Viewing 15 posts - 1 through 15 (of 23 total)
  • Author
    Posts
  • javalquimia Friend
    #209069

    Hi, I would like to make slideshow biggest (filling all position space) and place sidebar2 position down the slideshow on right (same position but down slideshow).
    What I need modify?

    TomC Moderator
    #578177

    It would be most helpful if you could provide the url of the site you’re working on

    TomC Moderator
    #644468

    It would be most helpful if you could provide the url of the site you’re working on

    TomC Moderator
    #743101

    It would be most helpful if you could provide the url of the site you’re working on

    javalquimia Friend
    #578178

    Sorry, the url is http://www.turiavila.com

    javalquimia Friend
    #644469

    Sorry, the url is http://www.turiavila.com

    javalquimia Friend
    #743102

    Sorry, the url is http://www.turiavila.com

    TomC Moderator
    #578190

    <em>@javalquimia 484048 wrote:</em><blockquote>Sorry, the url is http://www.turiavila.com</blockquote>

    Sorry, can you also temporarily set “Optimize CSS” to “No/Off” within your Template Manager–General settings

    TomC Moderator
    #644481

    <em>@javalquimia 484048 wrote:</em><blockquote>Sorry, the url is http://www.turiavila.com</blockquote>

    Sorry, can you also temporarily set “Optimize CSS” to “No/Off” within your Template Manager–General settings

    TomC Moderator
    #743113

    <em>@javalquimia 484048 wrote:</em><blockquote>Sorry, the url is http://www.turiavila.com</blockquote>

    Sorry, can you also temporarily set “Optimize CSS” to “No/Off” within your Template Manager–General settings

    javalquimia Friend
    #578311

    Optimize CSS is now “No/Off”

    Adam M Moderator
    #578525

    Hi @javalquimia,

    Please open file templatesja_playmagtplsblocksslideshow.php then look for this code :

    <div class="col-sm-12 col-md-8 col-lg-9">
    <jdoc:include type="modules" name="<?php $this->_p('slideshow') ?>" style="raw" />
    </div>

    update as below :

    <div class="col-sm-12">
    <jdoc:include type="modules" name="<?php $this->_p('slideshow') ?>" style="raw" />
    </div>

    Open file /templates/ja_playmag/css/custom.css and add this code :

    .has-slideshow #t3-mainbody .t3-sidebar-2,
    .has-slideshow #t3-mainbody.one-sidebar-right .t3-sidebar {
    margin-top: 0;
    }

    javalquimia Friend
    #645009

    Thanks for your answer Adam, this is exactly so I need. But after follow your changes now works fine but thumbnails are not showed. How I can get them?

    Adam M Moderator
    #645094

    Hi @javalquimia,

    Open custom.css file and add this code :

    .ja-slideshow .container .ja-ss-items {
    height: 470px;
    }
    @media (min-width: 1200px) {
    .ja-slideshow .container .ja-ss-items {
    height: 560px;
    overflow: hidden;
    }
    }

    Adam M Moderator
    #743719

    Hi @javalquimia,

    Open custom.css file and add this code :

    .ja-slideshow .container .ja-ss-items {
    height: 470px;
    }
    @media (min-width: 1200px) {
    .ja-slideshow .container .ja-ss-items {
    height: 560px;
    overflow: hidden;
    }
    }

Viewing 15 posts - 1 through 15 (of 23 total)

This topic contains 23 replies, has 3 voices, and was last updated by  javalquimia 9 years, 2 months ago.

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