mitchelly
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Noindex robot tagHi
Can anyone please tell me how I can disable YITH Wishlist’s plugin Noidex meta tag?
Many thanks in advance
MitchellForum: Plugins
In reply to: [YITH WooCommerce Ajax Search] Noindex robot tagThis is what the YITH plugin creates in my header;
<script>document.documentElement.className = document.documentElement.className + ‘ yes-js js_active js'</script>
<meta name=’robots’ content=’index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1′ />Or this on some pages;
<script>document.documentElement.className = document.documentElement.className + ‘ yes-js js_active js'</script>
<meta name=’robots’ content=’noindex, follow’ />Forum: Plugins
In reply to: [Facebook for WooCommerce] Doubling PageView, add to cart & CheckoutThank you again, I also found out that both plugins add a Facebook pixel (and CAPI) so it would make sense to me that when both are enabled all your conversions and events are counted twice.
Cheers all, I am now wondering if there is a way to disable Pixel on the Product Feed PRO pluginForum: Plugins
In reply to: [Facebook for WooCommerce] Doubling PageView, add to cart & CheckoutOk, thank you for your quick response, it was great and helpful, I couldn’t fix it but at least I can see where the problem or conflict it from!
I deactivated all plugins and reactivated them one by one and the plug in that causes the issue or conflict is;
Product Feed PRO for WooCommerce, Version 10.4.2. By AdTribes.io
So is there any way that can be fixed?
Regards
MitchellForum: Plugins
In reply to: [WooCommerce] Adding a payment method to the checkout pageHi
Thank you for the information, however I only mainly wanted to know where the checkout file is and what is called so I can put the iFrame code there! I think the rest is already done because I am already using their active plugin! Just want to change the way displayed.
CheersForum: Plugins
In reply to: [WooCommerce] Adding a payment method to the checkout pageHi
Thank you kindly for quick respond!
Bank is already provided us with a plugin and it works but there is problem, when customers try to pay a pop up window opens and asks for credit cards detail. I am getting many transactions incomplete and it says pending Payment then gets canceled because the customer doesn’t finish the payment!
I was thinking it might be because it is pop up window and may be some customers have disabled the pop up Windows so that is why I am getting many incomplete transactions with card payments.
I talked to the bank and they told me that the plug in can be set up two different way, it is hosted plugin but it can be with Modal or Embed, so they recommended me to do the embed one so it opens in the same window without pop up!
So I was wondering if I can do it!
Any way is there a single check out page at all, and would it work, considering I already have their plugin and it is active and working in Modal (pop up) format!
Cheers
MitchellForum: Plugins
In reply to: [WooCommerce] Order numberThank you very much for your information.
All back again after reseting again!
ThanksHi again @wpmudev-support1
I am sorry but the problem came back, I think when it starts caching it happens again and I cannot access the mini cart from the homepage of the website!
Now even cannot add to the cart in most cases.
Regards
Mitchell- This reply was modified 4 years, 1 month ago by mitchelly.
Hi
First suggestions with cache didn’t work, then I changed the cart fragments to All Pages and saved didn’t work, and next I unticked the “Disable cart fragments” from blue to grey and saved it and now the mini cart is working.
Many thanksThank you @wpmudev-support1
As I said it seem like the cache is causing the mini cart not to work properly especially with any of the websites made by different Fuel Themes.
So is there any way that I can put a code somewhere that Hummingbird doesn’t cache Mini cart, cart or my account, etc?
If so please tell me in a plain dummy language so I can understand what exactly do, change or add and to which files.
Many thanks in advance
Regards
MitchellBy the way we have Hummingbird on a few different websites and on every single one that we have it is causing the same issue.
- This reply was modified 4 years, 2 months ago by mitchelly.
Hi Predrag
I cleared the cache and disactivated the Hummingbird plugin and the mini cart is working now!
It seem like it is Hummingbird caching
Cheers- This reply was modified 4 years, 2 months ago by mitchelly.
Forum: Plugins
In reply to: [WooCommerce] Cart is not working in the HomepageThank you however how do I add
define(‘DONOTCACHEPAGE’, true);
to the function.php file so it knows that it is for cart and mini cart files?
How do I make it connected to the cart, because there is no mention of cart or mini cart.
Thanks
MitchellForum: Plugins
In reply to: [WooCommerce] Cart is not working in the HomepageI am using Hummingbird, it says;
“You can use the define(‘DONOTCACHEPAGE’, true); constant to instruct Hummingbird not to cache specific pages or templates.”
So where do I add this to disable it on these Cart, Checkout, and My Account pages?
Where the actual files are and called so I can add the define(‘DONOTCACHEPAGE’, true); to it and anywhere on those pages?I added it in the Theme Cart Folders Cart.php file and didn’t work.
Also I did this in Hummingbirds plugin“URL Strings”
“You can tell Hummingbird not to cache specific URLs, or any URLs that contain strings. Add one entry per line.”wp-.*\.php
index\.php
xmlrpc\.php
sitemap.xml
cart\.php
checkout\.php
myaccount\.php
my-account\.phpAnd still no luck
Thanks