In PRO Admin the List of Events are Nonexistent

Home Forums Calendar Products Events Calendar PRO In PRO Admin the List of Events are Nonexistent

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #18908
    Jan
    Member

    No 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.

    #18930
    Jonah
    Participant

    Hi 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,
    Jonah

    #18948
    Jonah
    Participant

    Hi 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,
    Jonah

    #18950
    Jan
    Member

    OK did that. The Admin looks better but still doesn’t show any of my events. And the calendar format is still screwy.

    #18986
    Jonah
    Participant

    Hmmm, 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!

    #19017
    Jonah
    Participant

    Hi Jan, on the admin not showing your events – thanks for sending the screenshot. Have you tried removing the Venue filter?

    #19165
    Jan
    Member

    OK, 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.

    #19176
    Rob
    Member

    Hi 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.

    #976820
    Support Droid
    Keymaster

    This 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.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘In PRO Admin the List of Events are Nonexistent’ is closed to new replies.