Forum Replies Created
-
AuthorPosts
-
Ernest Marcinko
KeymasterI honestly don’t know, because it is definitely caused by either a 3rd party plugin or a custom code – the issue is unfortunately completely unrelated to both Elementor and Ajax Search Pro. If you deactivated Ajax Search Pro and tried the pagination, it is still broken because of the permalink structure.
These issues are very rare and are usually caused by a custom code snippet. If you recently added a code to change the search page permalink structure, that can cause this problem.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterThe back-end login now works perfectly, thank you! However I can’t connect via FTP, can you please check that as well?
I was able to check the date structure, I believe this should be possible via a custom code snippet. Let me know if you can check the ftp access, and I will test a possible solution.
Ernest Marcinko
KeymasterHi!
I believe the easiest way to do it is via custom CSS and embedded SVG, so no modifications are needed to the form itself:
.proinput { padding-left: 30px !important; } .proinput:before { content: ""; position: absolute; display: block; left: 0px; top: 0; bottom: 0; width: 20px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill-rule='evenodd'%3E%3Cpath d='M16.036 18.455l2.404-2.405 5.586 5.587-2.404 2.404zM8.5 2C12.1 2 15 4.9 15 8.5S12.1 15 8.5 15 2 12.1 2 8.5 4.9 2 8.5 2zm0-2C3.8 0 0 3.8 0 8.5S3.8 17 8.5 17 17 13.2 17 8.5 13.2 0 8.5 0zM15 16a1 1 0 1 1 2 0 1 1 0 1 1-2 0'%3E%3C/path%3E%3C/svg%3E") center / contain no-repeat; }Ernest Marcinko
KeymasterHi!
Sure! The issue there is not related to the search plugin. You have either a mod_rewrite .htaccess rule or a custom functional mod rewrite rule, which treats the “/search/” url structure as the alias for the search query so:
“/search/2”
is treated as
“/?s=2”..like a search query, not as pagination. The pagination links are automatically generated by elementor. I recommend checking your .htaccess rules or any custom functions that creates a custom search permalink structure.
December 20, 2024 at 9:33 am in reply to: API REST stops working in version 4.26.12 – 2024-06-25 #52323Ernest Marcinko
KeymasterYes, but the FTP details seem to be incorrect, as I said in my previous post. Can you please check?
Let me know if it requires any special configuration so I can log-in via FTP. Thank you!
Ernest Marcinko
KeymasterYou cannot access this content.
December 19, 2024 at 1:28 pm in reply to: API REST stops working in version 4.26.12 – 2024-06-25 #52314Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterHi!
Thanks for the details! The issue was the “year of publication” filter. By default it had year 2000 selected, instead of the “select year” option. After I changed it, it started working again.
Ernest Marcinko
KeymasterAll right, let me know if it happens again, and I will check!
Ernest Marcinko
KeymasterHi,
Sure!
I have just tested, but everything seems to be okay on my end. I checked on the back-end but the Courses are only within the “Writing coures” and the “Free writing courses” categories, the rest of the categories are empty. I tried to filter, but it seems to be okay: https://i.imgur.com/7gWPu8v.png
Was the issue resolved by now?
Ernest Marcinko
KeymasterHi!
I checked the database and the site is already connected to the purchase code, everything seems to be all right on our ends 🙂
Ernest Marcinko
KeymasterHi!
This may require some custom coding in my opinion – all because of the multidate picker. That is a very complex field and I’m not sure if it’s possible to simply filter based on it’s value, as it’s not a single date, but likely an array of date fields.
However, I believe it is very likely possible to create a radio button or even a checkbox type of filter to choose to show between All/Working Today values.
Can you please add temporary FTP and back-end access? I will have to take a direct look at this, as I don’t know how the multidate picker stores the values. Based on the exact setup I will try to suggest a custom code snippet, which would convert the All/Working Today checkbox/radio filter to an actual results filter in the post processing based on the user selection.
December 16, 2024 at 6:16 pm in reply to: API REST stops working in version 4.26.12 – 2024-06-25 #52287Ernest Marcinko
KeymasterI can’t replicate for some reason, I tried everything. Can you add temporary back-end and sFTP access? I will try to debug this locally.
-
AuthorPosts