+ Reply to Thread
Results 1 to 6 of 6

Thread: Changing the link associated with the logo

  1. #1
    Junior Member
    Join Date
    Aug 2012
    Posts
    12

    Changing the link associated with the logo

    When I click on the logo on the upper left side, the link takes me to index.php. How do I change this so that the link takes me to another page?

    I've checked all the .tpl files and the .css files... I don't see where I can change this. Thanks!

  2. #2
    It will be in your header_home and/or header_main files in your template, will be near the top look for

    Code:
    Only registered members can view the code.
    Last edited by Chris Brown; October 2, 2012 at 10:03 PM.

  3. #3
    Junior Member
    Join Date
    Aug 2012
    Posts
    12

    Thank you!

    It worked!

    How can I change the link from the favicon? (please see attached .jpg picture)

    Thanks!
    Attached Images Attached Images

  4. #4
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239
    Hello,

    You can change it in the combined image: templates/your_template/img/gallery.png (We recommend using the Photoshop as a graphics editor.)

  5. #5
    Junior Member
    Join Date
    Jan 2019
    Posts
    11
    Hi there,

    I just came across this thread and tried to make the changes listed above, but had no success. I went into the "header.tpl" file and found a few lines of code similar to what Chris Brown mentioned above.

    <header>
    <section class="point1">
    <div id="logo">
    <a href="{$rlBase}" title="{$config.site_name}">
    <img alt="{$config.site_name}"
    src="{$rlTplBase}img/logo.png"
    srcset="{$rlTplBase}img/@2x/logo.png 2x" />

    When someone clicks the header logo, I want it going to a different page. I tried replacing {$rlBase} with the hyperlink to the new page, but that didn't work.

    Any idea what I'm doing wrong? Thanks!

    Tyler

  6. #6
    It should work. Maybe existing some cache on your server. Also, you can send ftp access to my PM and I will check it in more details.
    Viktor,
    Flynax technical department,
    Best wishes.

+ Reply to Thread