Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • ravenfire Friend
    #122990

    Hi

    Could someone tell me how I remove home please from above my Welcome to Mumszone title. I have looked everywhere but cant find it. I am using the template with Joomla Magazine as well

    http://www.mumszone.co.uk/

    Thanks 😀

    bernhar Friend
    #230305

    The word “Home” is the beginning of the pathway. Do you want to remove the pathway completely or just on the frontpage?

    ravenfire Friend
    #230307

    I just want to remove it from the front page

    bernhar Friend
    #230314

    You have to change some code in the index.php of the template. I can give you an example how it is done in the template “Ja-Antares”:

    <?php if (strtolower($option) != ‘com_frontpage’){ ?>
    <div id=”ja-pathway”>
    <?php mosPathway(); ?>
    </div>
    <?php } ?>

    Here the pathway is set to shop up everywhere except on the frontpage “com_frontpage”. Because you have another component as your “Home” you should use this code but instead of “com_frontpage” you should use “com_magazine”, use this:

    <?php if (strtolower($option) != ‘com_magazine’){ ?>
    <div id=”ja-pathway”>
    <?php mosPathway(); ?>
    </div>
    <?php } ?>

    You see that with this method you can decide where the pathway should show. Btw. this is also possible with other modules.

    ravenfire Friend
    #230320

    Thank you very much thats just what I needed 🙂

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

This topic contains 5 replies, has 2 voices, and was last updated by  ravenfire 17 years, 1 month ago.

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