-
AuthorPosts
-
christophergroup Friend
christophergroup
- Join date:
- February 2009
- Posts:
- 45
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 13
December 13, 2010 at 6:17 pm #157398HI I have done a quickstart install for JA Lead and the Ja Slideshow 2 is giving me problems. I have not changed anything from the default quickstart install. First off the images would not show up so I set the images folder to 777. Now the images load.
But the Readmore and the and the circle icons are out of place.
Thank you.
CGPhan Gam FriendPhan Gam
- Join date:
- June 2008
- Posts:
- 216
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 39 times in 38 posts
December 16, 2010 at 1:40 am #367054Hi,
Please share your site url, i want to get a closer look at your problem;
christophergroup Friendchristophergroup
- Join date:
- February 2009
- Posts:
- 45
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 13
December 16, 2010 at 3:58 pm #367165Phan I have sent you a Private msg.
Here is a screen shot of what is going on.
Check out the readmore on the bottom right of the slide show area. And the White Circles on the bottom left of the site.Thank you.
CG
December 21, 2010 at 8:27 pm #367992Having similar problem. Dot navigation out of place. I would love to just get rid of the “Read More” but seems to default back to it if I delete it under “stage settings.” Dot nav issue first started happening after I selected the “Contain Thumbnails” radio button under “Navigator Settings.” Really just wanted to check out what the option would do… but have ended up with issues even after re-installing module. Any help greatly appreciated.
christophergroup Friendchristophergroup
- Join date:
- February 2009
- Posts:
- 45
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 13
December 21, 2010 at 8:41 pm #367995Phan have you been able to determine anything?
Thanks
CGPhan Gam FriendPhan Gam
- Join date:
- June 2008
- Posts:
- 216
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 39 times in 38 posts
December 22, 2010 at 1:49 am #368035<em>@christophergroup 210092 wrote:</em><blockquote>Phan have you been able to determine anything?
Thanks
CG</blockquote>Hi christophergroup ,
I have checked your site, slideshow mockup is not correct, maybe you changed somethings.
I could see on your site ja-slidewrap_default is used instead ja-slidewrap but no css style for this. To fix this, you can add some css code as follows:
1. Open file mod_jaslideshow2.css file in templates/ja_lead/css/
2. Add code .ja-slidewrap_default {position: relative;} to this file.
Hope that helpsPhan Gam FriendPhan Gam
- Join date:
- June 2008
- Posts:
- 216
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 39 times in 38 posts
December 22, 2010 at 2:22 am #368043<em>@estaylor 210089 wrote:</em><blockquote>Having similar problem. Dot navigation out of place. I would love to just get rid of the “Read More” but seems to default back to it if I delete it under “stage settings.” Dot nav issue first started happening after I selected the “Contain Thumbnails” radio button under “Navigator Settings.” Really just wanted to check out what the option would do… but have ended up with issues even after re-installing module. Any help greatly appreciated.
http://btftesting.thecolonialtheatre.org/</blockquote>
Hi estaylor,
Share the site and FTP login details and i shall have a look. It seems more of a site related issue to me.Regards!
christophergroup Friendchristophergroup
- Join date:
- February 2009
- Posts:
- 45
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 13
December 22, 2010 at 8:16 pm #368181Phan, Thanks for taking the time to look at my issue.
I check the mod_jaslideshow2.css file and these are lines 1-6
.ja-slidewrap {
margin: 0;
padding: 0;
position: relative;
border:none;
}
I added .ja-slidewrap_default {position: relative;} like you suggested.
and then went into the back end and changed the skin 7 or 8 time and saved each time. When I finally switched the skin back to default the white dots moved to the correct position but the text “Readmore” still shows up.
Phan I have made you a Super Admin please take a look and let me know what I need to do.
Thank you.
CGPhan Gam FriendPhan Gam
- Join date:
- June 2008
- Posts:
- 216
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 39 times in 38 posts
December 23, 2010 at 9:24 am #368290Hi,
I could not login on your site with given account. Please try to fix it as follows.1. Open file mod_jaslideshow2.css file in templates/ja_lead/css/ folder
2. Searching code sections for .maskDesc a.readon style
.maskDesc a.readon {
border-bottom: 1px dotted #CCCCCC;
bottom: 10px;
color: #FFFFFF;
display: block;
font-size: 100%;
font-weight: bold;
padding: 3px 10px 3px 0;
position: absolute;
right: 20px;
}
3. remove padding property
.maskDesc a.readon {
border-bottom: 1px dotted #CCCCCC;
bottom: 10px;
color: #FFFFFF;
display: block;
font-size: 100%;
font-weight: bold;
position: absolute;
right: 20px;
}
Hope that helpschristophergroup Friendchristophergroup
- Join date:
- February 2009
- Posts:
- 45
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 13
December 28, 2010 at 5:23 pm #368954Hi I removed the padding but it did not seem to do anything.
I sent you a private msg about the username and password.Thanks again for your help.
CGPhan Gam FriendPhan Gam
- Join date:
- June 2008
- Posts:
- 216
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 39 times in 38 posts
December 30, 2010 at 2:04 am #369259<em>@christophergroup 211293 wrote:</em><blockquote>Hi I removed the padding but it did not seem to do anything.
I sent you a private msg about the username and password.Thanks again for your help.
CG</blockquote>Hi,
Sorry, i didn’t understand your meaning, if you want to remove readmore link in slideshow, you can change css or customize html for this module.
You can try as follows:
1. Open mod_jaslideshow2.css file under /templates/ja_lead/css/ folder.
2. Find code block for .maskDesc a.readon style
.maskDesc a.readon {
border-bottom: 1px dotted #CCCCCC;
bottom: 10px;
color: #FFFFFF;
font-size: 100%;
font-weight: bold;
position: absolute;
right: 20px;
}
3. Add display property and set it none display: none !important;
.maskDesc a.readon {
border-bottom: 1px dotted #CCCCCC;
bottom: 10px;
color: #FFFFFF;
font-size: 100%;
font-weight: bold;
position: absolute;
right: 20px;
display: none !important;
}
Regards1 user says Thank You to Phan Gam for this useful post
christophergroup Friendchristophergroup
- Join date:
- February 2009
- Posts:
- 45
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 13
January 3, 2011 at 3:54 pm #369855Hi Pham,
Sorry for the confusion, I am getting the readmore link on top of any description that have for the slides please see the attached image.
I will give the display: none !important; a shot and let you know how it turns out.Thanks
CG
christophergroup Friendchristophergroup
- Join date:
- February 2009
- Posts:
- 45
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 13
January 3, 2011 at 5:58 pm #369868Pham
Hi I was able to remove the Readmore with the code you posted.
Thank you for all of your help.
CGAuthorPostsViewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 3 voices, and was last updated by christophergroup 13 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum