rbergeron81
Forum Replies Created
-
Forum: Plugins
In reply to: [Translate WordPress and go Multilingual - Weglot] FacetWP Text TranslationsSorry, ya, I found a different solution or rather workaround that seems to work. I am triggering a refresh of the FacetWP facets shortly after page load which causes the translation to run as well. Here is the script if anyone needs it:
// Function to trigger Weglot translation
document.addEventListener('DOMContentLoaded', function () {
// Trigger facet refresh after 0.2 seconds
setTimeout(function () {
FWP.refresh();
console.log('FacetWP refreshed!');
}, 200);
});- This reply was modified 1 month ago by rbergeron81.
Forum: Plugins
In reply to: [Translate WordPress and go Multilingual - Weglot] FacetWP Text TranslationsHi, that didn’t seem to work. We are using the Weglot WordPress plugin. Is there some other way that this can be done?
Forum: Plugins
In reply to: [Safety Exit] Widget or shortcodeI would like to second this request! Any idea when version 2 will be coming out?
Forum: Plugins
In reply to: [The Events Calendar] Fatal Illegal Offset in >=15.6.1 on >=PHP 8It seems to be working in 7.4.1 now, I think because I turned off error display on my local, but the debug log is still full of warnings when switching between the list/month/week view:
[07-Jul-2022 15:42:30 UTC] PHP Warning: Illegal offset type in isset or empty in C:\Users\Richard\Local Sites\king-of-kings\app\public\wp-includes\class-wp-tax-query.php on line 163
If I change PHP on my local to 8.0, the list/month/week view switcher stops working and gives a fatal error in the deubg log for the same illegal offset error. The Host that my client uses, Flywheel, is using PHP 8.1 and month/list/week view doesn’t work at all there. I am seeing a lot of hosts, such as Bluehost, are now switching to PHP 8.0+ as their default PHP version as well.
We are using:
The Events Calendar 5.16.2
Events Calendar Pro 5.14.3
The Events Calendar: Filter Bar 5.3.1Forum: Plugins
In reply to: [The Events Calendar] Fatal Illegal Offset in >=15.6.1 on >=PHP 8This error is happening on PHP 7.4.1 as well. After the error, when I try to go back and reload the page that had the events shortcode on it, the page is totally broken.
- This reply was modified 2 years, 4 months ago by rbergeron81. Reason: turned on notificaitons
Forum: Plugins
In reply to: [SVG Support] Inline SVG Image in Gutenberg+1 for this feature. Gutenberg is now part of WordPress core and more and more people are starting to use it instead of the classic editor or third party visual editors, so Gutenberg should be supported.
Using an HTML block isn’t a great workaround as it doesn’t visually show the image in the editor to the user, which defeats the purpose of using Gutenberg.
Also, the “Automatically insert class?” option is not working with Gutenberg either.
I am wondering the same thing. Can it limit the number of products for each user for each month and reset at the beginning of each month?
Forum: Plugins
In reply to: [LiteSpeed Cache] How long does it take to purge the cache?Okay, thanks for your help. I will look into this at the server level.
Forum: Plugins
In reply to: [LiteSpeed Cache] How long does it take to purge the cache?Yup, removed those lines too.
I think you are right that there is other caching present, possibly through the sucuri security plugin.
Forum: Plugins
In reply to: [LiteSpeed Cache] How long does it take to purge the cache?Okay, I just deactivated the LiteSpeed Cache plugin, but it is still showing in the response header as a hit.
Is there extra steps I need to take to fully disable it?
Forum: Plugins
In reply to: [LiteSpeed Cache] How long does it take to purge the cache?Just checked, the page shows X-LiteSpeed-Cache
hit in Firefox, IE and Chrome when not logged in and immediately after a purge all.Here is the Environment Report: https://pastebin.com/p9fSKGXy
Here is the debug.log: https://pastebin.com/942T7kiv
Also, here is the page in question: https://insearchofyummyness.com/portfolio/
It should be showing up with all of this content like this: https://www.screencast.com/t/oLcj6s3vYfH
- This reply was modified 7 years, 1 month ago by rbergeron81.
- This reply was modified 7 years, 1 month ago by rbergeron81.
Getting the same error, but we are only seeing it on posts or user profiles with ACF Wysiwyg fields. It causes the ACF Wysiwyg fields to show up as regular text area fields.
Also, this might be causing some saving issues on user profiles that have ACF fields.
Deactivating Jetpack fixes the issue, but the clients site is using quite a few Jetpack features, so that is not really a viable solution for us.
- This reply was modified 7 years, 2 months ago by rbergeron81. Reason: Added the part about saving issues
Hi,
I am experiencing the exact same issue, except it is not a conflict with plugins for me (deactivated all and tested)
It is a conflict with the Nimva theme from Rocky Themes. https://rockythemes.com/nimva-ultimate-multi-purpose-wordpress-theme/
Since it is happening with multiple plugins/themes, is this still an issue that needs to be addressed externally?
Thanks
- This reply was modified 7 years, 8 months ago by rbergeron81.
- This reply was modified 7 years, 8 months ago by rbergeron81.
Forum: Plugins
In reply to: [WP CSV] post, page, product selectionsI just spent a number of hours searching for filters and then exporting a gigantic CSV file because it wasn’t obvious that there was any settings to select which post type, fields, etc.
I think it would be good to add a link on the export page that says something like:
“You can set export filters from the Filters tab on the settings page”
The tabs on the settings page could also use some extra CSS or something to make it more obvious that there is 2 tabs. I did not see the extra tab link after looking at the settings page multiple times.
One more thing, but maybe not needed as much, but the filters should be INCLUDE filters, not exclude filters, and users should be warned to set filters before doing the export. Add a message saying:
“You haven’t set any filters for your export yet. The resulting CSV file might be very large and take a long time to export. Set some filters now.“
Anyway, just my two cents after searching for filters and trying alternate plugins for hours before realizing your plugin had filters.
Hi thanks for the info.
I have created a new topic about the calendar not showing up on My Account page.
Would you be able to give a rough estimate as to when the User Profile visibility functionality would be available?
Also, is there some code I could add to one of the woo templates, like my-address.php to get the datepicker field value to show up?
Would this work:
'myfield12' => get_user_meta( $customer_id, $name . '_myfield12', true )