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!
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
Hi Yigit,
after I inserted the code, a blank page appears.
Unfortunately, this is still the case, even though the code has been removed.
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
*moved to private content field*
No,
only at the “functions.php”, as they had written to me.
The webhoster had previously recorded a database backup.
Best regards,
Uwe
Sorry,
I must now unfortunately to an appointment.
Best regards,
Uwe
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
Hi,
Can you please try re-updating the theme via FTP – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Yigit