Jasper MMM
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Update Monolog LibrariesThis is exactly the reply I was looking for, thanks @gugaalves for confirming this and good to see Shield is working on an update and not “just” blaming another plugin.
Forum: Plugins
In reply to: [The Events Calendar] Unable to go to previous or next monthWe had this happening as well, excluding the TEC page from caching fixed the issue.
https://ww.wp.xz.cn/support/topic/events-calendar-exclude-from-page-cache/#post-15567335
- This reply was modified 3 years, 2 months ago by Jasper MMM.
Will do! (On Monday).
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Locations corrupt since updateAny update on this @joedolson? My customer mentioned the same: locations are gone from the edit screen. On all older entries the locations are still there in the list, but cannot be seen nor edited on the event edit page. Thank you for your time!
thank you for letting me know how great the support on this plugin is. NEXT.
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Critical error after updateVersion 5.11.1-alpha fixes the bugs we had with the cart generating a critical error on the “continue to checkout” button. Thanks for that!
Forum: Reviews
In reply to: [e-Boekhouden.nl] Woocommerce 4.0jaa dat werkt. Slordig codewerk van e-boekhouden.nl maar dit lost het probleem wel op.
Forum: Plugins
In reply to: [Mollie Forms] Hoe maak ik het amount veld output only?Met wat jQuery:
jQuery('input#your_amount_thingie_id').prop('readOnly', true);Met wat plain JS:
document.getElementById("your_amount_thingie_id")[0].readOnly = true;Let op de camelCase in
readOnly.- This reply was modified 6 years, 1 month ago by Jasper MMM. Reason: I wrote it in English but we both speak Dutch :)
Forum: Plugins
In reply to: [Classic Editor] No longer able to create columns on pagesuse Gutenberg 😛
Forum: Plugins
In reply to: [SiteGround Migrator] Critical Environment Errorsame here. these kinda errors are completely useless. We need more info on WHAT goes wrong.
PERFECT! thanks a lot @flycart
Forum: Accessibility
In reply to: actively pressed buttons are 1 color and cannot be readForum: Plugins
In reply to: [Gutenberg] Adding CSS Class is not workingsilly suggestion maybe, but can you add the class to the parent cover block and then css it like
.yourclass > elm {
[..]
}
I’ve uninstalled Jetpack as I feel it’s not what WordPress should be, or do. Thanks for your reply @macmanx!
hi Ewout,
yes after installation it’s fine, but check this out:
https://nl.ww.wp.xz.cn/plugins/woocommerce-menu-bar-cart/
it’s the nl.wo part that messes this up! I don’t think plugin names should be translated as it’s rather confusing.