vibhorv
Forum Replies Created
-
Great!
Enabling “Extended currency symbol support” solved the problem.
Many thanks! 🙂
Forum: Plugins
In reply to: [YITH WooCommerce Compare] Compare option is never null (zero)Yes, I am using cache plugin W3TC.
Even after selecting “Emptly All Cache”, compare option still has random products in it’s list.Forum: Plugins
In reply to: [WooCommerce] Urgent: Unable to Proceed to CheckoutYeah; It started working after updating the plugin but it was a strange behaviour.
Forum: Plugins
In reply to: [YITH WooCommerce Compare] How to limit the compare list?Any update???
Forum: Plugins
In reply to: [YITH WooCommerce Compare] Unable to compare productsI was able to resolve the issue. 🙂
Thanks.
I only problem left is with limiting the comparison.
Already raised the issue here.Eagerly awaiting update.
Forum: Plugins
In reply to: [YITH WooCommerce Compare] How to limit the compare list?Eagerly awaiting for this update! 🙂
Cheers!
Cheers! 🙂
Thanks for the prompt response Heateor! 🙂
Will be eagerly awaiting this improved in the next update.
Hi catnasebaer,
Kindly edit the below code to get the desired result:
The file where code needs to be edited is under plugins: \launchpad-by-obox\functions\class.php
Search for the word ‘automatic’ over there; you will get the below line:
elseif(isset($options["automatic_launch"]) && isset($options["launchdate"]) && strtotime($options["launchdate"]) < time())Here kindly add your timezone difference in seconds; for Germany 2 hours difference will be 7200 seconds; so for you the code will be:
elseif(isset($options["automatic_launch"]) && isset($options["launchdate"]) && strtotime($options["launchdate"]) < time()+7200)This should work! 🙂
Forum: Plugins
In reply to: [No CAPTCHA reCAPTCHA] Move CAPTCHA above the comment form Submit buttonStill awaiting the update to Add captcha div before “Post Comment” button…
Any time frame expected…?Forum: Plugins
In reply to: [No CAPTCHA reCAPTCHA] Add captcha div before "Post Comment" buttonStill awaiting the update to Add captcha div before “Post Comment” button…
Any time frame expected…?
Hi Jackfelix,
Can you kindly provide more information on, where did you actually changed the time in plugin file which fixed the issue for you?
Thanks!
Can you kindly provide me the location where I need to change the timezone in launchpad file?
Thank you for the update! 🙂
Workaround: Replace the existing
.theChamGoogleSvgcode infront.cssto the below code..theChampGoogleSvg{background:url(../images/sharing/sharing.png) -32px -32px;}