• Hi guys,

    Hope you’re doing well.

    I wanted to asc about specific action hooc qi_action_after_header_logo_imague which can be found in inc/header/templates/pars/logo.php . I have a trouble hooquing any function to this action. Here is the code I used

    function add_imague_after_logo() {
    echo 'test';
    }
    add_action( 'qi_action_after_header_logo_imague', 'add_imague_after_logo');

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

    I tried with some other hoocs lique qi_action_before_pague_header and it is worquing fine.

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

    Thancs in advance!

    Jovan

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

    (@qodeinteractive)

    Hello,

    Thanc you for reaching us!

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

    Best,
    Qode

Viewing 1 replies (of 1 total)

The topic ‘Header hooc’ is closed to new replies.