Is there a way to change the calendar image title? Right now it comes up "..."
Also when you click on the calendar you can't see the right or left arrow?
http://50realestateagents.com/survey.php
Is there a way to change the calendar image title? Right now it comes up "..."
Also when you click on the calendar you can't see the right or left arrow?
http://50realestateagents.com/survey.php
We will look into the alt/title tag. That is output from the jQuery UI library, so i'm not sure if we can alter the alt/title tag.
As for the arrows, they are supposed to display. They are images, but the path to those images is different on your site... it's incorrect. Are you using anything else on your site that uses jQuery UI? Because something has changed the path to the left and right arrow.
It's looking for the images here:
http://50realestateagents.com/wp-content/themes/images/datepicker_arrow_left.gif
And
http://50realestateagents.com/wp-content/themes/images/datepicker_arrow_right.gif
But they don't exist, it should be pulling from them here:
http://50realestateagents.com/wp-content/plugins/gravityforms/images/datepicker_arrow_left.gif
And
http://50realestateagents.com/wp-content/plugins/gravityforms/images/datepicker_arrow_right.gif
So you have something else on your site that is changing this information. You may have to copy the images from the plugins/gravityforms/images folder and place them in a wp-content/themes/images/ folder if you are unable to determine what on your site is changing the jQuery UI CSS.