Home › Forums › Calendar Products › Events Calendar PRO › In PRO Admin the List of Events are Nonexistent
- This topic has 8 replies, 4 voices, and was last updated 10 years, 10 months ago by
Support Droid.
-
AuthorPosts
-
May 8, 2012 at 6:36 pm #18908
Jan
MemberNo events are showing up (in WP Admin) for me to edit although it says I have 59 published.
They show up in the right column in Categories that they exist.
When I deactivate the PRO plugin I can find my events and edit them.
The calendar view looks great when there are no events published, but the format freaks out when I added events.May 9, 2012 at 10:12 am #18930Jonah
ParticipantHi Jan, sorry about the trouble. Would you mind emailing me access to the WP admin so I can take a look? Please email to jonah [at] tri [dot] be and reference this thread.
Thanks,
JonahMay 9, 2012 at 11:57 am #18948Jonah
ParticipantHi Jan,
Ok, two issues at hand here. First, you are running 2.0.3 of Events Calendar Pro. Please update this to the latest 2.0.6. Second, there are files missing from Events Calendar Pro so hopefully when you update these will come over but if not, try manually re-copying the entire plugin folder via FTP to make sure all the files are there for the plugin.
Try that and let me know how it goes.
Cheers,
JonahMay 9, 2012 at 12:10 pm #18950Jan
MemberOK did that. The Admin looks better but still doesn’t show any of my events. And the calendar format is still screwy.
May 10, 2012 at 9:05 am #18986Jonah
ParticipantHmmm, do you have a screenshot of the admin where you’re events are not showing? I’m seeing all of them in Chrome: http://cl.ly/344610291D1K361z271x
Make sure you clear your browser cache too…
On the calendar format, this is an issue with your theme applying a width of 600px to the hr elements separating the events on a given day. You can easily override this by making a copy of /wp-content/plugins/the-events-calendar/resources/events.css and placing in an ‘events’ folder in your theme (if you don’t already have this setup). Then find line 233 that reads like this:
.tribe-events-calendar hr {
border: 0 none !important;
display: block;
height: 1px;
background-color: #E7E7E7;
margin: 0 9px !important;
}
….and add width: auto; like so:
.tribe-events-calendar hr {
border: 0 none !important;
display: block;
height: 1px;
background-color: #E7E7E7;
margin: 0 9px !important;
width: auto;
}
Hope that helps!
May 10, 2012 at 9:02 pm #19017Jonah
ParticipantHi Jan, on the admin not showing your events – thanks for sending the screenshot. Have you tried removing the Venue filter?
May 14, 2012 at 4:44 pm #19165Jan
MemberOK, so I need a little help making, finding and adding these changes.
Where do I find: /wp-content/plugins/the-events-calendar/resources/events.css?
And placing in an ‘events’ folder — where do I “place” an events folder? On the server? In WP?
Not sure what you’re talking about here.Did a search and could not find “.tribe-events-calendar hr {” line in any of the css files. Not sure where this is either?
I instructions sound real easy and probably are if I had ever done this before in my life. I little lost here.
May 14, 2012 at 7:37 pm #19176Rob
MemberHi there Jan. Happy to point you in the right direction here:
* /wp-content/plugins/the-events-calendar/resources/events.css is the path within the plugin folder (which you uploaded to your server and can access, likely via FTP) where the events.css page lives. Once you open up your site on the server, click into the wp-content folder; click ‘plugins’ within that; click on the-events-calendar and find the “resources’ folder, where the events.css file lives.
* You would place the ‘events’ folder on your server. Access wp-content, but instead of clicking ‘plugins’ go to ‘themes’. Find the theme you’re using, open the folder for it and in thre create a new folder called ‘events’.
* Do you have a text editor of some kind, a tool like TextMate (http://macromates.com/)? You can view the specific line numbers (to correspond with Jonah’s message re: line 233) with most text editors.Hope that helps. If you’re still having questions from there, let us know.
July 7, 2015 at 6:20 am #976820Support Droid
KeymasterThis topic has not been active for quite some time and will now be closed.
If you still need assistance please simply open a new topic (linking to this one if necessary)
and one of the team will be only too happy to help. -
AuthorPosts
- The topic ‘In PRO Admin the List of Events are Nonexistent’ is closed to new replies.
