Not all categories showing on submit event page for community events plugin

Home Forums Calendar Products Community Events Not all categories showing on submit event page for community events plugin

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25842
    Andrea
    Participant

    I am having a problem with my submit events page – it won’t display all the category options for submissions and when I click “show all categories,” the page refreshes itself and erases everything in the submission WYSWYG editor box. Obviously a big glitch here. Please help. The submit your link is here: http://browardnetonline.com/events/submitsouthfloridaevents/add
    It does appear to be a theme conflict but I am not sure exactly why. Any suggestions would be helpful as I am banging my head on this one and as a daily newspaper in a major market, need this working.

    #25908
    Andrea
    Participant

    Solution for others:

    please add this to your custom css box in theme options:

    .hidden_category{
    display: block !important;
    }
    this will force display the cats.

    Then I had to delete the words “Show All Categories” and the following code:

    echo ”;
    echo ”;
    if ( count( $cats ) > 9 ) {
    echo ‘Show all categories (‘ . count( $cats ) . ‘)‘;
    }

    from this file: /wp-content/plugins/the-events-calendar-community-events/lib/tribe-community-events.class.php

    so that it wouldn’t say “show all categories” when all were displayed.

    #26174
    Leah
    Member

    Thanks for posting the solution, Andrea! Hopefully that’ll help out other users having a similar issue.

    ~Leah

    #977920
    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 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Not all categories showing on submit event page for community events plugin’ is closed to new replies.