PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Calendar Title, comes up "..."

  1. jayd
    Member

    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

    Posted 13 years ago on Thursday March 3, 2011 | Permalink
  2. 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.

    Posted 13 years ago on Thursday March 3, 2011 | Permalink