Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • w11w12 Friend
    #153623

    1Q
    I worked with template manager and tried different parameters.Then I changed everything to its original parameters. But my font in all modules except for mod_janews и mod_ja_contentslide changed to ITALIC style and it happend only on my home page.
    Even in the left main menu, login,resources,html module,….
    On the other pages of my website in the same modules,everything is good.
    Please, help me to get rid of that italic style on the home page.

    2Q
    How do I change the background color in modules and articles?
    How do I make this backgound transparent?

    I use orange style of Ja Lead template

    Arvind Chauhan Moderator
    #353017

    for your 1 Q.

    1. Did you use copy paste from word document for your article?
    2. Unpublish your frontend articles one by one to see, if it removed the all italics.
    3. Its coming from faulty edit or style applied( open tag).
    4. Show us your site url.

    For your 2 Q.

    Changing background color in modules or article involves css edits. Show us your site aqnd module, for which you wish to change the background color and to which color.

    Arvind

    w11w12 Friend
    #353082

    Thank you very much for your advice

    The problem was in one of the articles on my home page in janews.

    In this article there was an unnecessary code in read more system.

    <p><em><hr id=”system-readmore” />
    </em></p>

    As soon as I corrected it to

    <hr id=”system-readmore” />

    The italic style dissappeared in all modules on my home page and all is good now.

    Can you explain to me the link between this simlpe unnecessary code in one of the articles and the font styles in modules?

    Arvind Chauhan Moderator
    #353083

    Glad it got solved and you found the rogue article. Not sure of the rocket science behind it, but its always the wrong formatting in articles edited with joomla editors or direct paste from microsoft word.

    Arvind

    w11w12 Friend
    #353125

    I want to know how to change the background color or how to make it transparent on my main modules like janews, slideshow2, mod_custom, ja_contentslide, left mainmenu, login, jw_player and articles.

    I need to change color on modules which I circled in red color (see attachment).

    The modules jatabs, mod_jabulletin , popular are already transparent

    Custom html module on the left side becomes transparent by itself, and on the right side it is only with the white background.

    P.S.
    Please, tell me how to activate = You are here: =
    Nothing appears after these words.

    geof Friend
    #353153

    <em>@w11w12 190883 wrote:</em><blockquote>I want to know how to change the background color or how to make it transparent …</blockquote>

    Go to

    templates/ja_lead/css/template.css line 738
    .ja-content-inner {
    background:none repeat scroll 0 0 #FFFFFF; <<— background:none;
    border:1px solid #D5D5D5;
    margin:0 0 20px;
    padding:20px 10px 0;
    }

    templates/ja_lead/css/template.css line 1217

    #ja-col2 div.moduletable, #ja-col2 div.moduletable_default, #ja-col2 div.moduletable_menu, #ja-col2 div.moduletable_text {
    background:none repeat scroll 0 0 #FFFFFF; <<— background:none;
    border:1px solid #D5D5D5;
    padding:0 9px 20px;
    }

    templates/ja_lead/css/template.css line 1243
    #ja-topsl div.ja-innerpad {
    background:none repeat scroll 0 0 #FFFFFF; <<— background:none;
    border:1px solid #D5D5D5;
    overflow:hidden;
    padding:15px 10px 10px;
    }
    *

    templates/ja_lead/css/style.css line 26
    .lead .ja-tab-panels-top {
    background:none repeat scroll 0 0 #FFFFFF; <<— background:none;
    border-color:-moz-use-text-color #D5D5D5 #D5D5D5;
    border-right:1px solid #D5D5D5;
    border-style:none solid solid;
    border-width:medium 1px 1px;
    width:auto;
    }

    w11w12 Friend
    #353209

    Great ! Thank you very much!
    I got almost everything!

    I just didn’t understand this line:
    templates/ja_lead/css/style.css line 26

    In css folder I don’t have a file style css. I didn’t find this file anywhere.

    All modules became transparent,except for “left main menu and resources”.

    I would like tabs module also to become completely transparent.
    See attachment where I circled white spaces.

    One more question.How can I activate the line You Are Here? It doesn’t work.

    geof Friend
    #353521

    <em>@w11w12 190985 wrote:</em><blockquote>Great ! Thank you very much!
    I got almost everything!

    I just didn’t understand this line:
    templates/ja_lead/css/style.css line 26

    In css folder I don’t have a file style css. I didn’t find this file anywhere.</blockquote>

    Sorry w11w12
    The correct path for style.css file is
    plugins/content/ja_tabs/themes/lead/style.css

    <em>@w11w12 190985 wrote:</em><blockquote>

    All modules became transparent,except for “left main menu and resources”.

    </blockquote>

    Go to templates/ja_lead/css/template.css line 1135
    and change
    From

    #ja-col1 div.moduletable_menu {
    background:#FFFFFF; <<------
    }

    to

    #ja-col1 div.moduletable_menu {
    background:none;
    }

    <em>@w11w12 190985 wrote:</em><blockquote>

    One more question.How can I activate the line You Are Here? It doesn’t work.</blockquote>
    Go to your admin and check Extensions>Module Manager >Breadcrumbs is enable?

    carynh Friend
    #373702

    Thanks. I had one of these too…very frustrating. Turned out to be an unclosed italic tag, not in content, but in a JA Slideshow caption! You have to look everywhere.

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 4 voices, and was last updated by  carynh 13 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum