sureswiftcapital / WP-Google-Calendar-Events

Legacy version/fork of the Google Calendar Events 2.4 WordPress plugin. Intended for backwards compatibility only.
https://wordpress.org/plugins/legacy-google-calendar-events/
29 stars 18 forks source link

Back/Next links in widgets conflict with other widgets #59

Closed SyntaxBlitz closed 8 years ago

SyntaxBlitz commented 8 years ago

I have a Calendar widget with back/next links, and then a List widget right below the Calendar. The List widget has the "Show Paging Links" box unchecked. When I click back or next on the calendar, both links disappear. This doesn't happen when paging links are displayed for both of the widgets.

I used a quick CSS workaround for now; I just show paging links for both widgets and then add display: none to a .gce-list .gce-navbar selector. But when I don't show paging links for the List widget, the Calendar's paging links are actually removed from the DOM when I click on one of them.