-
AuthorPosts
-
October 4, 2013 at 5:48 am #191144
JA Fubix:
Was wondering why when I disable sidenews and wanted to change the size of slideshow to full size across where sidenews were.
It wont let me. Mind giving me steps on this issue. Thanks
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 5, 2013 at 11:22 am #508079Hi Wolmah,
There are 2 profiles of JA Slideshow module and the customized javascripts are created for own JA Fubix template. If you want to display the slideshow in full size when disabling the Sidenews module, you can refer these steps:
1. Go to Slideshow backend >> Select profile “fubix“.
Each profile contains the available settings of slide/thumbnail images, animation an navigation so that you don’t need to change much here.
2. Remove the customized scripts for “fubix-top” profile layout by opening templatesja_fubixjsscript.js file, then remove or comments lines from 14-91th.
3. Create a custom.css file at templates/ja_fubix/css/ path, then put below codes into. These will make your slideshow module look better with new full size layout.
/*Adjust slideshow module when disabling the Side News module on JA Fubix*/
div.ja-slide-main-wrap {
width: 100% !important;
}
@media (min-width: 1200px) {
.top-slideshow .ja-slide-buttons {
right: -200px !important;
}div.ja-slide-main-wrap {
width: 693px !important;
}
}
@media (max-width: 1199px) and (min-width: 980px) {
.top-slideshow .ja-slide-buttons {
right: 20px !important;
}
}@media (max-width: 979px) and (min-width: 768px) {
.top-slideshow .ja-slide-buttons {
right: 20px !important;
}
}
Note: By default, there will no the slide descriptions of Slideshow module with “fubix” profile.
1 user says Thank You to phong nam for this useful post
January 15, 2014 at 3:10 am #518485I tried the above instructions but there is still white space to the right of the slideshow. I would like that white space to go away.
1. I have SideNews Module disabled
2. I also disabled the module in the Template Manager in both the Module Positions and the Responsive layout.
3. My custom.css file and script.js files have been modified per instructions above.My url is http://www.wellmantechnologies.com/audubon-area.net
Thanks in advance!
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
January 15, 2014 at 3:36 am #518492@jewellman: You can try to open your custom.css file and replace lines:
div.ja-slide-main-wrap {
width: 693px !important;
}
with
div.ja-slide-main {
width: 100%!important;
}.top-content .top-slideshow,
div.ja-slide-main-wrap {
width: 100%;
}-
1 user says Thank You to phong nam for this useful post
sanjiovani Friendsanjiovani
- Join date:
- September 2006
- Posts:
- 217
- Downloads:
- 0
- Uploads:
- 32
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
June 13, 2014 at 10:29 am #538838hello – I would like to remove the sidenews mod positions and have the slideshow mod position the full width.
I would also like to use a third party slideshow module – I have made the above changes and the module gets cut off to the width of the slideshow mod position and does not extend the full width – please advisesanjiovani Friendsanjiovani
- Join date:
- September 2006
- Posts:
- 217
- Downloads:
- 0
- Uploads:
- 32
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
June 15, 2014 at 11:07 pm #538942As you can see the module – zen tools slideshow is being cut off – please advise as to how I can have full width
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 16, 2014 at 4:35 am #538980It’s best if you post your site’s URL here and turn OFF the Optimize CSS option in template manager, we will suggest you further.
angie00 Friendangie00
- Join date:
- November 2011
- Posts:
- 294
- Downloads:
- 0
- Uploads:
- 80
- Thanked:
- 10 times in 1 posts
July 10, 2014 at 7:31 pm #541909<em>@Leo Burnetts 392427 wrote:</em><blockquote>Hi Wolmah,
2. Remove the customized scripts for “fubix-top” profile layout by opening templatesja_fubixjsscript.js file, then remove or comments lines from 14-91th.
</blockquote>
Can you provide the updated jscript.js code to delete? 14-91th seems to be in the middle of syntax.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 11, 2014 at 10:32 am #541972<em>@angie00 436124 wrote:</em><blockquote>Can you provide the updated jscript.js code to delete? 14-91th seems to be in the middle of syntax.</blockquote>
Attached here is the file you need. Please get it and copy into templates/ja_fubix/js/script.js file
1 user says Thank You to Ninja Lead for this useful post
angie00 Friendangie00
- Join date:
- November 2011
- Posts:
- 294
- Downloads:
- 0
- Uploads:
- 80
- Thanked:
- 10 times in 1 posts
July 11, 2014 at 4:11 pm #542007Thank you. When we set the slideshow to “moving” like it shows in quickstart it doesn’t show at all. How can we fix that?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 14, 2014 at 7:27 am #542216<em>@angie00 436252 wrote:</em><blockquote>Thank you. When we set the slideshow to “moving” like it shows in quickstart it doesn’t show at all. How can we fix that?</blockquote>
So that I can have a look and try to assist, please pm me site URL, admin login and FTP account. I shall help you check further.
November 6, 2014 at 8:24 pm #554459Hi All
After of customize the module I would like to see the control buttons (not appear now) and decrease the size in the title of the article in the mask. How can I do this?Thank you very much
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 7, 2014 at 3:24 am #554486<em>@desiretart 452050 wrote:</em><blockquote>Hi All
After of customize the module I would like to see the control buttons (not appear now) and decrease the size in the title of the article in the mask. How can I do this?Thank you very much</blockquote>
@desiretart: I’m not sure what did you change on your site? And it’s very difficult to guess the issue on your site. So that I can take a look and try to assist, please provide the url of the site you’re working onAuthorPostsViewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 8 voices, and was last updated by Ninja Lead 10 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum