Home Forums WoodMart support forum Featured Videos not playing

Featured Videos not playing

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #465324

    rafacarvalhido
    Participant

    Hi!
    The product featured videos are not playing. I use Siteground Optimizer for caching and frontend optimization. I have disabled all frontend options but no change. Is there a known issue with this plugin?

    Otherwise, how can we solve it?

    #465538

    Luke Nielsen
    Keymaster

    Hello,

    Please confirm the permission for plugins deactivation, and switching to the parent/default theme. As soon as we complete the testing we will enable all back.

    Looking forward to collaborating with you!

    Kind Regards

    #465608

    rafacarvalhido
    Participant

    I created a staging machine so you can do what you have to do fearlessly.

    #465791

    Luke Nielsen
    Keymaster

    Hello,

    The issue is in your custom code from functions.php in the child theme. After enabling the parent theme, the video started to work well.

    https://take.ms/ANE5g

    Thanks for your time and have a great day.

    Kind Regards

    #465920

    rafacarvalhido
    Participant

    Yes, you were right. And I pinpointed the problem to this specific function:

    *see private*

    Could you please help me understand how does that interfere with the video? Am I doing this wrong?

    #465921

    rafacarvalhido
    Participant

    adding the function again because private deleted it.

    function racar_add_to_header() {
        ?>
            <!-- Google tag (gtag.js) -->
            <script async src="https://www.googletagmanager.com/gtag/js?id=G-MYCODE">
            </script>
            <script>
              window.dataLayer = window.dataLayer || [];
              function gtag(){dataLayer.push(arguments);}
              gtag('js', new Date());
    
              gtag('config', 'G-MYCODE');
            </script>
        <?php 
    }
    add_action( 'wp_head' , 'racar_add_to_header' , 99999 );
    #466229

    Luke Nielsen
    Keymaster

    Hello,

    Sorry, but I cannot tell exactly what is wrong with the above code because this code is not related to the theme.

    Don’t hesitate to let me know if you need any further help or any other info.

    Kind Regards

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