• Resolved jovanwp

    (@jovanwp)


    Hi guys,

    Hope you’re doing well.

    I wanted to ask about specific action hook qi_action_after_header_logo_image which can be found in inc/header/templates/parts/logo.php. I have a trouble hooking any function to this action. Here is the code I used

    function add_image_after_logo() {
    echo 'test';
    }
    add_action( 'qi_action_after_header_logo_image', 'add_image_after_logo');

    The problem is that I am not getting any HTML output on frontend whatsoever.

    I tried with some other hooks like qi_action_before_page_header and it is working fine.

    Can you please try to replicate this on your end and let me know if it works for you?

    Thanks in advance!

    Jovan

Viewing 1 replies (of 1 total)
  • Theme Author Qode

    (@qodeinteractive)

    Hello,

    Thank you for reaching us!

    If we assume correctly and you are using Qode Essential Addons plugin along with Qi theme, the action hook on which you should add your function is actually ‘qode_essential_addons_after_header_logo_image’ due to additional options we have set for logo inside this plugin. This should resolve the action issue you are experiencing.

    Best,
    Qode

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.