Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • we2solutions Friend
    #171999

    Hi,

    when i reduce the screen resolution my custom 3 module positions are changing.how i can get rid of that

    http://76.162.134.232

    normal my resolution is 1366*768
    but if you use 1024*768 all the main 3 custom module places changing.

    Thanks

    we2solutions Friend
    #430615

    It also occuring resizing the browser window.who is going to help me :::::cool:

    Blaine Friend
    #430616

    Hi!
    Received the PM.
    Tell me the template and Joomla version please.
    Thanks!

    we2solutions Friend
    #430617

    JA Mesolite2 and Version 1.5.25

    we2solutions Friend
    #430619

    I add these 3 new modules in mainnav.php

    [PHP]<?php if($this->countModules(‘cus_mod1’)) : ?>
    <div id=”cus_mod1″>
    <jdoc:include type=”modules” name=”cus_mod1″ style=”xhtml” />
    </div>
    <?php endif; ?>

    <?php if($this->countModules(‘cus_mod2’)) : ?>
    <div id=”cus_mod2″>
    <jdoc:include type=”modules” name=”cus_mod2″ style=”xhtml” />
    </div>
    <?php endif; ?>

    <?php if($this->countModules(‘cus_mod3’)) : ?>
    <div id=”cus_mod3″>
    <jdoc:include type=”modules” name=”cus_mod3″ style=”xhtml” />
    </div>
    <?php endif; ?>
    [/PHP]

    in template.css i add like this

    #cus_mod1 {
    position:absolute;
    top:110px;
    right:235px;
    z-index: 15;
    overflow: hidden;
    }

    #cus_mod2 {
    position:absolute;
    top:145px;
    left:255px;
    z-index: 15;
    overflow: hidden;
    }

    #cus_mod3 {
    position:absolute;
    top:160px;
    right:212px;
    z-index: 15;
    overflow: hidden;
    }

    m..what went wrong…still thinking…i put 100% but then all the module positions changed.:(

    Blaine Friend
    #430624

    Try changing the code from absolute to relative and let me know the effects.

    we2solutions Friend
    #430626

    custom module positions went left and create gap between main menu and slideshow 🙁

    we2solutions Friend
    #430627

    Hi Blaine,

    Able to fix it myself. thanks for your time Blaine.to fix that issue i put

    <div id=”ja-menunav” class=”wrap”>
    <div class=”main clearfix”>

    before my custom module.

    Thanks again.

    now new module seeing like this [PHP]<?php if($this->countModules(‘cus_mod1’)) : ?>
    <div id=”ja-menunav” class=”wrap”>
    <div class=”main clearfix”>
    <div id=”cus_mod1″>
    <jdoc:include type=”modules” name=”cus_mod1″ style=”xhtml” />
    </div>
    <?php endif; ?>[/PHP]

    :D:D:D:D:D:D

    Blaine Friend
    #430634

    Glad it’s resolved and thanks for posting the solution for others to benfit!

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

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

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