Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • egymedotcom Friend
    #1071680

    how to get the slideshow full width ?
    http://perfecteg.net/

    Saguaros Moderator
    #1071775

    Hi,

    Could you share screenshot of how you want it should be?

    By default the slideshow displays inside a ‘container’ which is defined with a width value so if you want to remove it, open the file: root/templates/ja_nuevo/tpls/blocks/slideshow.php

    change:

    <?php if ($this->countModules('slideshow')) : ?>
    <!-- Slideshow -->
    <div class="wrap ja-slideshow <?php $this->_c('slideshow') ?>">
        <div class="container">
            <jdoc:include type="modules" name="<?php $this->_p('slideshow') ?>" style="raw" />
        </div>
    </div>
    <!-- //Slideshow -->
    <?php endif ?>

    to:

    <?php if ($this->countModules('slideshow')) : ?>
    <!-- Slideshow -->
    <div class="wrap ja-slideshow <?php $this->_c('slideshow') ?>">
            <jdoc:include type="modules" name="<?php $this->_p('slideshow') ?>" style="raw" />
    </div>
    <!-- //Slideshow -->
    <?php endif ?>
    egymedotcom Friend
    #1071861

    this problem is in mobile and desktop


    1. 1
    2. 2
    Saguaros Moderator
    #1072071

    Did you change to hide the slideshow on mobile now?

    egymedotcom Friend
    #1072393

    yes it is hide on mobile now
    but every article in website hide too??

    • This reply was modified 6 years, 5 months ago by  egymedotcom.

    1. 3
    Saguaros Moderator
    #1072594

    Kindly check which template style is being assigned to that ‘About Us’ menu item.

    Then go to Extensions > Templates > open that template style > Layout tab and see which layout it’s using. I guess that layout doesn’t contain the ‘component’ content block which helps to show the main content of a page. That’s why you don’t see anything there.

    egymedotcom Friend
    #1072623

    what about full width to slideshow ??

    Saguaros Moderator
    #1072822

    As I mentioned in another topic, the slideshow is bounded by a container, you can open the slideshow block and remove the div tag which has ‘container’ class.

    root/templates/ja_nuevo/tpls/blocks/slideshow.php

    <div class="wrap ja-slideshow <?php $this->_c('slideshow') ?>">
        <jdoc:include type="modules" name="<?php $this->_p('slideshow') ?>" style="raw" />
    </div>
Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 7 replies, has 2 voices, and was last updated by  Saguaros 6 years, 5 months ago.

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