Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: woocommerce_after_single_product #1012849

    Just switched the theme back to what we were using before (Porto) and all pixels fire correctly on the product page. Hence, it is definitely something to do with the Enfold Theme that is causing the issue. Does the theme remove woocommerce hooks? If so, which ones and how do I enable them to work?

    The Enfold theme is beautiful and easy to use, but it is already causing a loss of sales and ad optimizing. If this can’t be fixed, we’ll have to switch back to the Porto theme.

    in reply to: woocommerce_after_single_product #1012842

    function avia_single_product_page_mod($content)
    {
    if (is_product())
    {
    /*
    Insert your code here
    */
    }
    return $content;
    }
    add_filter(‘avia_builder_precompile’, ‘avia_single_product_page_mod’, 10, 1 );

    and this isn’t working when I try to save on my child theme functions.php

    in reply to: woocommerce_after_single_product #1012827

    So that may be the problem right there. I am using the advanced layout builder on the product pages currently. Is this causing ALL hooks that exist to no longer function? If that’s the case, they wouldn’t be firing the pixel because there is no hook.

    in reply to: woocommerce_after_single_product #1012814

    Hello,
    I researched and saw that this was the hook that triggered the facebook pixel to mark a “View Content”. This should happen whenever someone goes to a product page. For some reason, Facebook isn’t picking up that our product pages are products. What details could I provide in order for you to determine the issue?

Viewing 4 posts - 1 through 4 (of 4 total)