Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • shultman Friend
    #999630

    I have a problem that is opposite from all other threads I found about this module.

    Using Ja T3v3.

    The slideshow uses full screen width and I cannot make it smaller. I want to make the module width 980 px in the Large layout, regardless of screen width. I tried to set the width in the module settings, but It had no effect. I also tried this CSS in custom.css, didnĀ“t help either:

    .t3-slideshow .container {
    padding: 60px 10px 0 10px;
    width: 980px!important;
    }

    Also, the mask does not show but I want it visible.
    I have created clones of both Theme and Layout that I am working with,
    What could be wrong here?

    Thanks for assistance.

    Pankaj Sharma Moderator
    #999671

    Hi
    Kindly post your site working site URL here, i will check it directly on your site.

    shultman Friend
    #1002085
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1002116

    Hi
    I got 403 forbidden error on your site. Please check and allow full access.

    shultman Friend
    #1002131
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1002449

    Hi
    I checked your site , you have published the slideshow module on masthead position its not slideshow.
    I suggest you to publish the module on slideshow position.
    Also, it is already in full width.
    If you want to use below css for width till 992px.
    you can use media query

    @media(min-width:9920px){
    .t3-slideshow .container {
    padding: 60px 10px 0 10px;
    width: 980px!important;
    }}

    Hope it helps.

    shultman Friend
    #1002817

    Thanks for your help!

    I think I understand what I did wrong.
    I need to learn about layouts and how to connect them.
    I did publish it in slideshow position, but obviously, my layout file was not used?!
    What if I only want to use ONE layout on all pages. Do I need to assign it to all menu items?

    I want to use a fixed width of the slideshow module on big screens and tablets, and a small one in mobiles.

    shultman Friend
    #1002818

    When I compare with the Demo, it looks like the demo has far more module positions. Could that be true?
    Can I just copy layout files from the quickstart? Which files?

    Thanks for your help.

    Pankaj Sharma Moderator
    #1002948

    Hi
    Template used different layout for the Homepage and all other pages.
    I suggest you to use to template style, Home layout for home menu and default layout for all other menu items.
    And if you want to add the module positions in other layouts open template folder/tpls/home.php
    file and compare it default.php or any other files.
    You will different code in home.php
    Like:

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

    Add this code in default.php in the same order and you will have slideshow position in default laoyut.
    Regards

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

This topic contains 8 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 8 months ago.

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