Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • xuxo Friend
    #195714

    Hi guys, I have a website running with ja brisk template, and I realise that when I click on the logo, it no redirects to the homepage which was the desired action. It remains on the current page.

    I’ve been researching and found this thread, but my configuration is ok. My templates/ja_brisk/tpls/blocks/header.php file is ok, it contains

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

    But, exploring my website frontend with Chrome, if I perform an “Inspect Element”, the html code related to the logo element is the following

    <a href=”” title=”Led&Go” style=”background-image:url(/images/logob.png);”><span>Led&Go</span></a>

    note that the href is =””, and not =”/”

    I’ve no idea why this href is wrong, and no idea how to solve it. Please, could you help me to solve this issue?

    Thanks in advance

    xuxo

    Saguaros Moderator
    #526579

    Hi Xuxo,

    By default, the link is:


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

    Currently, I see no link in href attribute on your site.

    You can PM me admin & ftp credentials of your site, I will have a look.

    xuxo Friend
    #526594

    <em>@Saguaros 416178 wrote:</em><blockquote>Hi Xuxo,

    By default, the link is:


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

    Currently, I see no link in href attribute on your site.

    You can PM me admin & ftp credentials of your site, I will have a look.</blockquote>

    Ok done !!! waiting for your feedback. Thanks in advance

    Saguaros Moderator
    #526658

    I received info to log into backend but I also need ftp credentials to check the source code, pls send me again.

    xuxo Friend
    #526705

    <em>@Saguaros 416280 wrote:</em><blockquote>I received info to log into backend but I also need ftp credentials to check the source code, pls send me again.</blockquote>

    Ok @saguaros, done !!! Let me know your findings. Thanks again in advance

    Saguaros Moderator
    #526911

    I just changed it to: href=”index.php/<?php echo $this->lang; ?>/”

    And it seems to work fine now, please have a look at the header.php file

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

This topic contains 6 replies, has 2 voices, and was last updated by  Saguaros 10 years, 8 months ago.

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