-
AuthorPosts
-
moretti Friend
moretti
- Join date:
- April 2009
- Posts:
- 104
- Downloads:
- 14
- Uploads:
- 33
- Thanks:
- 38
- Thanked:
- 2 times in 1 posts
November 21, 2012 at 10:08 am #182448Hello!
Looking at the attached image …I wonder in the slideshow module:
If you can put the text that is inside the red box
inside the blue box?How do I do that?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 21, 2012 at 3:54 pm #473797Possibly … and it might be as simple an issue as modifying the relative CSS.
However, so that I can see if this may be the case, need you to provide the url of the site you’re working on
– as well as set “Optimize CSS” to “No” within your Template Manager–General settings.moretti Friendmoretti
- Join date:
- April 2009
- Posts:
- 104
- Downloads:
- 14
- Uploads:
- 33
- Thanks:
- 38
- Thanked:
- 2 times in 1 posts
November 21, 2012 at 4:00 pm #473799<em>@TomC 347349 wrote:</em><blockquote>Possibly … and it might be as simple an issue as modifying the relative CSS.
However, so that I can see if this may be the case, need you to provide the url of the site you’re working on
– as well as set “Optimize CSS” to “No” within your Template Manager–General settings.</blockquote>the link is http://www.mitranh.org.br/novo/
the Optimize CSS now is “No”tks
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 21, 2012 at 4:14 pm #473804Okay, try something along these lines . . . .
Within file path –> /novo/modules/mod_jaslideshow/assets/themes/social-slideshow/mod_jaslideshow.css
at line 117, you will see the following:
.ja-slide-desc {
font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
left: 220px;
line-height: 1;
position: absolute;
top: 85px;
}try modifying the “left” property value, for example . . .
.ja-slide-desc {
font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
left: 400px;
line-height: 1;
position: absolute;
top: 85px;
}Does that get you to where you wanted to go … or, at least, along the right path?
1 user says Thank You to TomC for this useful post
moretti Friendmoretti
- Join date:
- April 2009
- Posts:
- 104
- Downloads:
- 14
- Uploads:
- 33
- Thanks:
- 38
- Thanked:
- 2 times in 1 posts
November 21, 2012 at 5:04 pm #473817Yeah, that’s what I wanted to plumb.
A question every time an update positive mSQL
the module, I have to do this fix?TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 21, 2012 at 5:07 pm #473819<em>@moretti 347373 wrote:</em><blockquote>
A question every time an update positive mSQL
the module, I have to do this fix?</blockquote>
Not sure I fully understand your question . . . can you clarify?If you implement this modification/fix, it should apply across the board for that element
(i.e. the “cascade” in cascading style sheet) 😉1 user says Thank You to TomC for this useful post
moretti Friendmoretti
- Join date:
- April 2009
- Posts:
- 104
- Downloads:
- 14
- Uploads:
- 33
- Thanks:
- 38
- Thanked:
- 2 times in 1 posts
November 21, 2012 at 5:21 pm #473822What I wonder is:
When there is an update on the component (version)
in this case, “JA SLIDESHOW”.I’ll have to change that file again?
other
How do I increase the font size of the title?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 21, 2012 at 5:43 pm #473825<em>@moretti 347378 wrote:</em><blockquote>What I wonder is:
When there is an update on the component (version)
in this case, “JA SLIDESHOW”.I’ll have to change that file again?[/quote]
ahhhh …. well, you may – but as you see, it’s a simple fix
1 user says Thank You to TomC for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 21, 2012 at 5:47 pm #473828<em>@moretti 347378 wrote:</em><blockquote>
How do I increase the font size of the title?</blockquote>Within file path –> /templates/ja_social/css/template.css
at line 39, add a “font-size” property – for example . . .
a {
color: #238DB4
font-size: 18px;
text-decoration: none;
}1 user says Thank You to TomC for this useful post
moretti Friendmoretti
- Join date:
- April 2009
- Posts:
- 104
- Downloads:
- 14
- Uploads:
- 33
- Thanks:
- 38
- Thanked:
- 2 times in 1 posts
November 21, 2012 at 6:29 pm #473836Hello Tom!
I’m even embarrassed …
There’s a small detail in the presentation yet.The left navigation button is on top of the image
is to give a higher margin?tks
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 21, 2012 at 6:37 pm #473838<em>@moretti 347393 wrote:</em><blockquote>
There’s a small detail in the presentation yet.The left navigation button is on top of the image
is to give a higher margin?tks</blockquote>
Here is a way you can do it . . . .
Within file path –> /novo/modules/mod_jaslideshow/assets/themes/social-slideshow/mod_jaslideshow.css
at line 143, add a “margin-left” property, for example . . .
.ja-slide-main-wrap {
background: none repeat scroll 0 0 transparent;
margin-left: 25px;}After you perform the adjustment for the slide description content – from your first question – things should display nicely.
Hope that helps.
1 user says Thank You to TomC for this useful post
moretti Friendmoretti
- Join date:
- April 2009
- Posts:
- 104
- Downloads:
- 14
- Uploads:
- 33
- Thanks:
- 38
- Thanked:
- 2 times in 1 posts
November 21, 2012 at 6:55 pm #473839Now I have the same with the right navigation button.:)
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 21, 2012 at 6:57 pm #473840<em>@moretti 347402 wrote:</em><blockquote>Now I have the same with the right navigation button.:)</blockquote>
When I bring up your site, I’m not seeing where you’ve made the various adjustments we’ve been discussing throughout this discussion topic. Have you made the changes as we’ve been discussing?moretti Friendmoretti
- Join date:
- April 2009
- Posts:
- 104
- Downloads:
- 14
- Uploads:
- 33
- Thanks:
- 38
- Thanked:
- 2 times in 1 posts
November 21, 2012 at 6:59 pm #473841No, I am sure that don’t change.
I made only the changes you showed me.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 21, 2012 at 7:01 pm #473843<em>@moretti 347404 wrote:</em><blockquote>No, I am sure that don’t change.</blockquote>
Go though the various suggestions I have provided for you and save your changes.
Let me know when you have done so, and I will take a look again.1 user says Thank You to TomC for this useful post
AuthorPostsThis topic contains 24 replies, has 2 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
Jump to forum