Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • mfcphil Friend
    #139906

    Ok I would like to move the bottom section to the top.

    So thats the breadcrumbs which is moving the

    <!– BEGIN: PATHWAY –>
    <div id=”ja-pathway”>
    <strong>You are here  :</strong><?php mosPathway(); ?>
    </div>
    <!– END: PATHWAY –>

    But how to move the block with users 1,2,5,6 and 7 and keeping the breadcrumbs above that so it all fits below the menu bar at the top.

    nguyenhuu quang Friend
    #299951

    your live site?

    mfcphil Friend
    #299977

    yes the site is live….I have the fagus but updating to this….here is one of the pages using this template.

    instantinlaw Friend
    #299986

    Simply search for

    <!-- END: MAIN NAVIGATION -->

    and paste the following code.


    <!-- END: MAIN NAVIGATION -->
    <!-- BEGIN: PATHWAY -->
    <div id="ja-pathway">
    <strong>You are here  :</strong><jdoc:include type="module" name="breadcrumbs" />
    </div>
    <!-- END: PATHWAY -->

    Don’t forget to remove it from the bottom though.

    nguyenhuu quang Friend
    #299987

    need to edite css.

    instantinlaw Friend
    #299988

    I don’t think so. I don’t remember doing that when I did it on my site.

    instantinlaw Friend
    #299989

    If you do, here’s the css.


    /* breadcrumbs */
    #ja-pathway {
    border: 1px solid #E7E8E6;
    color: #626A69;
    font-weight: bold;
    background: #F8F8F7;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 2px;
    padding-right: 15px;
    padding-bottom: 2px;
    padding-left: 15px;
    }
    #ja-pathway strong {
    margin-right: 5px;
    }
    #ja-pathway a {
    color: #626A69;
    font-weight: normal;
    }
    #ja-pathway img {
    margin: 1px 5px;
    }

    mfcphil Friend
    #299991

    All that did was put the breadcrumbs below the menu it did not move the box with users 1 2 5 6 & 7

    any other ideas

    instantinlaw Friend
    #299994

    Why not try moving the whole block of code to where you want it? You’re probably going to have to do some css editing though.

    instantinlaw Friend
    #299995

    Looks like this is the code for the users.

    <?php
    $spotlight = array ('user1','user2','user5','user6','user7','user8');
    $botsl = $tmpTools->calSpotlight ($spotlight,$tmpTools->isOP()?100:99.9);
    if( $botsl ) {
    ?>
    <!-- BEGIN: BOTTOM SPOTLIGHT -->
    <div id="ja-botsl" class="clearfix">
    <?php if( $this->countModules('user1') ) {?>
    <div class="ja-box<?php echo $botsl['user1']['class']; ?>" style="width: <?php echo $botsl['user1']['width']; ?>;">
    <jdoc:include type="modules" name="user1" style="xhtml" />
    </div>
    <?php } ?>
    <?php if( $this->countModules('user2') ) {?>
    <div class="ja-box<?php echo $botsl['user2']['class']; ?>" style="width: <?php echo $botsl['user2']['width']; ?>;">
    <jdoc:include type="modules" name="user2" style="xhtml" />
    </div>
    <?php } ?>
    <?php if( $this->countModules('user5') ) {?>
    <div class="ja-box<?php echo $botsl['user5']['class']; ?>" style="width: <?php echo $botsl['user5']['width']; ?>;">
    <jdoc:include type="modules" name="user5" style="xhtml" />
    </div>
    <?php } ?>

    <?php if( $this->countModules('user6') ) {?>
    <div class="ja-box<?php echo $botsl['user6']['class']; ?>" style="width: <?php echo $botsl['user6']['width']; ?>;">
    <jdoc:include type="modules" name="user6" style="xhtml" />
    </div>
    <?php } ?>

    <?php if( $this->countModules('user7') ) {?>
    <div class="ja-box<?php echo $botsl['user7']['class']; ?>" style="width: <?php echo $botsl['user7']['width']; ?>;">
    <jdoc:include type="modules" name="user7" style="xhtml" />
    </div>
    <?php } ?>

    <?php if( $this->countModules('user8') ) {?>
    <div class="ja-box<?php echo $botsl['user8']['class']; ?>" style="width: <?php echo $botsl['user8']['width']; ?>;">
    <jdoc:include type="modules" name="user8" style="xhtml" />
    </div>
    <?php } ?>
    </div>
    <!-- END: BOTTOM SPOTLIGHT -->
    <?php } else { ?>
    <div id="ja-botsl" class="clearfix"></div>
    <?php } ?>
    </div>

    instantinlaw Friend
    #299996

    Actually, your idea is interesting. I may try this on my site. Although I may just add the extra modules to both sections.

    instantinlaw Friend
    #299997

    That is the code. It worked perfectly on my site. No css edits required.

    mfcphil Friend
    #300000

    Cheers will take a look now

    mfcphil Friend
    #300004

    Worked like a charm thanks Bill

    instantinlaw Friend
    #300006

    No Problem. Glad I could help.

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

This topic contains 15 replies, has 3 voices, and was last updated by  instantinlaw 15 years, 7 months ago.

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