Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #546779

    Hi,

    I’ve seen two different posts relating to changing the logo URL, one mentioned to look in header.php, which didn’t appear to be correct. The other was this post: https://kriesi.at/support/topic/header-logo-url-change/#post-169535 which looks like it might be correct, but I don’t see how to find this file /enfold/framework/php/function-set-avia-frontend.php. I’m new to WordPress, so maybe there’s navigation I haven’t found? But these are the files I see under Appearance/Editor/:

    Templates
    404 Template
    (404.php)
    Archives
    (archive.php)
    Author Template
    (author.php)
    Comments
    (comments.php)
    config.php
    config.php
    event-mod-css-dynamic.php
    config.php
    config.php
    config.php
    admin-import.php
    admin-options.php
    config.php
    woocommerce-mod-css-dynamic.php
    config.php
    config.php
    dynamic-css.php
    Footer
    (footer.php)
    forum.php
    avia_framework.php
    functions-enfold.php
    Theme Functions
    (functions.php)
    Header
    (header.php)
    error404.php
    helper-conditional-megamenu.php
    helper-main-menu.php
    helper-markup.php
    helper-post-format.php
    helper-responsive-megamenu.php
    helper-social-media.php
    helper-template-logic.php
    loop-about-author.php
    loop-author.php
    loop-comments.php
    loop-index.php
    loop-page.php
    loop-portfolio-single.php
    loop-search.php
    related-posts.php
    Main Index Template
    (index.php)
    Page Template
    (page.php)
    Search Results
    (search.php)
    Search Form
    (searchform.php)
    Sidebar
    (sidebar.php)
    single-portfolio.php
    Single Post
    (single.php)
    Tag Template
    (tag.php)
    taxonomy-portfolio_entries.php
    Archives Page Template
    (template-archives.php)
    Blank – No Header, no Footer Page Template
    (template-blank.php)
    template-builder.php
    Styles
    Stylesheet
    (style.css)

    #547067

    Hey simonwilliams405!

    Please add following code to functions.php file in Appearance > Editor

    add_filter('avf_logo_link','av_change_logo_link');
    function av_change_logo_link($link)
    {
        $link = "http://kriesi.at";
        return $link;
    }

    Regards,
    Yigit

    #547212

    Thank you so much that works great!

    #547259

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Edit site logo URL’ is closed to new replies.