kersavond
Forum Replies Created
-
Thank you for your response.
When you say “currently,” could you please clarify what that means in this context? Has there been any discussion or consideration of implementing this feature in the future?
Forum: Plugins
In reply to: [Jobs for WordPress] E-mails are not sentHi there,
i am having the same problem. it would be great if the mail sender could be set through the settings.Forum: Plugins
In reply to: [Simple Lightbox] lightbox doesn’t work on wpml translated pagei just got feedback from wpml and they gave me a js fix, not things are working good again:
https://wpml.org/forums/topic/on-the-translated-pages-a-click-on-a-lightbox-doesnt-work-here/
Forum: Plugins
In reply to: [Simple Lightbox] lightbox doesn’t work on wpml translated pagethanks for your detailed feedback!
I looked more into it, and it seems indeed to be a wpml problem.- This reply was modified 12 months ago by kersavond.
Forum: Plugins
In reply to: [WooCommerce] Email verification after woo order from guest ?i just did an update to woocommerce 8.0.1
in the details i found following fix:
Fix – Adds a grace period during which email verification will not be needed before the order confirmation (or payment) page is rendered. #39191but even after the update, i get this verification-page.
i used the paypal payment with the woocommerce paypal plugin.does someelse have the same behaviour?
Forum: Plugins
In reply to: [WooCommerce] Email verification after woo order from guest ?I am glad to find this topic as I want to disable this feature as well.
I find it quite strange that I couldn’t find any information about it in the changelog.Forum: Plugins
In reply to: [Gutenberg] htaccess trailing slash, gutenberg is not able to saveit has been a while, and it seemed it was good to have a break ??
i noticed the trailing slash is working fine with wp rocket disabled and in the meanwhile they have a fix for this:
https://docs.wp-rocket.me/article/131-redirection-to-enforce-trailing-slash-on-urlshope this helps
Forum: Plugins
In reply to: [Gutenberg] htaccess trailing slash, gutenberg is not able to savehi @thelmachido ,
i still have it on my dev-site, there it works. will wait till next week to put it online.
one thing i noticed, if the site is protected with htaccess, the code should be placed below.Forum: Plugins
In reply to: [Gutenberg] htaccess trailing slash, gutenberg is not able to savehallo @mrfoxtalbot ,
i think i have a solution, here is the adapted script so it s possible to save again articles with gutenberg
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !^/wp-admin/
RewriteCond %{REQUEST_URI} !^/wp-json/
RewriteRule ^(.*[^/])$ /$1/ [L,R=301]best,
bart
Forum: Plugins
In reply to: [Gutenberg] htaccess trailing slash, gutenberg is not able to savehi @mrfoxtalbot ,
thanks for your feedback.
indeed, if i delete this 2 lines, i can save gutenberg articles again.
i checked the console with and without these 2 lines, the javascript errors are the same:rich-text.min.js?ver=c704284bebe26cf1dd51:2 Format “core/code” is already registered.
rich-text.min.js?ver=c704284bebe26cf1dd51:2 Format “core/strikethrough” is already registered.
rich-text.min.js?ver=c704284bebe26cf1dd51:2 Format “core/underline” is already registered.
rich-text.min.js?ver=c704284bebe26cf1dd51:2 Format “core/subscript” is already registered.
rich-text.min.js?ver=c704284bebe26cf1dd51:2 Format “core/superscript” is already registered.thanks for the editors kit reference, i m not using this plugin.
best,
bart
Forum: Plugins
In reply to: [Local Google Fonts] Google Fonts in Revolution Slideri had this problem with slider revolution too.
the steps above helped me out, thanks!Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Showing “Sofort” on the same level as PayPalhi @niklasinpsyde,
many thanks for your detailed feedback.
best,
bartForum: Plugins
In reply to: [WooCommerce PayPal Payments] Credit Card – Position Order Buttonhi @niklasinpsyde,
many thanks for your feedback and proposed solution.
i indeed managed repositioning the “place order”-button with this hook.best,
bartForum: Plugins
In reply to: [Gutenberg] Will you ever start caring about performance?hi @zoonini,
i have the same settings:Version 13.3.0 | By Gutenberg Team on Chrome
Chrome Version 102.0.5005.63 (Official Build) (64-bit)
Windows 10
https://www.urbanpresents.netmy blog has lot s of pictures, which are shown in the gutenberg editor.
i just created a new test-post, text editing etc is all fine, but when i start adding more pictures to the gallery the performance is bad. surely changing the grid (3 to 2 pictures a row) and activating the link brings a long freeze.after installing the health plugin and having the troubleshoot function on, the editor is so amazingly fast, i cannot remember ever had such a fast wp-editor.
hope this information helps.
Forum: Plugins
In reply to: [Gutenberg] Will you ever start caring about performance?i can confirm this, with wp6 the performance is a big pain.
please solve this problem