prometee
Forum Replies Created
-
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] banner not showingHello @rogierlankhorst
[v6.0.1] I had the same error, for me I had to enable “Custom CSS” save the settings to generate this file and disable again this option.
Sincerely,
Forum: Plugins
In reply to: [Mailjet Email Marketing] Error after updateTo fix the problem quickly you will have to update two lines in
wp-content/plugins/mailjet-for-wordpress/src/includes/MailjetMail.php line 26 and 27 :require_once ABSPATH . WPINC . '/class-phpmailer.php'; require_once ABSPATH . WPINC . '/class-smtp.php';PHPMailer classes are in the root of
wp-includes/folder in WP 5.4.2, but futur version of WordPress will update PHPMailer to a newer version and it will be inwp-includes/PHPMailer/. Seems like the update of this plugin have been done before the new release of WordPress.Forum: Plugins
In reply to: [TIPI] Fix use of `the_content` filterThanks 😉
Forum: Plugins
In reply to: [Quick Donation For WooCommerce] get cart :-(The bug still appear in the latest version, when we manage sales in the back-office we get this errors some times :
( ! ) Fatal error: Call to a member function get_cart() on null in wp-content/plugins/woocommerce-quick-donation/woocommerce-quick-donation.php on line 97 Call Stack # Time Memory Function Location 1 0.0005 358760 {main}( ) .../post.php:0 2 1.1956 33202904 edit_post( ) .../post.php:193 3 1.1988 33247032 wp_update_post( ) .../post.php:376 4 1.1991 33262192 wp_insert_post( ) .../post.php:3482 5 1.2085 33322208 do_action( ) .../post.php:3409 6 1.2086 33324072 call_user_func_array:{wp-includes/plugin.php:524} ( ) .../plugin.php:524 7 1.2086 33324272 WC_Admin_Meta_Boxes->save_meta_boxes( ) .../plugin.php:524 8 1.2088 33324400 do_action( ) .../class-wc-admin-meta-boxes.php:208 9 1.2396 33760232 call_user_func_array:{wp-includes/plugin.php:524} ( ) .../plugin.php:524 10 1.2398 33801896 WC_Meta_Box_Order_Actions::save( ) .../plugin.php:524 11 1.2633 35390120 WC_Email_New_Order->trigger( ) .../class-wc-meta-box-order-actions.php:128 12 1.2643 35392688 WC_Email->get_content( ) .../class-wc-email-new-order.php:67 13 1.2644 35392864 WC_Email_New_Order->get_content_html( ) .../class-wc-email.php:390 14 1.2644 35393904 wc_get_template_html( ) .../class-wc-email-new-order.php:83 15 1.2645 35410656 wc_get_template( ) .../wc-core-functions.php:216 16 1.2646 35413256 apply_filters( ) .../wc-core-functions.php:199 17 1.2646 35415280 call_user_func_array:{wp-includes/plugin.php:235} ( ) .../plugin.php:235 18 1.2646 35415632 WooCommerce_Quick_Donation_Functions->get_template( ) .../plugin.php:235 19 1.2646 35415848 WooCommerce_Quick_Donation->check_donation_exists_cart( ) .../class-quick-donation-functions.php:294Thanks. For now, we will create a new custom field and add specific content for Google Shopping. But It it will be easy if the content could be get by the function “the_content” or if you apply the_content filter on the content.
Forum: Plugins
In reply to: [Hostel] AUTO-CLEANUP – not showingYes,
But I override your plugin to add a specific payment method named Systempay. It’s a French bank system, it would be nice if other payment method hide this option and only Paypal method show it.
Forum: Plugins
In reply to: [Hostel] Feature request – pagination in orders listPerfect ! I’ll wait for update now 🙂
Forum: Plugins
In reply to: [Hostel] Feature request – pagination in orders listThe “next page” link is available only when offset == 0, we have to change manually the URL to : /wp-admin/admin.php?page=wphostel_bookings&type=upcoming&offset=40 to get access to the > 40 bookings
Forum: Plugins
In reply to: [Hostel] Feature request – pagination in orders listYes I know, but if there are more than 40 bookings ?
How to manage the 41st booking ?Forum: Plugins
In reply to: [Hostel] Feature request – pagination in orders listThinks a lot !
Forum: Plugins
In reply to: [Hostel] Feature request – pagination in orders listYes exactly !
Forum: Plugins
In reply to: [Hostel] Adding translation to ui datepickerThank you, I’ll test it !
Forum: Plugins
In reply to: [Hostel] Useless margin bottom on editorI thought the same thing. But WP CSS classes don’t change for a while, your admins panel will evolve in the same way without doing a line of code. And the WP table forms are responsive. So yes it’s an old school way to build forms but it will work for a big majority of navigators without doing any custom CSS.
Forum: Plugins
In reply to: [Hostel] Useless margin bottom on editor@prasunsen, I’ll try to bring you a better solution to build admin forms because I think the goal is to looks like the page : wp-admin/options-general.php to stay in the WP look and feel.
Forum: Plugins
In reply to: [Hostel] Useless margin bottom on editorYou’re welcome, I hope @prasunsen will put it in a future release.