aashishbisht
Forum Replies Created
-
So I deleted those fields and re-added them. Now the fields are appearing, however, there is something weird going on in the backend. The enable/disable and required/optional toggles are not either not working correctly or just not displaying the correct toggle condition/highlight. I will test this further and will give you a visual report if you need it.
The issue is still there on our website. The fields don’t show up but the customer can’t checkout. Get an error that the fields have to be filled up.
Forum: Plugins
In reply to: [Facebook Chat Plugin - Live Chat Plugin for WordPress] disable auto openClear your browser cache or check in incognito mode.
Forum: Plugins
In reply to: [Facebook Chat Plugin - Live Chat Plugin for WordPress] disable auto open@batman8702 In the backend, you will see this code in the plugin settings. notice the last line of code.
<div id=’fb-root’></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
js = d.createElement(s); js.id = id;
js.src = ‘https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js#xfbml=1&version=v2.12&autoLogAppEvents=1’;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>
<div class=’fb-customerchat’
attribution=”wordpress”
page_id=’xxxxxx876987623′
greeting_dialog_display=”hide”
>
</div>Forum: Plugins
In reply to: [Redirection for Contact Form 7] Contact Form 7 and FlamingoI just saw another post where users were having the same issue and you mentioned that it could be another third party plugin interfering.
I wonder if there is a certain setting on the redirection tab I am missing.
Plugins I use: Visual Composer, Ultimate Addons for WPBakery Page Builder, Revolution Slider, iTheme Security, Contact Form 7, Contact Form 7 Redirection, Flamingo.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] PayPal Recurring Payment ProcessingYou need to use PayPal Powered by Braintree for subscription products: https://docs.woocommerce.com/document/woocommerce-gateway-paypal-powered-by-braintree/
Forum: Reviews
In reply to: [WooCommerce Product Images Slider] No response from the developer.Website link could help other users to assist you with the issue.
How did you create the slideshow in one of the product tabs? There seems to be a jQuery conflict.
Forum: Plugins
In reply to: [Simple Google reCAPTCHA] reCAPTCHA shows above comment formreCaptcha gets displayed above the comment box: https://simplemantramarketing.com/differentiate-your-brand-online-and-give-your-website-a-boost/
I would really appreciate if you could me on what’s going on here. ??
Forum: Plugins
In reply to: [Country Based Payments for WooCommerce] No setting optionsWooCommerce 2.6.8. I know the plugin says that Compatible up to: 4.5.4. I was just trying my luck.
Forum: Plugins
In reply to: [WooCommerce] between product row border lineDid you find a way to do that?
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Review submits twice – refresh error.Thanks Charlie,
That worked for me.
Is there an option where I can display both the stars and the numerical aggregate rating? When I selected “Star Snippets” under “Review Display Options”, only stars showed otherwise just the aggregate score showed. I did some customization in the code and got it to work. See here on top: https://www.frontierone.com/reviews/
Best,
AashishForum: Plugins
In reply to: [Rich Reviews by Starfish] Review submits twice – refresh error.Excellent Plugin Charlie.
I would need this patch as well.
Thank you,
AashishForum: Plugins
In reply to: [Booster for WooCommerce] Payment Gateways Fees and Discounts Module add ruleI tried finding a solution for this and scrolled through a lot of posts, however, couldn’t find a solution.
If COD is selected, a shipping fee is applied to the order otherwise the shipping is free. I got this done through the plugin. For this, I have to create Free Shipping in Standard WooCommerce Settings and then COD Shipping Charges through the Booster plugin.
When a customer selects COD, the fee is displayed, however, Free Shipping is also written above it.
Is there a setting I am missing to disable Free Shipping text when COD is selected?
Forum: Fixing WordPress
In reply to: file .bt?Even after removing the script from wp-load.php, the .bt file is still getting created. Not sure how!
Forum: Fixing WordPress
In reply to: file .bt?@rs-systems – Thank you so much for mentioning the script being there in the wp-load.php.
How is this script getting added in wp-load.php, any idea?