Posted: March 9, 2014 at 4:49 pm
|
Events not displaying on calendar properly |
Hi Adrienne, Could you tell me more about the issue that you are experiencing so I know what to look for? Here is what I see in the current version of Google Chrome: http://cl.ly/image/342H0K3H0P0P Cheers — |
|
|
The events that looks as if they are on the 17th and 19th are actually supposed to be on the 10th and 12th. file://localhost/Users/adriennerinaldi/Desktop/Screen%20Shot%202014-03-09%20at%205.52.16%20PM.png |
|
and after a refresh: file://localhost/Users/adriennerinaldi/Desktop/Screen%20Shot%202014-03-09%20at%205.55.51%20PM.png |
Hi Adrienne, I’m still seeing this for your calendar which doesn’t match what you have described: http://cl.ly/image/342H0K3H0P0P You can’t currently upload an image from your computer to a forum post. Could you upload to WP Media or a free service like Tinygrab.com or Getcloudapp.com and link to those images here? — |
|
|
In this image the 10th is supposed to be a Monday, and the first two events are supposed to be on Monday March 10 and Wed. March 12: http://www.BrewAsanas.com/wp-content/uploads/2014/03/Screen-Shot-2014-03-09-at-5.52.16-PM.png This is more obvious and again the dates are off by a day: http://www.BrewAsanas.com/wp-content/uploads/2014/03/Screen-Shot-2014-03-09-at-5.55.51-PM.png The 9thth is completely missing from the calendar and messing up supposed Saturday: http://www.BrewAsanas.com/wp-content/uploads/2014/03/Screen-Shot-2014-03-09-at-5.52.16-PM.png |
Hi Adrienne, It looks like something is preventing the current date to display. I’m going to try installing the same WP theme that’s installed on your site onto my site to see if I can narrow down what’s causing this and hopefully come up with a solution. |
|
Hi again, I looked at the source of the calendar’s web page and I think I’ve found what’s causing the missing dates on the calendar. There are some custom styles being added via a custom CSS option panel: <style id="option-custom-css" type="text/css">.carousel-caption {display:none;} footer#footer {background-color:#fafafafa;} .widget li {background-color:black'} footer#footer {background-color:#fafafafa;} .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {display: none;} </style> The last one in the group is hiding the current date on the calendar. If you’re trying to hide other elements that share the same .ui-state-highlight class, you might be able to restore the calendar by adding something like: #espresso_calendar .fc-today { |
|
|
Thanks that did it! I had added custom CSS to remove the required payment during registration. |
Cool. Glad that worked. |
|
The support post ‘Events not displaying on calendar properly’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.