Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • munders Friend
    #145046

    Hi all

    This is urgent, so your speed in answering is very much appreciated.

    I need to remove JA Botsl and JA Pathway from the bottom of my Sulfur template.

    I have attached a graphic so you can see the 2 features.
    :((
    Please help!

    Munders.


    1. SULFURBOTSL
    Arvind Chauhan Moderator
    #320014

    Dear munders,

    for that you need to remove the div id=”ja-pathway” (complete) and div id=”ja-botsl” from your template > index.php.

    If you are not sure, PM me your FTP details and i shall do it for you.

    Deleting codes is easy 😛

    Arvind

    munders Friend
    #320020

    Thanks Arvind, but i have figured it out myself. I did remove the divs you mentioned.

    I still have text that says ‘you are here’ which i need to remove.

    Do you know how to remove this, is it in Addons?

    Arvind Chauhan Moderator
    #320022

    Dear munders,

    PM your site link please. I need to look before i say. Did you unpublish breadcrumbs module?

    Arvind

    munders Friend
    #320024

    Did you get the PM Arvind?

    Arvind Chauhan Moderator
    #320026

    Ok.

    Now Make sure you have removed this code from your Template >> index.php

    <!– PATHWAY –>
    <div id=”ja-pathway” class=”wrap”>
    <div class=”main clearfix”>
    <div class=”inner”>
    <strong>You are here:</strong><jdoc:include type=”module” name=”breadcrumbs” />
    </div>
    </div>
    </div>
    <!– //PATHWAY –>

    <?php
    $spotlight = array (‘user1′,’user2′,’user7′,’user8′,’user9’);
    $sl = $tmpTools->calSpotlight ($spotlight,$tmpTools->isOP()?100:99.9);
    if ($sl) {
    ?>
    <!– BOTTOM SPOTLIGHT –>
    <div id=”ja-botsl” class=”wrap”>
    <div class=”main clearfix”>
    <?php if ( $this->countModules(‘user1’) ) { ?>
    <div class=”ja-box<?php echo $sl[‘user1’][‘class’]; ?>” style=”width: <?php echo $sl[‘user1’][‘width’]; ?>;”>
    <jdoc:include type=”modules” name=”user1″ style=”xhtml” />
    </div>
    <?php } ?>

    <?php if ( $this->countModules(‘user2’) ) { ?>
    <div class=”ja-box<?php echo $sl[‘user2’][‘class’]; ?>” style=”width: <?php echo $sl[‘user2’][‘width’]; ?>;”>
    <jdoc:include type=”modules” name=”user2″ style=”xhtml” />
    </div>
    <?php } ?>

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

    <?php if ( $this->countModules(‘user8’) ) { ?>
    <div class=”ja-box<?php echo $sl[‘user8’][‘class’]; ?>” style=”width: <?php echo $sl[‘user8’][‘width’]; ?>;”>
    <jdoc:include type=”modules” name=”user8″ style=”xhtml” />
    </div>
    <?php } ?>

    <?php if ( $this->countModules(‘user9’) ) { ?>
    <div class=”ja-box<?php echo $sl[‘user9’][‘class’]; ?>” style=”width: <?php echo $sl[‘user9’][‘width’]; ?>;”>
    <jdoc:include type=”modules” name=”user9″ style=”xhtml” />
    </div>
    <?php } ?>

    </div>
    </div>
    <!– //BOTTOM SPOTLIGHT –>
    <?php } ?>

    removing this code, works on my localhost and removes the text as well as the module positions.

    Arvind

    munders Friend
    #320027

    this took out my bottom single line footer aswell though, which was not what i wanted (or on the graphic).

    hmmm

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

This topic contains 7 replies, has 2 voices, and was last updated by  munders 15 years ago.

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