Bug with pagination Events Manager
-
Hi,
I get a strange behavior from widget logic. I use Events Manager plugin and it has the possibility to display events with pagination. I setted up a widget with this configuration:
!is_page(<em>name_page</em>)
to display it on all pages except the page inside the conditional tag.My problem is when, inside the “Calendario” page, I click to the pagination link. The Url appears like this:
localhost:8888/domain_name/calendario/?pno=2
. I checked ifis_page('calendario')
and I get a ‘Yes’ response (with the echo function on php).So, why Widget Logic doesn’t display this widget when I’m inside a paginated page?
- The topic ‘Bug with pagination Events Manager’ is closed to new replies.