wpassist
Forum Replies Created
-
Great! Thank you.
Forum: Plugins
In reply to: [LiteSpeed Cache] Aelia currency Switcher and LitespeedThe first visit is always a miss. After refresh, the cache is a hit. But that means, every new visitor is always seeing a slow loading page. I thought after a first visit for a particular currency, then any subsequent visit for a new visitor using that same currency would see a cached page. Right?
Forum: Plugins
In reply to: [LiteSpeed Cache] Aelia currency Switcher and LitespeedHi. For testing I usually visit the site in a private window. Checking x-litespeed-cache header is showing a miss.
Forum: Plugins
In reply to: [LiteSpeed Cache] Aelia currency Switcher and LitespeedI created a report: AKQPSVIO
Thanks. I am able to activate the plugin now, but anytime I save a setting, the plugin crashes with a fatal error.
Uncaught TypeError: array_diff(): Argument #1 ($array) must be of type array, bool given in /public_html/wp-content/plugins/searchpro/inc/helper-functions.php:1446
Stack trace:0 /public_html/wp-content/plugins/searchpro/inc/helper-functions.php(1446): array_diff()
1 /public_html/wp-content/plugins/searchpro/admin/save-settings.php(304): bwp_is_option_updated()
2 /public_html/wp-content/plugins/searchpro/inc/class-berqwp.php(371): require_once(‘/…’)
3 /public_html/wp-includes/class-wp-hook.php(324): berqWP->save_settings()
4 /public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
5 /public_html/wp-includes/plugin.php(517): WP_Hook->do_action()
6 /public_html/wp-admin/admin.php(175): do_action()
7 {main} thrown
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" href="https://www.youtube.com/watch?v=aBPKQE3sVeI"> <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 href="https://www.youtube.com/watch?v=aBPKQE3sVeI">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>