ancientro
Forum Replies Created
-
Currently both sites are on the latest WP version, 6.7.2. The issue has not happened recently.
I am not sure what WP version was active when the issue happened last time.
I will keep an eye on the WP version as well, if I see the problem happening again.
Did not hear of an outdated WP version causing plugin updates, that is weird. Any idea why that could be? Or any resources where I could read more about it?
- This reply was modified 1 day, 20 hours ago by ancientro.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Huge log file points to lexer.phpYou should post the response here, on a public forum, so people that encounter the same error, like me, can see the solution. Instead of having to go and post on your site again and wait.
- This reply was modified 1 year ago by ancientro.
Forum: Plugins
In reply to: [Directory Listings WordPress plugin - uListing] Pagination Problems FixedAdding another fix here, for a separate pagination issue: When you perform a search and are taken to the results page, clicking page 2 and onward discards the search query args.
This was previously reported in the following thread, point number 1: https://www.ads-software.com/support/topic/pagination-error-when-starting-a-search-from-basic-form-type/
A fix for this bug:
– Open the “ulisting/assets/js/frontend/ulisting-inventory-list.js” file and go to line 162.
– Change:
this.url = updateQueryStringParameter(this.url, 'current_page', this.paginate.page);
to:
this.url = updateQueryStringParameter(window.location.search, 'current_page', this.paginate.page);
- This reply was modified 2 years, 10 months ago by ancientro.
Thank you for the update. This is a very useful setting to have.