Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • nasirahamed Friend
    #196922

    Hi,

    How can I get slide show below main menu in the default layout. As I need both Sidebar 1 and Sidebar 2 and slideshow at the same time.

    If I change the layout to ‘home’ Sidebar 2 disappear.
    If I change the layout to ‘default’ Slideshow disappear.

    So, what I need is both sidebar 1, sidebar 2 and slideshow at the same time.

    Can you guys please help me to do this.

    As I am doing it localhost in my local computer I can’t give you guys my admin user ID and password.

    Thanks
    Nasir

    ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friend
    #531640

    Hi @nasirahamed,

    You can find a thorough documentation of T3 Framework in here, that includes its layout and configuration

    By reading those resource, you shall understand that T3 framework working based on blocks. You can add or remove blocks as you wish.

    I suggest you to edit the home.php, but before you proceed, let’s make a copy of it, just for precaution. Once you’ve done making a copy, you can proceed so it resembles like


    <?php $this->loadBlock('top-header') ?>

    <?php $this->loadBlock('header') ?>

    <?php $this->loadBlock ('slideshow') ?>

    <?php $this->loadBlock('mainbody') ?>

    <?php $this->loadBlock ('masshead') ?>

    <?php $this->loadBlock('footer') ?>

    once you saved it, you can then assign this layout to your needs

    Hope this helps

    nasirahamed Friend
    #531642

    Great, sidebar 2 is now working with slideshow, Thank you so much man. Do you how to reduce the width of the template?

    ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friend
    #531643

    do not work on .css as it may get overridden overtime, work on .less
    find its variables.less under ja_biz/less/

    go toT3 layout width customization for a concise guide, and see how it fits..

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

This topic contains 4 replies, has 2 voices, and was last updated by  ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ 10 years, 7 months ago.

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