-
AuthorPosts
-
shultman Friend
shultman
- Join date:
- September 2006
- Posts:
- 56
- Downloads:
- 118
- Uploads:
- 3
- Thanks:
- 18
- Thanked:
- 6 times in 1 posts
January 4, 2017 at 8:45 pm #999630I 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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 5, 2017 at 12:22 am #999671Hi
Kindly post your site working site URL here, i will check it directly on your site.shultman Friendshultman
- Join date:
- September 2006
- Posts:
- 56
- Downloads:
- 118
- Uploads:
- 3
- Thanks:
- 18
- Thanked:
- 6 times in 1 posts
January 13, 2017 at 10:30 am #1002085This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 13, 2017 at 3:19 pm #1002116Hi
I got 403 forbidden error on your site. Please check and allow full access.shultman Friendshultman
- Join date:
- September 2006
- Posts:
- 56
- Downloads:
- 118
- Uploads:
- 3
- Thanks:
- 18
- Thanked:
- 6 times in 1 posts
January 13, 2017 at 3:53 pm #1002131This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 16, 2017 at 2:04 am #1002449Hi
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 Friendshultman
- Join date:
- September 2006
- Posts:
- 56
- Downloads:
- 118
- Uploads:
- 3
- Thanks:
- 18
- Thanked:
- 6 times in 1 posts
January 16, 2017 at 7:58 pm #1002817Thanks 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 Friendshultman
- Join date:
- September 2006
- Posts:
- 56
- Downloads:
- 118
- Uploads:
- 3
- Thanks:
- 18
- Thanked:
- 6 times in 1 posts
January 16, 2017 at 8:01 pm #1002818When 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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 17, 2017 at 2:00 am #1002948Hi
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.
Regards1 user says Thank You to Pankaj Sharma for this useful post
-
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by Pankaj Sharma 7 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum