-
AuthorPosts
-
November 22, 2012 at 6:43 pm #182498
I’m having trouble with the Ja_Slideshow mod.
On the template the slideshow has a very neat description box that shows up in each of the rotating images: http://templates.joomlart.com/ja_sanidine/#
But on my website: http://eximinus.com/joomla/quickstart/
All I can get is just plan white text. Does anyone know how I could get it so I could have that black box behind the text, along with yellow text for the description title?
Thanks.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 23, 2012 at 3:36 am #473979Hi there,
May be your site was missing error to install JA Sanidine II template, please pm me admin access and ftp account. I will need to take a closer look at your site.
November 23, 2012 at 5:00 pm #474045<em>@Ninja Lead 347593 wrote:</em><blockquote>Hi there,
May be your site was missing error to install JA Sanidine II template, please pm me admin access and ftp account. I will need to take a closer look at your site.</blockquote>
I’m looking to do this on Ja Sanidine I, not Ja Sanidine II.
And is this safe to give a developer my login details? (I’m New here)
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 24, 2012 at 1:31 am #474062I understand your feeling, It’s just better with a closer look to detect this problem and I can give you advice more quickly. For secure purpose, please don’t post info here, send me via private message instead.
Regards.
November 25, 2012 at 6:39 pm #474168<em>@Ninja Lead 347709 wrote:</em><blockquote>I understand your feeling, It’s just better with a closer look to detect this problem and I can give you advice more quickly. For secure purpose, please don’t post info here, send me via private message instead.
Regards.</blockquote>
I have messaged you my details
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 26, 2012 at 4:19 am #474200I have modified “Description parameters” option on JA Slideshow module
<h3>For Answer Review </h3>
<p>Maecenas nibh congue justo est adipiscing elit mauris orci lacus dui. Nibh justo elit nunc Pellentesque malesuada leo nascetur faucibus malesuada semper.</p><h3>EndWar Exclusive Theater</h3>
<p>Pretium justo eu nisl orci Suspendisse Curabitur eleifend pretium Nam tincidunt.</p>
And change css file
<blockquote>templates/ja_sanidine/css/ja.slideshow.css</blockquote>
Please check on your site again.1 user says Thank You to Ninja Lead for this useful post
November 26, 2012 at 9:00 pm #474279<em>@Ninja Lead 347910 wrote:</em><blockquote>I have modified “Description parameters” option on JA Slideshow module
<h3>For Answer Review </h3>
<p>Maecenas nibh congue justo est adipiscing elit mauris orci lacus dui. Nibh justo elit nunc Pellentesque malesuada leo nascetur faucibus malesuada semper.</p><h3>EndWar Exclusive Theater</h3>
<p>Pretium justo eu nisl orci Suspendisse Curabitur eleifend pretium Nam tincidunt.</p>
And change css filePlease check on your site again.</blockquote>
Thank you so much. Also how would I change the text size?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 26, 2012 at 9:32 pm #474281Not to hijack the assistance my colleague, Ninja Lead has provided thus far
– but rather, in the interest of expediency in helping you out ….To change the font size for your slideshow description/captions . . . .
Within file path –> /joomla/quickstart/templates/ja_sanidine/css/ja.slideshow.css
at line 175, add a “font-size” property, for example:
.ja-slideshowdesc {
background: url("../images/trans-bg.png") repeat scroll 0 0 transparent !important;
bottom: 0;
color: #FFFFFF
padding: 10px 0 !important;
position: absolute;
right: 10px;
width: 83%;
z-index: 10;
font-size: 120%;
}Does this help ??
🙂
1 user says Thank You to TomC for this useful post
November 26, 2012 at 11:06 pm #474296<em>@TomC 348007 wrote:</em><blockquote>Not to hijack the assistance my colleague, Ninja Lead has provided thus far
– but rather, in the interest of expediency in helping you out ….To change the font size for your slideshow description/captions . . . .
Within file path –> /joomla/quickstart/templates/ja_sanidine/css/ja.slideshow.css
at line 175, add a “font-size” property, for example:
.ja-slideshowdesc {
background: url("../images/trans-bg.png") repeat scroll 0 0 transparent !important;
bottom: 0;
color: #FFFFFF
padding: 10px 0 !important;
position: absolute;
right: 10px;
width: 83%;
z-index: 10;font-size: 120%;
}Does this help ??
:)</blockquote>
Yes it did, thanks!
November 27, 2012 at 3:10 am #474320<em>@TomC 348007 wrote:</em><blockquote>Not to hijack the assistance my colleague, Ninja Lead has provided thus far
– but rather, in the interest of expediency in helping you out ….To change the font size for your slideshow description/captions . . . .
Within file path –> /joomla/quickstart/templates/ja_sanidine/css/ja.slideshow.css
at line 175, add a “font-size” property, for example:
.ja-slideshowdesc {
background: url("../images/trans-bg.png") repeat scroll 0 0 transparent !important;
bottom: 0;
color: #FFFFFF
padding: 10px 0 !important;
position: absolute;
right: 10px;
width: 83%;
z-index: 10;
font-size: 120%;
}Does this help ??
:)</blockquote>
Actually that didn’t work, it only changed the font size the first time through, then when it rotates back to that image the font size is small again.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 27, 2012 at 3:19 am #474323<em>@tylerspur3 348057 wrote:</em><blockquote>Actually that didn’t work, it only changed the font size the first time through, then when it rotates back to that image the font size is small again.</blockquote>
Are you certain you saved your changes? Try also clearing both your browser and the JAT3 cache – just in case.I just played around with it again (using Firebug) – same recommendation as above – and it worked for all of the slideshow images that had captions.
November 27, 2012 at 3:33 am #474328<em>@TomC 348060 wrote:</em><blockquote>Are you certain you saved your changes? Try also clearing both your browser and the JAT3 cache – just in case.
I just played around with it again (using Firebug) – same recommendation as above – and it worked for all of the slideshow images that had captions.</blockquote>
Yes it works when I put it in “.ja-slideshowdesc {” But I’m trying to only change the title text size.
So when I put it in “.ja-slideshowdesc h3 {” or “.ja-slideshowdesc h3 span {” it only changes the text size once, then when the image rotates again the font size is back to normal.
And yes I cleared my cache and all that
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 27, 2012 at 3:45 am #474330Okay, try this . . . .
Within file path –> /joomla/quickstart/templates/ja_sanidine/css/template.css
at line 1158, add a “font-size” property value – for example . . .
#ja-contentsl1 div.module h3, #ja-contentsl1 div.module h3 span, #ja-contentsl2 div.module h3, #ja-contentsl2 div.module h3 span {
background: none repeat scroll 0 0 transparent;
color: #FFFFFF
height: auto;
line-height: normal;
padding-left: 4px;
font-size: 125%;
}Let me know how that works for you.
November 27, 2012 at 3:51 am #474331<em>@TomC 348067 wrote:</em><blockquote>Okay, try this . . . .
Within file path –> /joomla/quickstart/templates/ja_sanidine/css/template.css
at line 1158, add a “font-size” property value – for example . . .
#ja-contentsl1 div.module h3, #ja-contentsl1 div.module h3 span, #ja-contentsl2 div.module h3, #ja-contentsl2 div.module h3 span {
background: none repeat scroll 0 0 transparent;
color: #FFFFFF
height: auto;
line-height: normal;
padding-left: 4px;
font-size: 125%;
}Let me know how that works for you.</blockquote>
Still didn’t work :((
And it also only edits the text title of the first image, not the other 3 at all
EDIT: Actually it wouldn’t even let me edit the file template.css
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 27, 2012 at 3:52 am #474332<em>@tylerspur3 348068 wrote:</em><blockquote>Still didn’t work :((</blockquote>
You’re kidding me … I just tested it and it worked. – sheesh :-[ -
AuthorPosts
This topic contains 22 replies, has 3 voices, and was last updated by TomC 11 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum