vissersj
Forum Replies Created
-
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Download previous versions pluginThank you! In my case the LiteSpeed Bundle JS cache setting caused the issue.
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Download previous versions pluginThanks for your quick reply Kris! I have emptied the cache, but this issue remains with version 1.29 (no search icon on mobile, only search field). I have rolled back to version 1.28.1 and the issue is gone.
Forum: Plugins
In reply to: [Site Reviews] Bad request respons after submitting reviewResolved
Forum: Plugins
In reply to: [Site Reviews] Bad request respons after submitting reviewThanks, I think it has to do with this script I use in my functions.php:
/** Hide email from Spam Bots using a shortcode.
@param array $atts Shortcode attributes. Not used.
@param string $content The shortcode content. Should be an email address.
@return string The obfuscated email address. **/
add_filter( ‘widget_text’, ‘shortcode_unautop’ );
add_filter( ‘widget_text’, ‘do_shortcode’ );
add_shortcode( ’email’, ‘wpcodex_hide_email_shortcode’ );
function wpcodex_hide_email_shortcode( $atts , $content = null ) {
if ( ! is_email( $content ) ) {
return;
} return ‘‘ . antispambot( $content ) . ‘‘;
}Forum: Plugins
In reply to: [Site Reviews] Bad request respons after submitting reviewI have enabled the email field.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Error with PHP 8Thanks for pointing that out to me. The issue had to do with something else and the plugin works great with PHP 8.1.11 !
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Error with PHP 8Hi Dmytro,
Thanks for your quick reply. The error is simply ‘There has been a critical error on your website.’, but I get the message below if I do debugging. Could that be something?
Deprecated: Automatic conversion of false to array is deprecated in /public_html/wp-content/plugins/woocommerce-ajax-filters/berocket/includes/updater.php on line 51
With kind regards,
Sjors
Forum: Plugins
In reply to: [Site Reviews] Name not visible in backendThanks for your help and pointing that out to me. Migrating/Resetting didn’t work and I will try deactivating plugins and such.
- This reply was modified 2 years, 5 months ago by vissersj.
Forum: Plugins
In reply to: [Site Reviews] Name not visible in backendThanks for your quick reply. That’s really odd, because in my case the Name is visible in the review overview, but not in the review details. I haven’t modified anything and even when I remove my custom CSS the issue remains.
Forum: Plugins
In reply to: [Site Reviews] Name not visible in backendNo in none of the reviews.
Forum: Plugins
In reply to: [Site Reviews] Name not visible in backendReviewers must fill in their name as shown below:
<input class=”glsr-input glsr-input-text” id=”site-reviews-name-glsr_0fc46520″ name=”site-reviews[name]” type=”text” placeholder=”Uw naam” required=”” value=””>
Though the Name field is empty in all the review posts in the WP backend. There is no data-value as shown below:
<div class=”glsr-input wp-clearfix”><input class=”glsr-input-value” id=”site-reviews-name” data-value=”” name=”site-reviews[name]” type=”text” disabled=”” value=””></div>
But in the frontend the Name is shown in the review:
<div class=”glsr-review-author”><span class=”glsr-tag-value”>M. Visser</span></div>
- This reply was modified 2 years, 5 months ago by vissersj.
Forum: Plugins
In reply to: [Contact Form 7] Date issues with code snippet@codekraft thank you so much for your help! I have added a , and it works like a charm!
.datepicker({ dateFormat: "yy-mm-dd", minDate: 3, beforeShowDay: $.datepicker.noWeekends });
Forum: Plugins
In reply to: [Contact Form 7] Date issues with code snippet@codekraft, thanks for helping me out! I figured out the language part, but I couldn’t get the minDate to work. Would you be so kind to point out where to put the minDate part in the code snippet?
- This reply was modified 2 years, 5 months ago by vissersj.
Forum: Plugins
In reply to: [Contact Form Submissions] Automatically remove submissions after a whileUsed a rm -rf cron job for that.
Forum: Plugins
In reply to: [Sticky Genesis Topbar] Sticky header and topbar_containerVersion 2.3.6