squatter1
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] High CPU usageI have the same problem. In accesslog there are thousands of these requests:
lsphp:7/domains/thedesign.cz/public_html/index.phpAfter disabling the plugin the cpu usage dropped significantly.
Forum: Plugins
In reply to: [Fluid Checkout for WooCommerce - Lite] Move BILLING before SHIPPINGI really need this feature too…
Thanks, that helped!
Is it possible to add this option to plugin settings? So I would not need to do the mod every time after plugin update? Thanks!
This is not the option. Cannot disable time limit.
I use the editor on several websites with the same hosting provider and the same hosting config and I have no problems with long edit processes, even if I have set 100s max execution time.
Forum: Plugins
In reply to: [Packeta] Výběr pobočky při vytvoření objednávky v administraciDobrý den,
děkuji za reakci. Já to ve svém eshopu používám poměrně často, protože zákazníci často poptávají zboží na míru emailem či telefonicky. A setkal jsem se i s celkem velkým množstvím takovýchto objednávek i v jiných eshopech, které spravuji.
Proto bych tuto funkcionalitu velice uvítal a věřím, že nebudu zdaleka jediný.
Děkuji.
Forum: Plugins
In reply to: [Meta for WooCommerce] Fatal errorFixed! Thanks. I didn’t notice your topic.
Forum: Plugins
In reply to: [Age Gate] Google Analytics conversions not trackedHi, thanks for quick response. It is strange, because if I disable cookie plugin, conversions are still not tracked while Age Gate is enabled…
Forum: Plugins
In reply to: [Off-Canvas Sidebars & Menus (Slidebars)] Trigger action after sidebar opensThanks a lot,
how could I missed it?Forum: Plugins
In reply to: [A-Z Listing] Hide empty terms not workingHi,
I am using Woocommerce plugin. “product_brand” is custom taxonomy.I tried to modify the plugin myself by modifying the template. It is working, but this way is ineffective and causes long page load.
$term = get_term($a_z_query->get_the_item_id(), 'product_brand'); echo get_instock_products_count($a_z_query->get_the_item_id()); $args = array( 'post_type' => 'product', 'posts_per_page' => -1, 'post_status' => 'publish', 'meta_query' => array( array( 'key' => '_stock_status', 'value' => 'instock', ) ), 'tax_query' => array( array( 'taxonomy' => 'product_brand', 'field' => 'term_id', 'terms' => $term->term_id ) ) ); $query = new WP_Query($args); echo $query->found_posts;It would be perfect if there was an option in shortcode to exclude terms which contain only products out of stock. Is there a chance you would implement it in next update?
Thanks.
Dobrý den,
také se přimlouvám za tuto možnost.Děkuji.
Forum: Plugins
In reply to: [Breadcrumb NavXT] WordPress Error Message PHP 8.0.7 – Breadcrumb configHi, I can confirm that this bug is also present in Czech translation of WordPress…
Forum: Plugins
In reply to: [WooCommerce] Rest API restrict permissionsThanks, I hope that there is someone who is able to help.
Hello,
yes, I have all plugins up to date. WordPress is also updated. My server has all needed requirements.Same problem here, yoaste test helper plugin did not help.
There are no js errors in console.
Can you please provide working solution?
Thanks
Thanks for quick response. Yes, I know how to use notranslate class, but cannot identify which element should have this class. I was trying to find it, but with no luck. Can you help please?