wpassist
Forum Replies Created
-
Thanks @yuvalo! It appears the client is receiving the replies since the license is in their name.
Hi @yuvalo,
I didn’t get your email. But here’s the code. I replaced the image and youtube links with sample ones.
<div class="et_pb_module ba_video_popup ba_video_popup_0"> <div class="et_pb_module_inner"> <div class="dtq-module dtq-video-popup"> <div class="dtq-video-popup-wrap"> <a class="dtq-video-popup-trigger dtq-popup-yt" data-order="0" data-type="yt" > <span class="dtq-video-popup-text">Play</span> </a> </div> <div class="dtq-video-popup-figure"> <img decoding="async" src="https://aambpublicoceanservice.blob.core.windows.net/oceanserviceprod/facts/earth-round.jpg" data-src="https://aambpublicoceanservice.blob.core.windows.net/oceanserviceprod/facts/earth-round.jpg" class=" ls-is-cached lazyloaded" width="1024" height="576" data-eio-rwidth="1024" data-eio-rheight="576" data-src-webp="https://aambpublicoceanservice.blob.core.windows.net/oceanserviceprod/facts/earth-round.jpg"> </div> </div> </div> </div>
But it’s also happening to simple text links as well:
<div class="video_popup"><a >View Video</a></div>
thanks.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Relationship with extra fieldHi Jory. Thank you for the info. I will have a look and let you know if I have any further questions. Cheers.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Relationship with extra fieldI came across an nifty implementation – using a templating library called Handlebars.
See the result in the backend:
https://imgur.com/a/P0zURUoHowever, the content is actually saved as follows:
[{“award”:”412″,”year”:”2023″}]The Awards field is set to Plain Paragraph Text type.
Any suggestions on how to parse this using the PODS template to correctly display the information?
Forum: Plugins
In reply to: [WP Armour - Honeypot Anti Spam] Where is Changelog for Extended version?No problem. Thanks for the update.
Forum: Plugins
In reply to: [Goal Tracker - Custom Event Tracking for GA4] Video ReportThanks @yuvalo. I will try adding the new dimension.
Another question: I added Video Title to the report, but it comes up empty. We are embedding the videos on the site using iFrame and there is a title tag. Is that where the Video Title would come from?
<iframe width="560" height="315" src="https://www.youtube.com/embed/abcdefg" title="Video name here" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>