This topic has 8 replies, 4 voices, and was last updated 9 years ago by Fem.
Viewing 9 posts - 1 through 9 (of 9 total)
Hi,
I am currently utilizing the Home Page 3 option from the demo site but am having trouble with the Appointment fields. I am unable to type in a Date or Phone number and the button for “Request an Inspection” does not work either. It would be great if the user could fill out this form, click the button, and and email be sent to the admin. Is this possible? I have tried looking at the documentation but am unable to determine a fix.
Any help you could provide would be much appreciate. I am currently running Anona Ver. 5.0 on WordPress 4.8.1.
Here is the shortcode that I am working with:
[appointment_callout title=”APPOINTMENT” shortinfo=”Short Summary for the appointment callout box goes here and you can add more content using shortcode.” textcolor=”#ffffff” buttoncolor=”yellow” rounded=”true” bgcolor=”#222b2e” buttontext=”REQUEST AN INSPECTION”]
Thank You
You just need to add another attribute redirection="true" in the shortcode to work directly.
[appointment_callout title="APPOINTMENT" shortinfo="Short Summary for the appointment callout box goes here and you can add more content using shortcode." textcolor="#ffffff" buttoncolor="yellow" rounded="true" bgcolor="#222b2e" redirection="true" buttontext="REQUEST AN INSPECTION"]
Thank you. That seemed to work but the Date field is still not functioning. Is it possible to just remove the date field in CSS or setting?
Thanks!
The Date field is functioning properly I have tested and its working fine at live demo.
If you can provide us WP Logins to your website with URL then we can take a closer look at it. Make sure you set the post as a private reply so that only admin can see your wp-logins.
Note: Before providing the wp-logins to any support staff, kindly please make sure you take a backup of everything including WordPress content, theme options, widgets etc.
I have fixed the issue. Issue was in core plugin
Modified File
/anona-core/anona-shortcodes/shortcode/appointmentcallout.php
Added the default null value for the disabled days when there are no disabled days $disabled_days ='null';
Awesome! Thank You so much for your help!
Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.