webtinker
Forum Replies Created
-
Hi Jason,
Thanks for your prompt reply, I will try to use the snippet and let you know the outcome. But am travelling and only back to work on Monday. Anyhow the Gravity Forms Callback Notification URL is as follows: https://www.supermodeloftheyear.com/?callback=gravityformspaypal
Thanks once again, really appreciate your response.
Cheers!
Amarnath.Forum: Plugins
In reply to: [Grid/List View for WooCommerce] List View Not working correctlyDear Dima,
Thanks for the fix. Worked like a charm.
Highly appreciate your quick support.Regards,
Amarnath JaganathanForum: Plugins
In reply to: [Gum Elementor Addon] Desktop Alignment IssuesDear Atawai,
Thank you for a quick response. I tried it now still the pop-up is partially hidden on both sides.
Kindly see the link:
https://prnt.sc/1tg2sjhThanks in advance for any further help.
Regards
Amarnath Jaganathan@yithemes Thank you for your prompt reply. Yes you are correct, we have disabled your GIFT Card Plugin for now with some other plugin related issue. Also we figured it out, that the Owl Carousel Plugin which came pre-rolled with the purchased theme by client was causing that issue. That is also fixed now.
Thanks once again for your reply. Really appreciated.
hi danieliser,
Thanks for your reply. I cleared the cache and it worked for me as well.
No issues.Cheers
AmarnathForum: Plugins
In reply to: [WooCommerce] Remove Add to Cart Button on Condition@conschneider apparently achieved finally with a simple jQuery call when a save_form_message ID is true, disable submit button.
<script type="text/javascript"> if (jQuery(".form_saved_message").length > 0) { jQuery('.single_add_to_cart_button').hide(); } </script>
Thanks once again for your advice, which lead me to find this snippet and fix the issue.
Forum: Plugins
In reply to: [WooCommerce] Hide ADD TO CART upon Save and Continue@amandasjackson thanks for your guidance. But apparently achieved this via a simple jQuery call when a save_form_message ID is true disable submit button.
<script type="text/javascript"> if (jQuery(".form_saved_message").length > 0) { jQuery('.single_add_to_cart_button').hide(); } </script>
Forum: Plugins
In reply to: [WooCommerce] Remove Add to Cart Button on Condition@conschneider thank you very much for the jsfiddle.
Thanks for that function @natewr really appreciate, someone earlier asked the same and you have mentioned that you are not offering this as out-of-box solution yet. Thus i managed my method as a quick solution on a client site.
Now i will take note of this function, and use it appropriately in future.
Thanks once again.
Regards
AmarHi Maria
1. The file you need to edit is located in the following path: ” wp-content/plugins/restaurant-reservations/includes/template-functions.php”
2. Find this line:
<?php do_action( 'rtb_booking_form_after_fields' ); ?>
and enter your snippet <div class=”g-recaptcha” data-sitekey=”**my-site-key**”></div> below the php code(i assume you already generated the site key)
3. You need to enter the following javascript snippet on the header.php file before the </head> tag: <script src=’https://www.google.com/recaptcha/api.js’></script>Will work like a charm.
Amarnath J.- This reply was modified 6 years, 6 months ago by webtinker.
Forum: Fixing WordPress
In reply to: SUBMIT button positioningThank you ??
Forum: Plugins
In reply to: [WooCommerce] No shipping tabReally Appreciate it.
Thank you very much Khyati.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Shop LayoutThank you very much for the references. I will check them out.