• Resolved aaron rhodes

    (@aaron-rhodes)


    Hello. I am new to wordpress and I am creating my church’s youth group website. https://iamrelentless.me/

    There are a few tweaks I have yet to edit, but one in particular is the Header Logo. I am using the “Simple Catch” theme by https://catchthemes.com/ and I am having trouble finding where I can edit the outgoing link for the logo. I want the logo to take me to the “Blog” page which is a compilation of all recent posts. (Though I just started up the page so there is only one post) Whenever I click on the logo it takes you to https://iamrelentless.me/%20title= which brings you to a 404.

    Is there any way I can fix this with this theme? I really do not want to find a whole other theme, as this is the one I enjoy the most. But if that’s what needs to be done, I guess I don’t mind trying another.

    Thanks for any help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Aaron,

    We are sorry about the bug. We missed a double quote in simplecatch_functions.php line no 206. We have already fixed the issue and requested WordPress Theme Review team to push it live as soon as possible. So, you will be able to download the version 1.3.1.2.

    But for now if you know little but of coding then you need to open the file simplecatch_functions.php and go to line no 206, you will find the following code:
    $simplecatch_headerdetails .= '<h1 id="site-title">'.'<a href="'.esc_url( home_url( '/' ) ).' title="'.esc_attr( get_bloginfo( 'name', 'display' ) ).'">';

    Replace the code with the following code:
    $simplecatch_headerdetails .= '<h1 id="site-title">'.'<a href="'.esc_url( home_url( '/' ) ).'" title="'.esc_attr( get_bloginfo( 'name', 'display' ) ).'">';

    Sorry for the trouble.

    Regards,
    Sakin

    Hi Aaron,

    There is new version 1.3.1.2 is available for download. You can simply update your theme and the issue will be fixed.

    https://www.ads-software.com/extend/themes/download/simple-catch.1.3.1.2.zip

    Regards,
    Sakin

    Thread Starter aaron rhodes

    (@aaron-rhodes)

    Thank you so much, Sakin.

    I will update it right away. Thank you for all your help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change outgoing link for Header Logo’ is closed to new replies.