masterbip
Forum Replies Created
-
Hello. Many thanks for your answer. But I dont clearly understand it.
I see this: https://paste.pics/RUH3Q
It says “pending” but the order is”completed” in both cases.
It is very weird.
All is fine and works perfect in development (suelos.masterbip.com). Not even error_log.But in production (suelossantacruz2025.com) It is not sending emails and see “PHP Fatal error: Uncaught Error: Call to a member function get_cart() on null in /home/suelossa/public_html/wp-content/plugins/event-tickets-manager-for-woocommerce/public/class-event-tickets-manager-for-woocommerce-public.php:1627”
Nothing worked to correctly translate. I had to (sadly) modify core files. ??
And belive me, not worked. Tried a lot of methods. Worked for more than 10 years with wordpress. A lot of string translations dont work.
It is really frustrating. Please take a look:
But … not working https://paste.pics/RP6FX
Even using your own original po and mo es_ES translation files
- This reply was modified 3 months, 2 weeks ago by masterbip.
Hello. I have tried, for several days. Even creating my own pot po and mo files.
NOT WORKING. Actually you have a “ES” translation file with different definitions. As example “My Event” in user account menu. In almost all your code you have defined ‘event-tickets-manager-for-Woocommerce’ to translate string. But “My Event” in file event-tickets-manager-for-woocommerce/public/class-event-tickets-manager-for-woocommerce-public.php / line 1857 says
esc_html__( ‘My Event’, ‘membership-for-woocommerce’ );
‘membership-for-woocommerce’ is different from ‘event-tickets-manager-for-Woocommerce’
Y have tried to change land definition to ‘event-tickets-manager-for-Woocommerce’ but still nothig happens. Even change (with loco) translation file into wp-content/languages/plugins/event-tickets-manager-for-woocommerce-es_ES (po and mo)
But still cant translate this single and simple menu item.
The only solution worked was to CHANGE original plugin file mentioned. And just to this. I have not tried all other strings still in english.
I need PRO version. But considering this i cant but it.
- This reply was modified 3 months, 2 weeks ago by masterbip.
Forum: Plugins
In reply to: [Qty Increment Buttons for WooCommerce] Does not work on DIVI Cart pageUse this instead
Forum: Plugins
In reply to: [Qty Increment Buttons for WooCommerce] Plugin updateUse this instead
Forum: Plugins
In reply to: [Qty Increment Buttons for WooCommerce] update pluginUse this instead
Simply amazing. Many Thanks @tessawatkinsllc
Same issue here. Using Wamp as local server.
Can′t see “Size” selector in Elementor Button options
Any help?
Forum: Plugins
In reply to: [Sync Post With Other Site] Post thumbnail not syncSo sad still happening ??
Forum: Plugins
In reply to: [Contact Form 7] Hidden field with POST ID (from context)Many thanks you helped me a lot. This is the scenario: A CONTACT FORM 7 with Post My CF7 Form to create a custom post. One post meta field is POST ID. So I have created this simple and short function (to whom need it later)
/* HOOK curso_id cf7 */ add_filter('cf7_2_post_filter-post-mb_post_curso','filter_post_mb_post_curso',10,3); function filter_post_mb_post_curso($value, $post_id, $form_data){ $value = $_POST['_wpcf7_container_post']; return $value; }
It worked like a CHARM!!!
Many thanks !!!!!Forum: Plugins
In reply to: [Disable Blogging in WordPress] DEPRECATAD update_option comment_whitelistur welcome. Thanks to you.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 compatible with PHP 8?I have many deprecated and notice warnings too…
Hola. Se que el plugin es free, muy buen trabajo, sin embargo este “shortcode” para envíos gratis por compras sobre X monto sigue sin funcionar. Debemos hacer algo más para corregir esto pronto?
Muchas gracias desde ya.