Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #326860

    I tried other methods like this one but they don’t seem to work in the functions.php of the child theme. Here’s how I Set it up. Am I doing it wrong? Thanks!

    <?php

    /*
    * Add your own functions here. You can also copy some of the theme functions into this file.

    add_filter(‘avf_logo_link’, ‘change_logo_url’);
    function change_logo_url() {
    $link = “https://agilebits.com&#8221;;
    return $link;
    }

    * WordPress will use those functions instead of the original functions then.
    */

    #327166

    Hi David!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Regards,
    Yigit

    #327417
    This reply has been marked as private.
    #327423

    Hi!

    Functions.php file is not writable. Please change the permission. Or you can try copy&pasting the code from here – http://pastebin.com/GSwKsAnm

    Regards,
    Yigit

    #327428
    This reply has been marked as private.
    #327437

    Hi!

    Some of the single quotes were not correct. Please check your website now

    Cheers!
    Yigit

    #327472
    This reply has been marked as private.
    #327600

    Hi!

    It works now, the code was inside the comment block.

    Regards,
    Josue

    #327696

    You rock! Thank you so much!

    #327718

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.