Home › Forums › WoodMart support forum › Product Images and Videos
Product Images and Videos
- This topic has 14 replies, 2 voices, and was last updated 8 months, 1 week ago by Luke Nielsen.
-
AuthorPosts
-
April 2, 2024 at 9:57 am #554070
goalamarketingParticipantHi, I have a website that does not work the image scrolling and videos, can you check?
April 2, 2024 at 12:56 pm #554166
Luke NielsenKeymasterHello,
Please, confirm the permission for plugins deactivation, and switching to the parent/default theme. As soon as we complete the testing we will enable it all back.
Best Regards.
April 2, 2024 at 12:57 pm #554167
goalamarketingParticipantGive me 10 minutes and I’ll make you a copy of the website so that you can do the tests in peace, since it is a website that is working for clients. Translated with http://www.DeepL.com/Translator (free version)
April 2, 2024 at 1:07 pm #554170
goalamarketingParticipantYou already have a copy made at dev.confortonline.es
April 2, 2024 at 2:50 pm #554243
Luke NielsenKeymasterHello,
Looks like the issue is in the 3rd party plugins because after deactivating it, the video started to work: https://gyazo.com/ff1e6f0f9d54b26784a4915e6908bbe6
Or rather after deactivating the GTM4WP plugin, it started to work well, on the staging site I left it disabled so you can recheck the issue.
Kind Regards
April 2, 2024 at 6:00 pm #554316
goalamarketingParticipantOk, thanks.
April 3, 2024 at 9:15 am #554417
goalamarketingParticipantHello, we have realized that the theme does not give errors by that plugin, it gives errors by detecting the Google tag manager code, we have tried another plugin and we have also tried to enter the tag manager code manually and still gives error. This is a very serious error because most websites use the tag manager code and that does not work with your theme is a very big problem, how can you solve it?
April 3, 2024 at 9:23 am #554423
Luke NielsenKeymasterHello,
Make sure that the tag manager code is correct, otherwise, send me an example of your tag manager code so I can check it on my side.
Kind Regards
April 3, 2024 at 9:24 am #554424
goalamarketingParticipantAttached screenshot
Attachments:
You must be logged in to view attached files.April 3, 2024 at 9:27 am #554427
goalamarketingParticipantIt seems to be something about WP-Rocket that clashes with that.
April 3, 2024 at 9:28 am #554428
goalamarketingParticipantYou can access and view the WP Rocket configuration on the test site?
We are going to open a ticket also to WP Rocket support.
April 3, 2024 at 9:32 am #554430
goalamarketingParticipantI have already been able to find out what is going on.
When I put the tag manager code the video button doesn’t work, it doesn’t load the video in the product images.
And when I have WP Rocket active, on top of that it blocks the images and blocks the menu as well.
April 3, 2024 at 3:27 pm #554613
Luke NielsenKeymasterHello,
The code is defined in the wrong place. https://prnt.sc/M3eMblRUW6Lj
Define the code below in the functions.php file in your child theme.
function child_google_analytics() { ?> <!-- Paste your Google Analytics code here and remove this message --> <?php } add_action('wp_head', 'child_google_analytics');
Kind Regards
April 3, 2024 at 7:51 pm #554707
goalamarketingParticipantOk, we have done so and everything seems to be working correctly.
April 4, 2024 at 10:59 am #554844
Luke NielsenKeymasterHello,
Great! In case you need any additional help, I’d be more than happy to assist you.
Wish you all the best.
Kind Regards
-
AuthorPosts
The topic ‘Product Images and Videos’ is closed to new replies.
- You must be logged in to create new topics. Login / Register