• Resolved web-girl

    (@web-girl)


    Hoping to get some help here, as our nonprofit festival is next week.

    After upgrading to the new version, the site had a lot of issues (404 errors, and after applying the .htacess fix, server errors). Long story short, I had to roll back to the previous version, because it is too close to the event to do a lot of troubleshooting.

    The roll back seemed to work fine, except now the calendar’s page says “Array” in the views button, instead of the proper text. It looks like some code was lost somehow.

    It would be great to figure out where the problem lies, but short term, any help either hard coding the correct names in or hiding the button altogether would be great.

    Link: http://bit.ly/1CocbK9

    https://wordpress.org/plugins/all-in-one-event-calendar/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter web-girl

    (@web-girl)

    Stuart Young on the Timely forum provided this fix:

    Options for disabling the views:

    1. Select only 1 view to be available in Dashboard->Events->Settings –> Viewing Events tab. This should hide all views.

    2. To disable JUST the views pull-down on your site, use the following CSS:

    .ai1ec-nav {
    display:none;
    }
    .ai1ec-filters {
    display:block;
    }
    Note: With the version you’re using, you need to force .ai1ec-filters to be displayed otherwise it gets hidden along with the rest of the nav bar.

    Note: As per my post on the forum, this doesn’t resolve the problem, but it hides the issue so that web-girl can use the plugin for the moment in a limited way.

    It’s a work-around for the issue, which still needs to be addressed by Time.ly. Hopefully that will happen soon, or the underlying bug will be fixed in a later version of Ai1ec.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Calendar Views Button Says "Array"’ is closed to new replies.