Issues with ajax refresh
-
Hi.
I want to signal two bugs related to ajax:1. Filter bar: a click on anay category in the filter bar changes the layout of the grid. In my example: the position of the meta has change from bottom to top, the fields of the meta is different, category is displayed,…
2. Pagination: I have filtered get_comments_number with add_filter( ‘get_comments_number’, ‘hijacked_comments_to_cat’, 999). My filter is called upon the initial launch of the page. When I hit a filter or a page number, my filter is no longer called. How to make my filter mandatory?
Also, I have 2 feature requests:
3. Is it possible to add category to the meta fields? Please! Right now, I’m hijacking the “comments” field to display it.
4. Regarding the pagination, is it possible to highlight the number of the page currently displayed?Thank you!
The page I need help with: [log in to see the link]
- The topic ‘Issues with ajax refresh’ is closed to new replies.