harishsave
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Addons for Elementor] When i want to edit, redirect to post listI’m also facing same problem. This happens when I enable ‘Safe mode’. If safe mode is disabled, then Elementor editor never gets loaded. The top green progress bar goes till 99% but then gets stuck there.
In Elementor’s system info, at the bottom it says “Elementor header and footer Incompatible”.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Date Picker Not WorkingYes, I’m experiencing the same. I want a date field which will allow to select date between today’s date and next six month. I put 0d in Start date and +6m in End Date settings, but it still allows past dates and future dates (more than 6 months) to be selected.
Please help.
I figured out how to disable (skip) account fields by adding following code in my themes function.php file
function disable_userfields() { return true; } add_filter( 'pmpro_skip_account_fields', 'disable_userfields' );Now the account fields don’t show up. But when I click on PayPal button (I use PayPal Express), it gives error “Please complete all required fields.”. But there are no fields visible.
I checked the HTML source and there are billing fields but they are not visible. How can I disable this validation check?