test
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • henrik1782 Friend
    #175432

    For modules in T3 layout it is possible to assign style=”jaraw”, Can this be done as a suffix class assingment in module setup?

    I want to get rid of the rounded fram. In NEX it is possible to assign no-bg to suffix in module setup and I am looking for something like that in Social.

    khoand Friend
    #445814

    For modules in T3 layout it is possible to assign style=”jaraw”, Can this be done as a suffix class assingment in module setup?

    You login backend > extensions > template manager > ja_social > layout tab > edit default layout > add the code style=”raw” into specific <block> (ex: slideshow) like that

    <block name="slideshow" type="modules" style="raw">slideshow</block>

    I want to get rid of the rounded frame

    You remove the code from /plugins/system/jat3/jat3/base-themes/default/etc/layouts/default.xml

    <file>css/css3.css</file>

    In NEX it is possible to assign no-bg to suffix in module setup and I am looking for something like that in Social.

    You add the code into /templates/ja_social/css/template.css

    /* No Background */
    div.ja-moduletable.no-bg, div.moduletable.no-bg { background: none; border: 0; }

    div.ja-moduletable.no-bg > h3,
    div.moduletable.no-bg > h3 { padding-left: 0; padding-right: 0; }

    div.ja-moduletable.no-bg .ja-box-ct { padding: 0; }

    After that, you can set suffix class of your module is no-bg

    henrik1782 Friend
    #445869

    Thank you so much for your reply… I think one thing is missing in the css3 code, as I still have the bottom roundd frame.


    1. nobg
    khoand Friend
    #446071

    Could you give me a link to your website? I will fix it. Because my local ja_social is not same

    henrik1782 Friend
    #446589

    Hi khoand…

    Link for test site is 1test.ftb-forum.dk

    Thanks a lot for your help.

    khoand Friend
    #446825

    It’s weird. You give me username+password of your backend and ftp, I will check it.

    khoand Friend
    #446876

    You forget the step:
    You remove the code from /plugins/system/jat3/jat3/base-themes/default/etc/layouts/default.xml

    <file>css/css3.css</file>

    henrik1782 Friend
    #447801

    Hi Khoand…

    This did solve the specific problem but also transformed all rounded corners to non-rounded corners.

    khoand Friend
    #447844

    <em>@henrik1782 312949 wrote:</em><blockquote>Hi Khoand…

    This did solve the specific problem but also transformed all rounded corners to non-rounded corners.</blockquote>
    Because you said:

    I want to get rid of the rounded fram. In NEX it is possible to assign no-bg to suffix in module setup and I am looking for something like that in Social.

    henrik1782 Friend
    #448173

    hi khoand…

    Sorry for expressing myself incorrectly. The first solution was almost fine exect for this minor issue.

    I wanted to get rid of the moduletable frame but there is still something left at the bottom of the module. This is not the case when viewing the site with IE 8.0 where this bottom line is not shown.


    1. buttom_border
    2. buttom_border2
    khoand Friend
    #448199

    <em>@henrik1782 313469 wrote:</em><blockquote>hi khoand…

    Sorry for expressing myself incorrectly. The first solution was almost fine exect for this minor issue.

    I wanted to get rid of the moduletable frame but there is still something left at the bottom of the module. This is not the case when viewing the site with IE 8.0 where this bottom line is not shown.</blockquote>
    You restore

    <file>css/css3.css</file>
    And you replace the code


    div.ja-moduletable.no-bg, div.moduletable.no-bg { background: none; border: 0; }

    with


    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;

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

This topic contains 11 replies, has 2 voices, and was last updated by  khoand 12 years, 9 months ago.

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