emielm
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] W3 and WooCommerce / Shopping CartsThanks for this reply. Didn’t mention the discussion on github. Tried to exclude these query items and you’re absolutely right. Works great! Database caching is enabled for the rest of my site now again. Thanks!
Forum: Plugins
In reply to: [W3 Total Cache] W3 and WooCommerce / Shopping CartsHey Gabriel,
I experienced the exact same problem. Didn’t get support from Woocommerce or W3 either, so went to figure it out myself.
The database caching appears to be the problem. I turned that off and everything works smooth now. I even think it’s working faster than with database caching enabled, but not sure about that.May be Frederick also has something to add to this?
Anyway, hope this solves it for you too Gabriel!
Forum: Plugins
In reply to: [W3 Total Cache] .htaccess chmod set back to 644 before saving w3tc settingsIn addition to the inconvenience above I always have to re-save wp-admin->settings->permalinks page to keep al permalinks working well after changing settings in w3tc. Is this necessary or is there a way to avoid this annoying procedure?
Forum: Plugins
In reply to: [WooCommerce] Remove breadcrumb from shop 'homepage'“You on the other hand seem to want to remove the default breadcrumb completely so you can replace it with Yoast’s breadcrumb…”
That’s why I used your code without ‘if ( is_home() )’ statement. Yoast breadcrumb has nothing to do with it, these work perfectly on our site, as I told before. Your code except the if statement wasn’t working in functions.php, but it DID WORK in header.php, that’s all I said in my last post before this one to help others having this issue too. So thanks again for your piece of code, we are very happy with it.Forum: Plugins
In reply to: [WooCommerce] Remove breadcrumb from shop 'homepage'@splashingpixels – That solution wasn’t working for me, but I figured out why in the meantime. The solution code you offered in the first reply is working indeed, but in my case it had to be placed in header.php (themefile) instead of functions.php. As told I tried that before, but entered it outside an if-statement where is had to be inside, so that’s why it wasn’t working.
Conclusion:
remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0)
is working fine, but you might have to insert it in another file then functions.php (and properly insert it of course ?? )
Forum: Plugins
In reply to: [WooCommerce] Remove breadcrumb from shop 'homepage'Hey splashingpixels,
You have been commenting on several threads about these breadcrumbs that hiding them by using CSS none is not a good option, so that’s clear. But can you also provide an alternative?
I tried adding this code in my theme’s functions.php, header.php (where perfectly working Yoast breadcrumbs code is in) and woocommerce files breadcrumbs.php and several other WC files:
remove_action( 'woocommerce_before_main_content','woocommerce_breadcrumb', 20, 0);
This all didn’t prevent the WC breadcrumbs from showing up on all shop pages. Do you know where to add this piece of code then?
Thanks for your reply in advance!
Forum: Plugins
In reply to: [WordPress Social Login] Disconnected after navigating to other pageGot it: There was a conflict with another plugin that redirected visitors to an “under construction” page. Works fine when this plugin is deactivated! Thanks anyway.
Forum: Plugins
In reply to: [W3 Total Cache] Incidentally issue after refreshUpdate: After some testing it’s for sure that this problem is occurs less when using “async”. When using “defer” or any other minification inclusion the page gets stuck much more often, even on first load.
Hope you will be able to tell me what’s causing this and how it should be solved. Thanks.
Forum: Plugins
In reply to: [WooCommerce] Remove breadcrumb from shop 'homepage'None of the solution above is
w
orking for me. I want to delete all woocommerce breadcrumbs from every page (like lmoore i am using yoast’s). With the above solution I can’t get it even from one page. I tried this too:if ( is_page('shop') ) { remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0); }
Also doesn’t work. Anyone having a working solution for this problem?
Thanks in advance!
Forum: Plugins
In reply to: [WordPress Social Login] Disconnected after navigating to other pageActually I did some more testing:
I deactivated all caching methods and tried again. Unfortunately caching wasn’t the problem. I did discover this though: Logging in through FB,Twitter,LinkedIn works fine, but even after refreshing the page on which I logged in, I am logged out again.
Any ideas on how to solve this problem??? Thanks!
Forum: Plugins
In reply to: [Mobile Native Android App Maker for WordPress] JS minification warningIs this problem description above not clear or do I just have to be more patient for a reply? Thanks or letting me know.
Forum: Plugins
In reply to: [Automatic Post Tagger] jQuery confilctThanks for the quick reply. These links might help:
https://codex.www.ads-software.com/Function_Reference/wp_enqueue_script
https://wpquestions.com/question/show/id/1133Forum: Plugins
In reply to: [SitePush] Could not fork .maintenanceHi Mark,
Thanks for your response. We started using another plugin to migrate our websites, so we won’t be able to test this anymore since we removed sitepush from our wp installs. However, thanks for coming up with a solution. I do know that popen command is standard disabled on our hosting.
Forum: Plugins
In reply to: [Magic Action Box] Succes message wysija not showingSorry, I can’t because we already stopped using this plugin. We found another that works better for us.
Thanks for your reply anyway.Forum: Plugins
In reply to: [WP e-Commerce Shop Styling] Empty settings screen after last updateHi Hannes, I updates again and it’s fixed now indeed, thanks a lot!!!