melanthony
Forum Replies Created
-
Thank you for?your response. However the issue still persists after setting the global style to minimal. I had to disable your plugin for now as it is visible to our users but we need this fixed. Thanks!
hello, its already working. I used below codes. Hope this can help others. Thanks
add_action( 'wp_footer', 'formi_next', 99 );
function formi_next() { ?>
<script>
(function($) { $(document).ready(function() { setTimeout(function() { $('.forminator-custom-form').trigger('after.load.forminator'); }, 100); $(document).on('after.load.forminator', function(e, form_id) { // Array of class names for each step let classNames = ['organization', 'national', 'members']; classNames.forEach(function(className) { let clickable_elements = $('.' + className + ' input[type="radio"]'); $(clickable_elements).click(function(){ if (this.checked) { $('.forminator-button-next').click(); } }); }); }); }); })(jQuery); </script> <?php }
- This reply was modified 4 months, 2 weeks ago by melanthony.
- This reply was modified 4 months, 2 weeks ago by melanthony.
Forum: Plugins
In reply to: [WooCommerce] Coupon Not Validany update on this please? even newly created coupon says not valid too. can someone help us please
Forum: Plugins
In reply to: [WooCommerce] Coupon Not ValidYes its the same even actually typed the coupon. We are also using the Woocommerce One Page Checkout addon for this.
Forum: Plugins
In reply to: [WooCommerce] Coupon Not ValidHere are my settings: PLEASE SEE SCREENSHOTS
Usage Limit: https://prntscr.com/vjuf5u
General: https://prntscr.com/vjuftl
Short Vid: https://www.loom.com/share/c6d30409d65b4eeebd299cb19515ada6Thanks for your help!
Hi Steven, Thank you for your help but it seems that the steps you provided didnt work either. We already disabled all plugins, switched to default theme, reenabled buddyboss but still didnt work, the error still there and cant add users in buddyboss groups and learndash groups and even in typical users tab via admin.
- This reply was modified 4 years, 2 months ago by melanthony.
I have this plugin installed already but still didnt fix the error. I have already contacted BuddyBoss but they said that the problem is an isolated case in my website.
Forum: Plugins
In reply to: [Terms and Conditions Popup for WooCommerce] Pop up not workinghi, been using this plugin and working perfectly fine but after we update to version 3.5.1.7 the pop up no longer working. I have activate the variation add on but still no luck. Hoping for your prompt response. Thanks!