Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #643391

    Hey Guys,
    I need list of your hook, so that I dont have to ask this question again.
    Also a hook which will help me insert html into logo..

    #643768

    Hey ScriptDriver,

    There’s no hook to insert code into the logo unfortunately, could you explain a bit further what you are looking to do please?

    Thanks,
    Rikard

    #643816

    I have installed theme on test domain [please check private content]
    Need to add some details under logo.. Don’t understand where exactly to edit..
    Please help me with it. :)

    #643837

    Hi!

    You can try the following, let me know if it works for you

    At your functions.php file

    add_action( 'ava_after_main_title', 'add_my_custom_code' );
    function add_my_custom_code() {
    ?>
    <p>My custom code here…</p>
    <?php 
    }

    let me know if anything else needed

    Regards,
    Basilis

    #643856

    Please refer this screenshot, you’ll get what I mean..

    #644303

    Hi,

    Please try adding this at the very end of your themes / child themes functions.php file:

    http://pastebin.com/raw/Fjfs4rs9

    Best regards,
    Vinay

    • This reply was modified 7 years, 10 months ago by Vinay.
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.