Forum Replies Created
-
AuthorPosts
-
Ernest Marcinko
KeymasterYou cannot access this content.
April 24, 2025 at 8:07 am in reply to: Prioritization of custom fields in index table mode does not work as expected. #53784Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterHi,
Well, the only option I see to achieve this is to completely custom code the results page.
The search plugin has no effect on how the results page looks or behaves, that is controlled by the theme (or page builder). The main issue here is that the results page is a single query, and the results are handled in a way that only items from a specific offset to a specific limit are returned for each page. This makes is nearly impossible to make groups, without doing additional queries to make grouping possible.
I have only seen one case in my career in WordPress where someone made something similar to this work (grouoping by post type on the results page), and it was very difficult. Unless you are an expert in theme coding, I wouldn’t recommend trying to achieve this – it is definitely impossible without coding.
I would love to recommend anything, but in this case there is nothing to start off as it’s only doable with custom coding. You can try contacting wpkraken for a quote about this, they may have done something similar before.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterHi!
I see. The results page layout is not controlled by the plugin though, that is controlled by the theme you are using.
If you want to have the same layout as on shutterstock, then you may have to ask the theme developer if there is a way to customize the results page. Most block themes have options to change the results page via the block editor, but it highly depends on the theme you are using. I suggest asking the theme developer about that.
If you need customization jobs then I recommend this service, they are very experienced.
Ernest Marcinko
KeymasterSure!
I have logged in and changed the shortcodes in elementor, now they are side by side: https://i.imgur.com/I7yZgZp.png
Ernest Marcinko
KeymasterI’m still getting the same message after entering the details: https://i.imgur.com/PPb4tox.png
It wants me to enter 2FA authenticator code. Can you turn that off?April 23, 2025 at 7:21 am in reply to: Removing the author, creation date, and comments from Results Display #53770Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterHi,
I don’t think those can be changed if the OS overrides it. That looks like the system prompt, which is inherent from the OS, but you should try this custom CSS:
select.ui-datepicker-month option { background: rgb(255 255 255); color: #1f1f1f; }If it doesn’t change anything, then it’s most likely OS controlled.
Ernest Marcinko
KeymasterI see.
However those are not coming from Ajax Search Pro though. One is reported as “rocket” domain, I guess that is WP Rocket plugin, and the other is “wordpress-seo” domain, that might be Yoast SEO or a similar plugin.April 22, 2025 at 10:04 am in reply to: Removing the author, creation date, and comments from Results Display #53763Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterIt looks all right to me, I don’t see an issue with that custom code.
Ernest Marcinko
KeymasterYes, it’s looking good so far, so probably within 7 days.
Ernest Marcinko
KeymasterHi,
These additional parameters are required for the search to trigger an override. You can either try to change the redirection method to POST or turn off the search override.
-
AuthorPosts