Lord_iMac
Forum Replies Created
-
Forum: Plugins
In reply to: [Jobs for WordPress] Divi/Theme SupportOkay, I build an custom Shortcode to show only the content I need. But why is the content of job-postings on top of my body? It should be inside the et/divi div. See screenshot: https://ibb.co/37LCM4H
Forum: Plugins
In reply to: [Jobs for WordPress] Problem with Multi File UploadHey,
you can use the “Enable jQuery Migrate Helper” plugin as long as this plugin is not updated. Works for me.https://de.www.ads-software.com/plugins/enable-jquery-migrate-helper/
Greetings
Forum: Plugins
In reply to: [Force Sell for WooCommerce] Very long loading times since 2-3 daysAny news on this performance issue?
Forum: Plugins
In reply to: [WooCommerce] Custom Form ValidationSolved, thanks to stackoverflow.
add_action('woocommerce_checkout_process', 'my_custom_checkout_field_process'); function my_custom_checkout_field_process() { if ( isset($_POST['billing_manr']) && ( ! in_array( substr($_POST['billing_manr'], 0, 3), array('MA-', 'BW-') ) || strlen($_POST['billing_manr']) <> 9 ) ) { wc_add_notice( __( 'Error code ...', 'woocommerce' ), 'error' ); } }
Forum: Plugins
In reply to: [Force Sell for WooCommerce] Very long loading times since 2-3 daysHello and sorry for the delay,
here are the latest numbers:product: 76
product_variation: 559Best regards
Forum: Plugins
In reply to: [Visualizer: Tables and Charts Manager for WordPress] Bar WidthHello, yes.
https://dev.medientechnik-schmidt.de/spd/wahlen/ergebnisse-der-gemeinderatswahl-2014/
Thanks!
Edit: Sorry, I was wrong. Speaking about the column chart.
- This reply was modified 7 years, 7 months ago by Lord_iMac.
Forum: Plugins
In reply to: [PDF Image Generator] Custom convertThanks again! Very good!
Forum: Plugins
In reply to: [PDF Image Generator] Custom convertOk, was only on mobile. Back on PC now I took a look to the new code. Can you change the filter to the whole command? Because my input files need the propertys “-density 150 -trim” to look good. This needs to bet set in front of “{$file}[0]”.
Same counts for the imagick function, I’m pretty sure the one who needs to change this knows what to do. ??
Thank you!
Forum: Plugins
In reply to: [PDF Image Generator] Custom convertThank you! Excelent!
Forum: Plugins
In reply to: [Theme My Login] No Error Messages shownAny new infos on sending the plugin errors to another function?
Could you solve this problem? I’m running into the same problem with version 5.2.2. I even tried the Dev-Tree with version 5.2.80.
I’m running a premade theme based on Cherry Framework 3.1.5.
Thank you
Forum: Plugins
In reply to: [Theme My Login] No Error Messages shownAnyways, regarding cherry framework this filter gets removed with next update. They merged my pull request to remove it.
Forum: Plugins
In reply to: [Theme My Login] No Error Messages shownI took a deeper look inside my theme/framework and your plugin and found the causing piece of code. It’s added for security reasons and removes login error messages. Not only cherry framework uses this, wordfence as well. It’s also recommended on many security sites related to wordpress.
The code which causes this problem:
add_filter('login_errors',create_function('$a', "return null;"));
As this is a known issue now, maybe you should send the plugin errors to another function which isn’t related to login errors?
Thanks and best regards
3 months ago, any fix soon? Encountered the same problem. Thanks!
I get the same problem. Could you solve it?
Everything works fine on every page, but with Pagination it only works on site 1 but not on any other site (2,3,4…).
edit: Found your other post about it…