Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • bossies Friend
    #199381

    how do i make the slideshow width to 100% or at least 1920px for HD screen?

    alexsmirnov Friend
    #541072

    Hi there,

    Isn’t JA Slideshow Lite under JA Medicare template already 100% wide?

    Regards,

    Alex


    1. ja_medicare_ja_slideshow_lite_100%_width
    bossies Friend
    #541074

    i want it to be “stretched” from the side of the screen to other side and not just 100% within the template with white spaces on the side – on the old framework i just made .slideshow main {max-width:1920px} to sort it out, but i am new to this bootstrap t3 system

    chavan Friend
    #541104

    Go to this File: templatesja_medicaretplsfeatures-intro-1.php

    Replace the complete code in that file with

    [PHP]<?php
    /**
    *——————————————————————————
    * @package T3 Framework for Joomla!
    *——————————————————————————
    * @copyright Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved.
    * @license GNU General Public License version 2 or later; see LICENSE.txt
    * @author s JoomlArt, JoomlaBamboo, (contribute to this project at github
    * & Google group to become co-author)
    * @google group: https://groups.google.com/forum/#!forum/t3fw
    * @link : http://t3-framework.org
    *——————————————————————————
    */

    defined(‘_JEXEC’) or die;

    ?>

    <?php $bodyClass = “”; if (!($this->getParam(‘responsive’, 1))):
    $bodyClass = ” none-responsive”;
    endif; ?>

    <!DOCTYPE html>
    <html lang=”<?php echo $this->language; ?>” dir=”<?php echo $this->direction; ?>”
    class='<jdoc:include type=”pageclass” /> <?php echo $bodyClass; ?>’>

    <head>
    <jdoc:include type=”head” />
    <?php $this->loadBlock(‘head’) ?>
    </head>

    <body>

    <div class=”t3-wrapper”> <!– Need this wrapper for off-canvas menu. Remove if you don’t use of-canvas –>
    <div class=”container”>

    <?php $this->loadBlock(‘topbar’) ?>
    </div>
    <div class=”container”>
    <?php $this->loadBlock(‘header’) ?>
    </div>
    <div class=”containers”>

    <?php $this->loadBlock(‘slideshow’) ?>
    </div>
    <div class=”container”>
    <?php $this->loadBlock(‘spotlight-1’) ?>
    </div>
    <div class=”container”>
    <?php $this->loadBlock(‘features-intro’) ?>
    </div>
    <div class=”container”>
    <?php $this->loadBlock(‘mainbody-content-left’) ?>
    </div>
    <div class=”container”>
    <?php $this->loadBlock(‘navhelper’) ?>
    </div>
    <div class=”container”>
    <?php $this->loadBlock(‘footer’) ?>

    </div>
    </div>

    </body>
    </html>[/PHP]

    bossies Friend
    #541345

    thanks – so if i understand it correctly you put the slideshow in a seperate div with class containers with a s that is not defined to have a fixed width – so i can define a class containers and set it to what i want?

    chavan Friend
    #541402

    This is the actual File, I think now you will know the what difference i have made to it.

    [PHP]<?php
    /**
    *——————————————————————————
    * @package T3 Framework for Joomla!
    *——————————————————————————
    * @copyright Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved.
    * @license GNU General Public License version 2 or later; see LICENSE.txt
    * @author s JoomlArt, JoomlaBamboo, (contribute to this project at github
    * & Google group to become co-author)
    * @google group: https://groups.google.com/forum/#!forum/t3fw
    * @link : http://t3-framework.org
    *——————————————————————————
    */

    defined(‘_JEXEC’) or die;

    ?>
    <?php $bodyClass = “”; if (!($this->getParam(‘responsive’, 1))):
    $bodyClass = ” none-responsive”;
    endif; ?>
    <!DOCTYPE html>
    <html lang=”<?php echo $this->language; ?>” dir=”<?php echo $this->direction; ?>”
    class='<jdoc:include type=”pageclass” /> <?php echo $bodyClass; ?>’>
    <head>
    <jdoc:include type=”head” />
    <?php $this->loadBlock(‘head’) ?>
    </head>
    <body>
    <div class=”t3-wrapper”>
    <!– Need this wrapper for off-canvas menu. Remove if you don’t use of-canvas –>
    <div class=”container”>
    <?php $this->loadBlock(‘topbar’) ?>
    <?php $this->loadBlock(‘header’) ?>
    <?php $this->loadBlock(‘slideshow’) ?>
    <?php $this->loadBlock(‘spotlight-1’) ?>
    <?php $this->loadBlock(‘features-intro’) ?>
    <?php $this->loadBlock(‘mainbody-content-left’) ?>
    <?php $this->loadBlock(‘navhelper’) ?>
    <?php $this->loadBlock(‘footer’) ?>
    </div>
    </div>
    </body>
    </html>[/PHP]

    dohdaiga Friend
    #542099

    I have a similar issue… ja slitedhow lite does 100% in the container but when i replace it with ja SLIDESHOW it goes over board and is not responsive. How do i solve that?

    dohdaiga Friend
    #542100

    <em>@alexsmirnov 435065 wrote:</em><blockquote>Hi there,

    Isn’t JA Slideshow Lite under JA Medicare template already 100% wide?

    Regards,

    Alex</blockquote>

    i have similar issues JA SLIDESHOW becomes unresponsive and goes over board. But Ja slideshow with the same settings works fine… please help

    chavan Friend
    #542118

    @dohdaiga

    Please post your site Url.

    dohdaiga Friend
    #542256
    dohdaiga Friend
    #542265

    <em>@Chavan 436407 wrote:</em><blockquote>@dohdaiga

    Please post your site Url.</blockquote>

    Hi the site is http://www.iamouaga.net

    chavan Friend
    #542344

    @dohdaiga

    you have provided the width as 960 in the JA Slideshow Module in Module Manager. So please remove this. If you couldn’t please post me your admin details in PM. i will fix that for you .

    chavan Friend
    #542494

    I have changed the 960 to 1260 and now it is perfect. please check and confirm.

    dohdaiga Friend
    #542538

    <em>@Chavan 436871 wrote:</em><blockquote>I have changed the 960 to 1260 and now it is perfect. please check and confirm.</blockquote>

    It fits but the issue is that when you resize the browser smaller than 960px it does not fit… it goes out of bounds and does not resize on my smartphone – iphone

    chavan Friend
    #542586

    your site Url is not working I get 403 – Forbidden Error. Please check and make it live. so i can fix that.

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

This topic contains 19 replies, has 4 voices, and was last updated by  chavan 10 years, 3 months ago.

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