I can’t disable the restriction, sorry about that.
code I added to functions.php:
add_filter('avf_logo_subtext', 'kriesi_logo_addition');
function kriesi_logo_addition($sub) {
$sub .= 'Text next to logo';
return $sub;
}
source code:
<div class='container av-logo-container'><div class='inner-container'><strong class='logo'><a href='link.to.my.site/'><img height='100' width='300' src='link.to.my.logo' alt='logo.alt.text' /><span class='subtext'>Text next to logo</span></a></strong></div></div>
I changed the links in the code, sent the image link in private content. I hope this will be enough. thanks for your time :)
to show you what I mean: example
since my site is under construction, there is an ip restriction now. if you can give me your ip address i can add you to exceptions. I’m using your “construction” demo as base, if that helps…