Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • nehogymar Friend
    #176661

    Hi all,

    I’ve tried to figure out with both, Joomla 1.7 and 2.5, but no success.

    When I create new module class in css/template.css and of course give this _custom suffix in the admin to custom html/user5.
    .moduletable_custom {background:#880000 ;
    margin: 4px; }
    or using
    defult _black, _blue module suffixes, those doesn’t effects the user5 in topsl and the user10 in botsl. Why?? These mod positions is already defined somewhere else??

    Please help, to understand

    khoand Friend
    #451227

    It’s weird. Could you give me username+password of your backend? I will check it.

    nehogymar Friend
    #451304

    <em>@khoand 317406 wrote:</em><blockquote>It’s weird. Could you give me username+password of your backend? I will check it.</blockquote>

    Thanks for your response…..

    Of course I give you the parameters to access, but first, to make sure I’l check it again…..
    (What I had to made meanwhile, I tried to create new module positions based on block topsl…………..seem to be this “overwriting” working)

    Let you know what is happening if I looking after

    Thanks

    nehogymar Friend
    #451426

    Ok, so I reinstalled the whole system

    Joomla 1.7.5
    plg_system_jat3.v1.6.0 (updated to Joomla 1.7)
    ja_purity_ii.v1.2.0

    I Followed this tutorial:
    http://www.youtube.com/watch?v=EXUVP-LwCXA
    than I create in ja_purity_ii/css/template.css a new class suffix:

    .moduletable_yellow {
    background:yellow;
    }
    .moduletable_yellow h3 {
    color:orange;
    background:green;
    }

    I added _yellow, and default purity _red class suffixes to some modules.
    Cleaned-purged Joomla cache, Jat3 cache is cleaned. Events of Firefox, Explorer, Google chrome deleted.
    The result is:

    The site is located:
    http://gepraktar.hu/lab1/

    Login/user:admin

    Could you check it what’s wrong with this??
    Thanks in advance


    1. screen
    khoand Friend
    #451543

    – Background of User10 is not yellow because having a css code is stronger than your code in template.css

    .ja-box-right .ja-moduletable, .ja-box-right .moduletable, .ja-box-full .ja-moduletable, .ja-box-full .moduletable {
    border: 0 !important;
    background: 0 !important;
    }

    – Background of Who’s online is not yellow because it belongs right position. Right position use style=”jarounded” (you can see it by go to extensions > template manager > ja_purity_ii > layout tab > edit default layout

    <block name="right1" style="jarounded">right</block>
    Any block (position) use style=”jarounded”, then JAT3 will generate html code

    <div class="ja-module ja-box-br module_suffix">
    In your case, you set module suffix of Who’s online is “_yellow”, JAT3 will generate

    <div class="ja-module ja-box-br module_yellow">
    So it doesn’t match your css code
    – Background of User2, User5 is not red because _red (purity default) is just used for position use style=”jarounded”, user1–>user5 don’t use the style, you can see it by see default layout

    <block name="topsl" type="spotlight" main-inner="1">user1,user2,user3,user4,user5</block>
    You can see _red css code in template.css

    /* red */
    div.module_red {
    background: url(../images/br-br.gif) no-repeat bottom right #bf0000;
    }

    div.module_red .ja-box-bl {
    background: url(../images/br-bl.gif) no-repeat bottom left;
    }

    div.module_red .ja-box-tl {
    background: url(../images/br-tl.gif) no-repeat top left;
    }

    div.module_red .ja-box-tr {
    background: url(../images/br-tr.gif) no-repeat top right;
    }

    nehogymar Friend
    #451774

    Thanks for the detailed answer!:cool:

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

This topic contains 6 replies, has 2 voices, and was last updated by  nehogymar 12 years, 6 months ago.

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