Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #637996

    Dear Enfold team,

    under the domain http://www.nakur.de/blog I installed your theme.

    My question: How can I achieve that with one click on the Nakur logo (from the WordPress installation out) I to the main domain again: http://www.nakur.de come back and not into the subfolder: http://www.nakur.de/blog will run?

    Thanks for your help!

    #637998

    Hi Uwe!

    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;
    }

    Cheers!
    Yigit

    #638008

    Hi Yigit,

    after I inserted the code, a blank page appears.
    Unfortunately, this is still the case, even though the code has been removed.

    #638013

    Hey!

    That should not have happened :/
    Could you please post FTP and WP admin logins here privately so we can look into it?

    Best regards,
    Yigit

    #638017

    *moved to private content field*

    • This reply was modified 8 years, 6 months ago by Yigit.
    #638020

    Hey!

    Have you made any other changes on theme files?

    Best regards,
    Yigit

    #638023

    No,

    only at the “functions.php”, as they had written to me.
    The webhoster had previously recorded a database backup.

    Best regards,

    Uwe

    #638025

    Sorry,

    I must now unfortunately to an appointment.

    Best regards,

    Uwe

    #638756

    Hi,

    Seems like you figured it out already? :)

    Best regards,
    Yigit

    #640832

    Hi Yigit,
    I have a new problem.
    In the back of my blog (www.nakur.de/blog) of Avia Layout Designer is no longer displayed.
    What could be the problem?

    Best regards,

    Uwe

    #641072

    Hi,

    Can you please try re-updating the theme via FTP – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Yigit

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