-
AuthorPosts
-
July 4, 2011 at 7:31 am #165926
Hi,
I’m having problems with Slideshow II in the Business Template.
At first I was having problems making the right images display on the front page. When I resolved that, then the intro text from the articles no longer displays.
I’ve checked all the settings and have cleared the cache, but I must be missing something. Can you help?
Thanks
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 5, 2011 at 8:48 am #399917hi finetoons,
In the module setting you should set the main item width to 970px instead of 431px as current.
please try that !Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 5, 2011 at 8:52 am #399919Hi finetoons,
You can fix it following way below :
Open modules/mod_jaslideshow/assets/themes/business/style.css file :
find following code section at about line 223 :
.ja-slide-descs {
display: none;
}
change to :
.ja-slide-descs {
display: block;
position: absolute;
top: 0px;
}
Hope can help youJuly 7, 2011 at 1:18 am #400165Thanks, but these suggestions made it even worse…not pretty!
http://maryknoll-laymissioners.org/maryknoll-laymissioners/Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 11, 2011 at 2:48 am #400460Hi,
Please keep main image is 431px don’t change it to 970px,and apply this code in my last post, your admin account what you sent is wrong now so i can’t change it for you.
thanksJuly 23, 2011 at 1:50 pm #402689Hi, I sent the new login info to you via PM. The CSS has been changed and the image size is 431. The problem is that the description text does not display next to the image, it displays over it. Additionally, when there is more than one article being featured in the slide show, all of the article descriptions are displayed at once, which go beyond the slideshow area.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 25, 2011 at 9:50 am #402890Try this:
1. Open modules/mod_jaslideshow/assets/themes/business/style.css, find:
.maskDesc, .maskdesc {
background: none;
cursor: pointer;
display: block;
position: absolute;
z-index: 100;
}
change it to:
.maskDesc, .maskdesc {
background: none;
cursor: pointer;
display: block;
position: absolute !important;
z-index: 100000;
left: 480px;
}
2. Add this to the end of style.css:
.ja-slide-main-wrap {
width: 900px !important;
}
1 user says Thank You to Ninja Lead for this useful post
July 29, 2011 at 12:29 am #403512This worked, but then introduced a few more problems…check it out here: http://maryknoll-laymissioners.org/maryknoll-laymissioners/. The slideshow seems to affect the rest of the page.
-
AuthorPosts
This topic contains 8 replies, has 3 voices, and was last updated by finetoons 13 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum