jdj333
Forum Replies Created
-
Ok I had to go in and hard code this. Apparently the calendar-day.php has no argument for pagination! I had to set em-events.php (Events for a specific day template) to events-list.php rather than calendar-day.php and in the events-list.php I account for the argument of selected day to be passed if isset:
//specific day PAGINATION FIX!!!
if(isset($_REQUEST['calendar_day'])) {$args['scope'] = $_REQUEST['calendar_day'];}
I am having a similar issue with a clean install and WP 3.4.2 and up to date events manager 5.2.5. Here is my site: http://askyourpc.com/test/ when you click on the 29th which has 5 events you will see that pagination is not working. http://askyourpc.com/test/events/?calendar_day=2012-09-29 it is supposed to only show 2 per page and pagination should work but does not. If anyone has a solution it would be GREATLY appreciated!
Is there a way to make it so search will search the titles/description of the file after you upload it?