Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Text next to logo #712099

    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

    • This reply was modified 8 years ago by xtrastr.
    in reply to: Text next to logo #712085

    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…

Viewing 2 posts - 1 through 2 (of 2 total)