Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • saswiss Friend
    #908835

    On the navigation bar (menu), if one clicks on one of the menu items, there is no problem accessing the specific articles or data, but if one clicks on the logo on that specific page, the user is not returned to the actual homepage, but stays on the menu item and contents. How can this be corrected?

    Thanks

    Pankaj Sharma Moderator
    #908838

    Hi
    To fix this issue go to /templates/ja_elicyon/tpls/blocks/header.php
    Find this code

    
                    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">

    Replace it with

    
                    <a href="<?php echo JURI::base( ) ?>" title="<?php echo strip_tags($sitename) ?>">

    Hope it helps .

    saswiss Friend
    #908899

    Hi,
    thanks! worked perfectly 😉

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

This topic contains 2 replies, has 2 voices, and was last updated by  saswiss 8 years, 7 months ago.

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