Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • niusha Friend
    #128247

    “Custom HTML” Module (JA Antares)

    Hello,

    is also the “Custom HTML” Module (JA Antares) in the YES Edenite possible?

    if I in “Module Class Suffix” for example “-blue” entries, nothing happens!

    Best Regards,

    Niusha

    Sherlock Friend
    #247913

    Hi niusha !
    Please send link of your site , I will check it for you !

    niusha Friend
    #247916

    <em>@hainn84 51924 wrote:</em><blockquote>Hi niusha !
    Please send link of your site , I will check it for you !</blockquote>

    link of the site:

    http://www.nosrati.de

    Module_1: “Module Class Suffix : -blue”
    Module_2: “Module Class Suffix : -green”

    Best Regards,

    A. Nosrati

    Sherlock Friend
    #247920

    You must do 4 steps for get style for module :
    step 1:
    You open antares template , open template_css.css file in templates/ja_antares/css folder, you can find section code at about line 297 :


    /* MODULE HILITE GREEN
    --------------------------------------------------------- */
    div.module-blue h3,
    div.module-green h3,
    div.module-orange h3 {
    text-transform: uppercase;
    font-size: 1em;
    margin: 0 0 5px;
    }

    div.module-green {
    margin-bottom: 5px;
    padding: 0;
    width: 97.5%;
    background: url(../images/box-br-green.gif) no-repeat bottom right;
    color: #FFFFFF;
    }

    div.module-green a {
    color: #FFFFFF;
    }

    div.module-green div {
    padding: 0;
    background: url(../images/box-bl-green.gif) no-repeat bottom left;
    }

    div.module-green div div {
    padding: 0;
    background: url(../images/box-tr-green.gif) no-repeat top right;
    }

    div.module-green div div div {
    padding: 9px 15px 15px;
    background: url(../images/box-tl-green.gif) no-repeat top left;
    }

    /* MODULE HILITE BLUE
    --------------------------------------------------------- */
    div.module-blue {
    margin-bottom: 5px;
    padding: 0;
    width: 97.5%;
    background: url(../images/box-br-blue.gif) no-repeat bottom right;
    color: #FFFFFF;
    }

    div.module-blue a {
    color: #FFFFFF;
    }

    div.module-blue div {
    padding: 0;
    background: url(../images/box-bl-blue.gif) no-repeat bottom left;
    }

    div.module-blue div div {
    padding: 0;
    background: url(../images/box-tr-blue.gif) no-repeat top right;
    }

    div.module-blue div div div {
    padding: 9px 15px 15px;
    background: url(../images/box-tl-blue.gif) no-repeat top left;
    }

    /* MODULE HILITE ORANGE
    --------------------------------------------------------- */
    div.module-orange {
    margin-bottom: 0px;
    padding: 0;
    width: 97.5%;
    background: url(../images/box-br-orange.gif) no-repeat bottom right;
    color: #FFFFFF;
    }

    div.module-orange a {
    color: #FFFFFF;
    }

    div.module-orange div {
    padding: 0;
    background: url(../images/box-bl-orange.gif) no-repeat bottom left;
    }

    div.module-orange div div {
    padding: 0;
    background: url(../images/box-tr-orange.gif) no-repeat top right;
    }

    div.module-orange div div div {
    padding: 9px 15px 10px;
    background: url(../images/box-tl-orange.gif) no-repeat top left;
    }

    #ja-leftcol div.module-blue,
    #ja-leftcol div.module-green,
    #ja-leftcol div.module-orange,
    #ja-rightcol div.module-blue,
    #ja-rightcol div.module-green,
    #ja-rightcol div.module-orange {
    width: 100%;
    float: left;
    clear: both;
    }

    this is css code for blue, green , …. box module, you must copy this code add to template.css file in templates/ja_edenite/css folder.
    – Step 2 :
    open templates/ja_antares/images folder copy following images : box-tl-blue.gif, box-tl-green.gif,box-tl-orange.gif,box-tr-blue.gif,box-tr-green.gif,box-tr-orange.gif to templates/ja_edenite/images folder .
    – Step 3 :
    Open index.php file in templates/ja_edenite folder change code for load module with load parameter is “rounder”
    example : if you want user7 and have green box , in index.php file you search code


    <jdoc:include type="modules" name="user7" style="......" />

    change into :


    <jdoc:include type="modules" name="user7" style="rounded" />

    – step 4 :
    Go to administrator ser module class suffix to “-green” or “-blue” or “-orange”

    good luck !

    niusha Friend
    #247927

    I have done exactly as you have described, but it don’t works for me :confused:

    Sherlock Friend
    #248025

    hi niusha !
    You can send FTP account via pm . i will do it for you !

    Sherlock Friend
    #248708

    niusha !
    Please view : http://nosrati.de i have fixed it for you ;)!

    niusha Friend
    #248774

    <em>@hainn84 52927 wrote:</em><blockquote>niusha !
    Please view : http://nosrati.de i have fixed it for you ;)!</blockquote>

    THANKS, just as I wanted to have it :-*
    Can you say me what files and to which point it you handled?
    For the future, if I will change something 😉

    Sherlock Friend
    #248864

    Hi niusha !
    I view index.php file in templates/ja_edenite folder i view a mistake it have code :


    <jdoc:include type="modules" name="user7" style="rounder" />

    line code must be :


    <jdoc:include type="modules" name="user7" style="rounded" />

    i have change it and it works now !

    niusha Friend
    #248957

    <em>@hainn84 53120 wrote:</em><blockquote>Hi niusha !
    I view index.php file in templates/ja_edenite folder i view a mistake it have code :


    <jdoc:include type="modules" name="user7" style="rounder" />

    line code must be :


    <jdoc:include type="modules" name="user7" style="rounded" />

    i have change it and it works now !</blockquote>

    Thank you very much:D

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

This topic contains 10 replies, has 2 voices, and was last updated by  niusha 15 years, 11 months ago.

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