prokreeger
Forum Replies Created
-
Hi,
Thank you for fast answer. The problem was related to Perfmatters plugin. The MU-plugin option in plugin’s settings caused this issue.
Hi, here you are.
Thanks)) I will duplicate this question in your site.
Forum: Plugins
In reply to: [Spam protection, Anti-Spam, FireWall by CleanTalk] High CPU usageHello,
After installing all the fixes you provided me, my hosting provider said that there are no slow MySQL queries anymore.
Thanks for a great support!!!
Forum: Plugins
In reply to: [Spam protection, Anti-Spam, FireWall by CleanTalk] High CPU usage@shagimuratov thank you for a fix.
@safronik I’ll be waiting for further results.
Forum: Plugins
In reply to: [Spam protection, Anti-Spam, FireWall by CleanTalk] High CPU usageHi, @serge00
Is there any news about my problem?
Forum: Plugins
In reply to: [Cyr-To-Lat] Issue with products in adminWith new update all works fine.
Thank you for a fast and great support.
Forum: Plugins
In reply to: [Cyr-To-Lat] Issue with products in adminI have deactivated all plugins except WooComerce, WPML and Cyr2Lat, but issue didn’t gone.
When I click on the Products link in the Admin menu (see the picture below), the page goes into infinite loading until the server returns a timeout.
https://i.ibb.co/Tqc33LW/27cd894d-358e-4e31-94a2-dd4d2f2af29f.png
Issue is disappeared only when I am deactivating WPML or Cyr2Lat.
Forum: Plugins
In reply to: [Cyr-To-Lat] Issue with products in adminURLs that caused issue in admin:
- https://www.mirawella.de/wp-admin/edit.php?post_type=product
- https://www.mirawella.de/?post_type=product&p=7505&preview=true
I’m using WordPress 5.8, WooCommerce 5.5.2 and the latest WPML.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Mixed Content in adminI have resolved this issue it was not in your plugin.
Thanks for great and fast support.
Forum: Plugins
In reply to: [Pre* Party Resource Hints] Mixed Content in adminYes, the site use https protocol.
Hi,
After I added this piece of code:
add_filter( 'woocommerce_germanized_delivery_time_html', 'my_child_adjust_delivery_time_html', 10, 4 ); function my_child_adjust_delivery_time_html( $html, $option, $term_html, $product ) { $replacements = array( '{delivery_time}' => $term_html, ); return wc_gzd_replace_label_shortcodes( '<span class="delivery-time-label">' . __( 'Delivery time: ', 'my-text-domain' ) . '</span> {delivery_time} <a href="#b" class="mpp-trigger-popup-4635"><i id="dlv-time-info" class="fas fa-info-circle"></i></a>', $replacements ); }
in my function.php file, the icon became normally displayed. But the pop-up window that should open when you click on this icon does not work.
I also added the following code to my function.php file:
add_action( 'woocommerce_single_product_summary', 'my_code', 28 ); function my_code( ) { echo '<a href="#b" class="mpp-trigger-popup-4635"><i id="dlv-time-info" class="fas fa-info-circle"></i></a>'; }
which adds another icon to check if the popup works correctly and it works correctly.
I do not understand what I am doing wrong. Why the icon does not work in the first case and everything is fine in the second.
I have override the default Germanized template and I’ve got a new issue. Icon appears for 2 seconds and then disappears.
I have one more question: “How can I make text Lieferung bold?”.
Forum: Plugins
In reply to: [Germanized for WooCommerce] DHL location on a mapMistake was in shipping zones settings. I’ve made some changes and now all works fine.
Thanks for great support ??
Forum: Plugins
In reply to: [Germanized for WooCommerce] DHL location on a mapNo I didn’t try that. Yes, I allow customers to ship to another address.
This site is under construction, so you can test all that you need.