Viewing 15 posts - 1 through 15 (of 24 total)
  • Author
    Posts
  • moretti Friend
    #182448

    Hello!
    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?


    1. Captura-de-Tela-2012-11-21-224s-07.59.11
    TomC Moderator
    #473797

    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.

    moretti Friend
    #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 Moderator
    #473804

    Okay, 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?

    moretti Friend
    #473817

    Yeah, that’s what I wanted to plumb.
    A question every time an update positive mSQL
    the module, I have to do this fix?

    TomC Moderator
    #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) 😉

    moretti Friend
    #473822

    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?

    other

    How do I increase the font size of the title?

    TomC Moderator
    #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

    TomC Moderator
    #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;
    }

    moretti Friend
    #473836

    Hello 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


    1. Captura-de-Tela-2012-11-21-224s-16.25.15
    TomC Moderator
    #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.

    moretti Friend
    #473839

    Now I have the same with the right navigation button.:)

    TomC Moderator
    #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 Friend
    #473841

    No, I am sure that don’t change.

    I made only the changes you showed me.

    TomC Moderator
    #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.

Viewing 15 posts - 1 through 15 (of 24 total)

This 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