1. Preview July Responsive Business Template - for Joomla! 2.5 & 3.1


    JA Smashboard - June Joomla 2.5 & 3.0 Responsive template Stable version released


    JM Lingerie - June Magento Theme Stable version released


    JA Wall Bundle version 1.0.9 - Now compatible with Joomla! 3.1


    JA Bistro version 2.5.4 - Now available for Joomla! 3.1


User Tag List

+ Reply to Thread
 
Results 1 to 6 of 6
  1. #1


    Join Date
    Apr 2012
    Posts
    12
    Points
    33.26
    Downloads
    8
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    1
    Thanked 1 Time in 1 Post

    Question Class suffix doesn't work in user5 and user10???

    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.
    HTML Code:
    .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

  2. #2

     Expired

    Join Date
    Feb 2011
    Posts
    5,103
    Points
    10,973.10
    Downloads
    2959
    Uploads
    0
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)
    Thanks
    182
    Thanked 1,240 Times in 1,137 Posts
    It's weird. Could you give me username+password of your backend? I will check it.

  3. #3


    Join Date
    Apr 2012
    Posts
    12
    Points
    33.26
    Downloads
    8
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    1
    Thanked 1 Time in 1 Post
    Quote Originally Posted by khoand View Post
    It's weird. Could you give me username+password of your backend? I will check it.
    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

  4. #4


    Join Date
    Apr 2012
    Posts
    12
    Points
    33.26
    Downloads
    8
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    1
    Thanked 1 Time in 1 Post
    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:

    HTML Code:
     .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:
    screen.jpg

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

    Login/user:admin

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

  5. #5

     Expired

    Join Date
    Feb 2011
    Posts
    5,103
    Points
    10,973.10
    Downloads
    2959
    Uploads
    0
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)
    Thanks
    182
    Thanked 1,240 Times in 1,137 Posts
    - Background of User10 is not yellow because having a css code is stronger than your code in template.css
    Code:
    .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
    Code:
    		<block name="right1" style="jarounded">right</block>
    Any block (position) use style="jarounded", then JAT3 will generate html code
    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
    Code:
    <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
    Code:
    		<block name="topsl" type="spotlight" main-inner="1">user1,user2,user3,user4,user5</block>
    You can see _red css code in template.css
    Code:
    /* 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;
    }

  6. The Following User Says Thank You to khoand For This Useful Post:

    nehogymar (05-07-2012)

  7. #6


    Join Date
    Apr 2012
    Posts
    12
    Points
    33.26
    Downloads
    8
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    1
    Thanked 1 Time in 1 Post
    Thanks for the detailed answer!

+ Reply to Thread

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts