-
AuthorPosts
-
July 21, 2015 at 5:22 pm #209069
Hi, I would like to make slideshow biggest (filling all position space) and place sidebar2 position down the slideshow on right (same position but down slideshow).
What I need modify?TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 21, 2015 at 5:56 pm #578177It would be most helpful if you could provide the url of the site you’re working on
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 21, 2015 at 5:56 pm #644468It would be most helpful if you could provide the url of the site you’re working on
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 21, 2015 at 5:56 pm #743101It would be most helpful if you could provide the url of the site you’re working on
July 21, 2015 at 6:00 pm #578178Sorry, the url is http://www.turiavila.com
July 21, 2015 at 6:00 pm #644469Sorry, the url is http://www.turiavila.com
July 21, 2015 at 6:00 pm #743102Sorry, the url is http://www.turiavila.com
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 21, 2015 at 8:18 pm #578190<em>@javalquimia 484048 wrote:</em><blockquote>Sorry, the url is http://www.turiavila.com</blockquote>
Sorry, can you also temporarily set “Optimize CSS” to “No/Off” within your Template Manager–General settings
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 21, 2015 at 8:18 pm #644481<em>@javalquimia 484048 wrote:</em><blockquote>Sorry, the url is http://www.turiavila.com</blockquote>
Sorry, can you also temporarily set “Optimize CSS” to “No/Off” within your Template Manager–General settings
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 21, 2015 at 8:18 pm #743113<em>@javalquimia 484048 wrote:</em><blockquote>Sorry, the url is http://www.turiavila.com</blockquote>
Sorry, can you also temporarily set “Optimize CSS” to “No/Off” within your Template Manager–General settings
July 22, 2015 at 4:49 pm #578311Optimize CSS is now “No/Off”
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 24, 2015 at 8:36 am #578525Hi @javalquimia,
Please open file templatesja_playmagtplsblocksslideshow.php then look for this code :
<div class="col-sm-12 col-md-8 col-lg-9">
<jdoc:include type="modules" name="<?php $this->_p('slideshow') ?>" style="raw" />
</div>update as below :
<div class="col-sm-12">
<jdoc:include type="modules" name="<?php $this->_p('slideshow') ?>" style="raw" />
</div>Open file /templates/ja_playmag/css/custom.css and add this code :
.has-slideshow #t3-mainbody .t3-sidebar-2,
.has-slideshow #t3-mainbody.one-sidebar-right .t3-sidebar {
margin-top: 0;
}July 27, 2015 at 12:08 pm #645009Thanks for your answer Adam, this is exactly so I need. But after follow your changes now works fine but thumbnails are not showed. How I can get them?
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 28, 2015 at 4:50 am #645094Hi @javalquimia,
Open custom.css file and add this code :
.ja-slideshow .container .ja-ss-items {
height: 470px;
}
@media (min-width: 1200px) {
.ja-slideshow .container .ja-ss-items {
height: 560px;
overflow: hidden;
}
}1 user says Thank You to Adam M for this useful post
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 28, 2015 at 4:50 am #743719Hi @javalquimia,
Open custom.css file and add this code :
.ja-slideshow .container .ja-ss-items {
height: 470px;
}
@media (min-width: 1200px) {
.ja-slideshow .container .ja-ss-items {
height: 560px;
overflow: hidden;
}
}1 user says Thank You to Adam M for this useful post
-
AuthorPosts
This topic contains 23 replies, has 3 voices, and was last updated by javalquimia 9 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum