Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • adnanar Friend
    #129153

    Hello,

    I have a problem with the position of the module from left to right, the background doesn’t move with the module.

    Thanks in advance.

    http://front.macarabia.net


    1. main.left_
    2. main.right_
    Sherlock Friend
    #251537

    Hi adnanar !
    Please send link of your site !

    adnanar Friend
    #251547

    Thank you for interested

    http://front.macarabia.net

    Sherlock Friend
    #251657

    Hi adnanar !
    You open http://front.macarabia.net/templates/ja_helio/css/template.css find following code section at about line 648 :


    div.moduletable h3 span, div.moduletable_menu h3 span, div.moduletable_text h3 span, div.moduletable_light h3 span, div.moduletable_hilite h3 span {
    background:transparent url(../images/h3-bg.gif) no-repeat scroll right center;
    display:block;
    float:left;
    height:30px;
    line-height:28px;
    margin:0pt;
    width:100%;
    }

    change into :


    div.moduletable h3 span, div.moduletable_menu h3 span, div.moduletable_text h3 span, div.moduletable_light h3 span, div.moduletable_hilite h3 span {
    background:transparent url(../images/h3-bg.gif) no-repeat scroll right center;
    display:block;
    float:right;
    height:30px;
    line-height:28px;
    margin:0pt;
    width:100%;
    padding-right:25px;
    }

    adnanar Friend
    #251665

    Thank you once again for this interest

    An unfortunate thing has not changed

    See: Main Menu

    adnanar Friend
    #251669

    Excuse me, which is intended gray background



    1. background
    adnanar Friend
    #251873

    Please

    I need help?

    Thanks

    http://front.macarabia.net/

    adnanar Friend
    #251938

    Please

    Is there a solution to this problem?

    Thanks

    Menalto Friend
    #251941

    Can you please make up a image on how you want it to be?

    adnanar Friend
    #251983

    Thank you once again for this interest.

    When I moved the position of the module from left to right the background (background-image: url(../images/box-bl.gif);) disappeared. Please see the differences between those pictures.

    Copy of Main Menu and Main Men

    Thanks

    http://front.macarabia.net/


    1. Copy
    2. menu
    Menalto Friend
    #251984

    If you try to open the index.php file you and find this code here:

    <?php if ($ja_left) { ?>
    <!-- BEGIN: LEFT COLUMN -->
    <div id="ja-col1">
    <div class="ja-innerpad">
    <jdoc:include type="modules" name="left" style="rounded" />
    </div>
    </div><br />
    <!-- END: LEFT COLUMN -->
    <?php } ?>

    </div>

    <?php if ($ja_right) { ?>
    <!-- BEGIN: RIGHT COLUMN -->
    <div id="ja-col2"><div id="ja-col2-top"><div id="ja-col2-bot" class="clearfix">

    <?php if ($hasSubnav) { ?>
    <div id="ja-subnav" class="moduletable-hilite">
    <h3>On this page</h3>
    <?php $jamenu->genMenu (1,1); ?>
    </div>
    <?php } ?>

    <jdoc:include type="modules" name="right" style="xhtml" />
    </div></div></div>
    <!-- END: RIGHT COLUMN -->
    <?php } ?>

    You can try to change it to this:

    <?php if ($ja_left) { ?>
    <!-- BEGIN: LEFT COLUMN -->
    <div id="ja-col1">
    <div class="ja-innerpad">
    <jdoc:include type="modules" name="left" style="rounded" />
    </div>
    </div><br />
    <!-- END: LEFT COLUMN -->
    <?php } ?>

    </div>

    <?php if ($ja_right) { ?>
    <!-- BEGIN: RIGHT COLUMN -->
    <div id="ja-col2"><div id="ja-col2-top"><div id="ja-col2-bot" class="clearfix">

    <?php if ($hasSubnav) { ?>
    <div id="ja-subnav" class="moduletable-hilite">
    <h3>On this page</h3>
    <?php $jamenu->genMenu (1,1); ?>
    </div>
    <?php } ?>

    <jdoc:include type="modules" name="right" style="rounded" />
    </div></div></div>
    <!-- END: RIGHT COLUMN -->
    <?php } ?>

    adnanar Friend
    #251990

    Wonderful

    Thank you very much for this assistance.

    There are only a problem in images of box-hilite-tl.gif and box-hilite-tr.gif

    Please see

    Shop Online for iPhone

    Who’s Online

    Thanks

    http://front.macarabia.net/

    adnanar Friend
    #252068

    Sorry

    This clarification of the problem.

    Thanks

    http://front.macarabia.net/


    1. WhoS
    Menalto Friend
    #252076

    Take a look here:

    In the css folder you have a folder called colors, open it up and find red.css, and line 21:


    div.module_hilite div div div {
    background:transparent url(../../images/red/box-hilite-tl.gif) no-repeat left top;
    }

    Try to change it to this:

    div.module_hilite div div div {
    background:transparent url(../../images/red/box-hilite-tl.gif) no-repeat right top;
    }

    adnanar Friend
    #252081

    Thank you Menalto

    Thank you hainn84

    Everything now seems wonderful.

    Thank you very much for this assistance.

    Thanks

    http://front.macarabia.net/

Viewing 15 posts - 1 through 15 (of 16 total)

This topic contains 16 replies, has 3 voices, and was last updated by  adnanar 15 years, 11 months ago.

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