Posted: December 11, 2014 at 12:18 pm
|
I just noticed the calendar settings for the above version doesn’t show in the dashboard. I’m reworking a site an loaded this b version not expecting to have it up as soon as it’s going to be. Is there any problem with deleting the beta version and using a live version? I have an image of the dashboard if necessary. |
Hi there, Is there a message on the Calendar Settings page where it says “You do not have access to this route”? If so, you’re seeing this message because your server is running an older version of PHP. There’s a ticket assigned to a developer to look into this issue. If you have a database backup from the point before the site was migrated to 4.5 you’ll need to restore to that backup point in order to go to EE4.4. The tables that were converted to work with 4.5 cannot be converted to work in 4.4. Or, if you’re starting from scratch with new events, you can reset the database from the Event Espresso > Maintenance page 4.5, then install 4.4. |
|
|
There is no calendar setting page available. The link is not visible in the dashboard. |
Do you have the 3.2.1.p version of the calendar installed? |
|
|
No, I have the 3.1.0beta.001 |
|
Should/can I switch back to the non-beta version? |
That’s a really old beta version of the calendar and isn’t compatible with Event Espresso 4.5. You can use the current regular release of the Calendar add-on (3.2.1) with Event Espresso 4.5. |
|
|
I didn’t notice it was old. Apologies for taking your time on a simple fix but thank you. Ironically, the whole reason I noticed the problem was because when viewing the calendar and hovering over an event, there is a large white space between the name of the event and the description of the event. This seems to have something to do with the tooltips being activated. I’ve matched the exact settings from another website that doesn’t have that whitespace but it still exists. If you want to see what I’m talking about http://www.safeworship.net/Oct14/calendar. Hover over the event on 12/27 |
|
Hi, That white space is actually the event’s title. For some reason something has added this CSS: h1, h2, h3, #main h4, #intro h4, h5, h6, .logo a, #header+#intro .intro_title, #header+#intro .teaser, #slider_module+#intro h3, #sidebar .widgettitle, #outro, #outro a, .toggle a, .toggle_accordion a, #content .teaser { Basically that turns a whole lot of things invisible. I am not sure what has added that CSS. To fix just the Calendar title add the following CSS: h3 { That CSS can be added to your themes style.css, though in order to preserve the CSS through theme updates we recommend adding it to either: a child themes style.css, your themes CSS options if it has any, or a plugin such as My Custom CSS. |
The support post ‘Calendar settings in EE4 v4.5.0b32’ 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.