Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • harvas Friend
    #161858

    Hi all. I am brand new to this but I think my question is rather straight forward. I want to add an image through a mod_custom on top of the RIGHT position on the default JA SOCIAL template. But I want this image NOT to have the border we usually get with any module in JA SOCIAL. I have hidden the title, but the white rounded border still appears. This needs to appear on the home page.
    From what I have read there are two ways to do so: (a) either define on the mod_custom a Module Class Suffix that will clear the border (i.e. something like _none, _clearfix, etc.) or by creating a new position with STYLE = “JARAW” through T3 as follows:
    <blocks name=”middle” colwidth=”22″>
    <block name=”content-mass-top” style=”jaraw”>content-mass-top</block>
    <block name=”content-top” type=”spotlight”>user1,user2,user3</block>
    <block name=”content-bottom”>bottom</block>
    <block name=”inset2″>left</block>
    <block name=”right-mass-top” style=”jaraw”>rightraw</block>
    <block name=”right2″>right</block>
    </blocks>
    In the first case I do not know the Module Class Suffix that will do this (pls. advice which ones are available or how I can create the one I want) and in the later case, when I add the image on the RIGHTRAW position it messes up the width of all columns and it overlaps with the slideshow etc.
    Your help is greatly appreciated. I have tried to resolve the issue myself but reached a dead-end so far.
    Thanks.
    Charis

    harvas Friend
    #383499

    Great Support!!! No one from the moderators/experts has bothered to help me slightly? Thanks!

    Saguaros Moderator
    #383727

    i’m sorry for my late,

    Please take a overview on the t3 design concept :

    and http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides#Default_Layout

    When you defined the “right-top-position” => the width of main colum and right colums were changed. => The slideshow overlap modules on the right side.

    Can you please provide me a snapshot on exactly positions which you would like to have.
    I will try finding a solution on this.

    Thanks

    harvas Friend
    #383893

    <em>@tienhc 230779 wrote:</em><blockquote>i’m sorry for my late,

    Please take a overview on the t3 design concept :

    and http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides#Default_Layout

    When you defined the “right-top-position” => the width of main colum and right colums were changed. => The slideshow overlap modules on the right side.

    Can you please provide me a snapshot on exactly positions which you would like to have.
    I will try finding a solution on this.

    Thanks</blockquote>

    Thanks for your reply. Indeed with right-top-position that is exactly what happened. Looking at some other threads in the meantime, I managed to find the solution I was looking for by adding the following:

    #ja-container .moduletable_clean {
    background:none;
    -moz-border-radius:0 0 0 0;
    -moz-box-shadow:0 0 0 0;
    }

    #ja-container .moduletable_clean .ja-box-ct {
    padding-left:0 !important;
    }

    Thanks!

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

This topic contains 4 replies, has 2 voices, and was last updated by  harvas 13 years, 7 months ago.

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