tatof
Forum Replies Created
-
Forum: Plugins
In reply to: [Login Lockdown & Protection] Type of FirewallNot using the free version, already mailed with Ivan. Waiting for a reply ??
Thanks!
Forum: Plugins
In reply to: [Login Lockdown & Protection] Type of FirewallWhat is login lockdown ip adres? We have a htaccess deny rule and need to allow login lockdown to save the firewall settings
Forum: Plugins
In reply to: [Login Lockdown & Protection] Type of FirewallSorry I see everything now in the Htaccess! I know enough ??
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] iDEAL bank select not workinghey, thanks I found it! ?? I changed the text to something else for the confused customers.
This problem is Fixed in version 5.6.0 update
thanks! ??
Hello,
This problem happens now to all my clients/websites with shortpixel. (90 sites) The 5.5.6 Dev version doesn’t through a fatal error but it can’t bulk optimize. It doesn’t calculate. Also the media preview still shows 1 image and on some sites it still gives a “critical error” wordpress message.
Could it be I don’t have my content in /wp-content/ but moved it to /site/ ? This should work with any plugin. ->
/** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', dirname( __FILE__ ) . '/' ); } define( 'WP_CONTENT_DIR', dirname(__FILE__) . '/site' ); if(in_array($_SERVER['REMOTE_ADDR'], $whitelist)) { define( 'WP_CONTENT_URL', 'https://'.$_SERVER['HTTP_HOST'].'/site' ); }else{ define( 'WP_CONTENT_URL', 'https://'.$_SERVER['HTTP_HOST'].'/site' ); }
Hey @petredobrescu,
I removed shortpixel completely from de server and reuploaded all files. Version 5.5.5
The wp-short-pixel-redirected-settings is all ready set to 2 so don’t think thats a fix.Do you have any other idea’s? This is the last client I want do move shortpixel ?? then im done
Update:
- I disabled all plugins, only ACF and shortpixel. Same error
- I removed all “short pixel” related items from database options table
- Removed all plugin files & redirect setting to 2
When i remove all database options and then activate the plugin i can go to the settings. But as soon as i save the “advanced settings” tab the plugin crashes again. (edit: that worked once.. tried it again, no luck)
Forum: Plugins
In reply to: [Loco Translate] Auto translate deepl – not workingThis solution works perfectly. Thanks!
Forum: Plugins
In reply to: [Loco Translate] Auto translate deepl – not workingHey Tim, thanks! This seems a perfect logical answer! I allready added nl_NL to the .pot file to try to fix this ??
I will program everything in english so the base is correct. thank you.
I made this solution for links, email links, phone links etc.
It uses the WP_HTML_Tag_Processor filter to change the A href data and add “data-no-translation” attribute.
function wpdc_filter_affiliate_links_in_content( $content ) { $processor = new WP_HTML_Tag_Processor( $content ); while ( $processor->next_tag( [ 'tag_name' => 'a', 'tag_closers' => 'skip' ] ) ) { $homeURL = wp_parse_url(home_url())['host']; $blockAHREF = (string)$processor->get_attribute('href'); if( !str_contains($blockAHREF, '://'.$homeURL) // if link doesn't start with home url && !str_starts_with($blockAHREF, '/') // if link doesn't start with "/" && !str_starts_with($blockAHREF, '#') // if link doesn't start with "#" (this issn't translated anyway) ){ //$processor->add_class( 'skiplang' ); $processor->set_attribute( 'data-no-translation', '' ); } } return $processor->get_updated_html(); } add_action( 'the_content', 'wpdc_filter_affiliate_links_in_content' );
- This reply was modified 10 months, 3 weeks ago by tatof.
Forum: Plugins
In reply to: [License Manager for WooCommerce] PHP Fatal error: array_key_existsfixed with last update
Forum: Plugins
In reply to: [License Manager for WooCommerce] PHP Fatal error: array_key_existsSame here! new release is fine ??
Forum: Plugins
In reply to: [License Manager for WooCommerce] PHP Fatal error: array_key_existsI have no clue what you are saying. but yeah my settings are correct ?? and the error stays. Ill wait for the next update. I see many people have the same fatal error
Forum: Plugins
In reply to: [License Manager for WooCommerce] PHP Fatal error: array_key_existsDoesn’t work for me, also I don’t want to send an license when the order is in processing or hold. Only on completed.