Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ryan Hellyer

    (@ryanhellyer)

    Does it work if you switch to one of the default themes which come with WordPress? If it does, then your regular theme probably doesn’t support the built-in WordPress header system.

    Thread Starter louzepouz

    (@louzepouz)

    Hi Ryan, it works perfectly on other pages of my website except for the woo commerce part..

    Plugin Author Ryan Hellyer

    (@ryanhellyer)

    Ah, I see. That will be the pages that WooCommerce automatically generates for you. I noticed recently that those pages behave very oddly. They don’t appear to behave as regular WordPress pages. I’m guessing WooCommerce is hooking in at the template_redirect() hook and taking over everything from there. If my assumption is correct with that, then at that point it’s not really a “page” within WordPress anymore, and so the plugin won’t work as intended.

    It will require some extra work to get it working with those pages. You may be able to get some assistance from the WooCommerce folks. If you ask them, and they have some input on how we can work around this then please let me know. I don’t want to write tons of code just to make some other plugin work as intended, but if there’s some filter or hook I can override to force it to work, then I’m not adverse to baking that into the plugin.

    Thread Starter louzepouz

    (@louzepouz)

    Great thanks I will update you if possible

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header woocommerce’ is closed to new replies.