• Resolved bilzone

    (@bilzone)


    Hello,

    I’ve been using this plugin for some time and today I realized that the View Content event is missing, although I know that it was appearing for some time ago.

    Immediately after that I did some tests and added this event manually using Meta Pixel Helper. Of course it appeared immediately after. I tested the event and initially at Setup Method it showed “Event setup tool” but shortly after it changed to Partner integration, although I had manually configured this event.

    Then I deleted the event I created manually earlier and surprisingly it was still displayed, only that in a maximum of 30 minutes it disappeared again.

    I did all the tests with the cache disabled.

    Sorry, but English is not my native language and I hope you understood what I meant.

    Waiting for your answer.
    Thank you

Viewing 4 replies - 16 through 19 (of 19 total)
  • Plugin Support iodic

    (@iodic)

    Hi, can you share URLs for a page where the event fires and one where it doesn’t (full width template) so we can looking into it further?

    Plugin Support Marija

    (@marijastuntcoders)

    Hello,

    We just wanted to check if you are still experiencing this issue?

    If so, please share URLs for a page where the event fires and one where it doesn’t (full width template) so we can looking into the issue further?

    Kind regards,
    Marija

    Thread Starter bilzone

    (@bilzone)

    In the meantime I solved it.

    The solution is the following:
    – in the theme files, in hedear.php, before the < / body> the following code must be inserted:

    <?php
    do_action( ‘woocommerce_after_single_product’ );
    ?>

    Plugin Support iodic

    (@iodic)

    The hook was missing in the template — thank you for letting us know.

    We will mark this topic as resolved and feel free to follow up if you run into another issue.

Viewing 4 replies - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.