Hi,
for the Envira add-on, the only solution would be to hack their add-on and remove the rewrite rules some how, if they were kind enough to point out where they are, it could be feasible. However at the moment we are really too busy to hack 3rd party plugins to make them work with GD.
The best solution of all would be to find a gallery plugin that doesn’t rewite URLs when it’s not really needed.
The second problem isn’t a pagination problem, it is CSS.
.home-footer-section .geodir_list_heading a, #home-content-widgets .geodir_list_heading a, .geodir_location_listing .geodir_list_heading a {
bottom: 0;
left: 0;
position: absolute;
}
This is pushing the “view all” link of the sidebar Upcoming events widget on the same line as the pagination links and it is covering them. In fact even in between the pagination link and the view all link it points to the /events/ page.
Thanks