• Resolved bezerbezer

    (@bezerbezer)


    Hey guys,

    After the last update, the grid view broke and has taken on some strange behavior. I’m currently running the most recent WP update, 4.2.2.

    –> The event details are viewable without mousing over the date, breaking the grid and making the layout nonsensical.
    –> The grid view goes back to normal (mostly) once you do mouse over the detail info.
    –> However after that happens, the details cannot be seen, as the event dates are not bold and do not have any mouse-over capabilities.

    Here is what it initially looks like when I click the events page.

    Here is the link for my events page.

    I have turned off all my plugins, cleared every cache, and tested for theme conflicts.

    https://wordpress.org/plugins/google-calendar-events/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor Nick Young

    (@nickyoung87)

    Hey can you setup a page with the grid view so we can see it in action?

    Plugin Contributor Fulvio Notarstefano

    (@nekojira)

    Hi there,

    seems your issue is similar to this one https://wordpress.org/support/topic/upgrading-to-version-226-broke-the-way-my-calendar-displays?replies=19

    could you do in the meanwhile the same checks as I suggest in this reply: https://wordpress.org/support/topic/upgrading-to-version-226-broke-the-way-my-calendar-displays?replies=19#post-7209236

    once he’s back I will ask Phil, the other developer, about some change that happened in the last version (I just joined last week) – only a few seem to have this issue and we couldn’t duplicate it yet (could be as well a theme/plugin issue that only emerged with the upgrade, that’s why I suggest to check for plugins/themes as in that reply)

    Thread Starter bezerbezer

    (@bezerbezer)

    Hey,

    Thanks for the quick reply.

    I just actually replaced the events page with a gird view. Some of the css seems to be missing — the event titles don’t have a background color like usual. But the List View is at this link. And the Grid View is at this link.

    that second link is a site under development. It has the same theme, however we can do some testing on there as well since it’s not live. Let me know if that could help.

    Thanks again!

    Thread Starter bezerbezer

    (@bezerbezer)

    Oh hey, yeah I didn’t see that post, thank you.

    I did however go through the usual process of testing before I posted though. I luckily have this other site in development and was able to deactivate all plugins, clear all caches, and switch themes. After everything I could do, still the same results.

    Plugin Contributor Fulvio Notarstefano

    (@nekojira)

    may I know which is your hosting provider?

    Thread Starter bezerbezer

    (@bezerbezer)

    Yes, GoDaddy.

    Plugin Contributor Fulvio Notarstefano

    (@nekojira)

    oh I was just about to suggest this thread https://wordpress.org/support/topic/fatal-error-on-homepage-1?replies=84 then I realized you were the one starting it

    my bad sorry, I just joined the other two people for this plugin

    it seems there are problems with Godaddy cache and this plugin in its current state and I’m rewriting it – but this might take a while

    I will look if I can push some changes in the next release to address the fatal error message mentioned in that thread

    about the errors you describe, I just opened the two links in your last post and the pages look fine – sorry perhaps I misunderstood something? (or maybe the Godaddy cache was purged and now it looks fine?)

    Plugin Contributor Fulvio Notarstefano

    (@nekojira)

    ps if you want a white background calendar on the second link, you can add to your theme

    .gce-page-grid {
        background-color: #fff;
    }

    or if just the grid with calendar days:

    .gce-page-grid table {
        background-color: #fff;
    }
    Plugin Contributor Fulvio Notarstefano

    (@nekojira)

    latest version of the plugin (2.2.7) should fix this

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Grid View Broken After Last Update’ is closed to new replies.