briberyexpert
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Shopping Cart Dropdown on Headerhello,
Sorry but can you confirm what is doing this code?
.site-header-cart .widget_shopping_cart { display: none !important; }It seems to hide the minicart in the header ?
But what if I want to show it but just disable ajax that displays the cart content on hoover and updates it ?
Thank you.
Forum: Themes and Templates
In reply to: [Customizr] Add WOOCOMMERCE CART in the menu ? How to do ?hello, I am trying to disable the ajax cart and it might be related to this post.
I want to use this function:/** * xxxxxx FUNCTION TO DISABLE cart fragment on all pages */ add_action( 'wp_print_scripts', 'nuke_cart_fragments', 100 ); function nuke_cart_fragments() { wp_dequeue_script( 'wc-cart-fragments' ); return true; }Do you think that if I disable the ajax cart with this function (because it slows every single page of any woocommerce shop), I can still show the cart with your theme ?
I mean that even if your theme displays the cart, it won’t be updated when someone clicks ADD TO CART, but people will still be able to click on the cart icon to reach the cart page ?
Thank you for your help.
Forum: Plugins
In reply to: [Disable Cart Fragments] Remove all fragments except on the cart pageHello, as I do not show the cart on any page I would like to disable cart fragment for whole website but I do not find how to do, any help ? Thank you.
Forum: Fixing WordPress
In reply to: Too many SQL queries are slowing down my websitehello, have you found a solution ?
Forum: Plugins
In reply to: [Cloudways WordPress Migrator] What happens to previous site?Hello, did you get a reply on another channel ? Thank you.
hello, was it easy to migrate the products to the new shop ? How to do it when the new shop will be installed at the same URL as the former drupal shop ? Thank you so much for your help..
Forum: Fixing WordPress
In reply to: Woocommerce shipping rates per citiesDo you really need to charge a different price for deliveries on the same island ? It looks complicated for no reason.
hello, I will check it it happens again after the latest updates. Thank you.
ok, so you mean that because I already use WP FASTEST CACHE plugin, I do not need CDN ENABLER plugin on my website ?
I just need to follow this process to integrate keycdn service to my cache plugin ?
https://www.keycdn.com/support/wordpress-cdn-integration-with-wp-fastest-cache
Thanks again.
hello, names of plugins are confusing, you mean that we do not need CACHE ENABLER, but we need CDN ENABLER to use keyCDN service with wordpress ?
Thanks again.
hello, do you mean that this plugin gave you better results than other cache plugins ?
Are you using it with keycdn service ? or as a standalone plugin ?Thanks.
Forum: Plugins
In reply to: [WooCommerce] Woocommece Plug-in slows down my website.Not all ecommerce plugins slow down a website, but yes, Woocommerce does more than any other !
It seems possible to improve the speed but you need a powerful server and knowledge.Forum: Plugins
In reply to: [WooCommerce] Woocommerce emails not sending!I think the only good and reliable solution is to use an external service as AMAZON SES that is very cheap and easy to use with WP SES plugin.
I have been fighting with this for years until I finally understood what was the only good solution.