Forum Replies Created
-
AuthorPosts
-
Ernest Marcinko
KeymasterYou are very welcome.
January 17, 2024 at 10:23 am in reply to: Ajax Search Pro for WordPress Default functionality support #46639Ernest Marcinko
KeymasterOh okay, I see.
In that case I suggest rather creating another search instance as well (you can duplicate the first one for ease of use) to have some separation. On the header search remove the settings as you don’t need that.
Then place the second search bar into a sidebar position on the results page. Check the theme builder/editor if it offers any sidebar widgets, usually modern themes allow adding another column where you can put any shortcode or widget and place the second search shortcode there.
This way you will have the header search separately configured and they will not conflict.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterCheck if the search box was not disabled for mobile devices: https://i.imgur.com/RzhV61l.png
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterHi Zach,
Still no date unfortunately, I am working on it every day though.
You can follow the develoment in the dev branch I created and also apply to be a beta tester if you want early access to the next release.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterHi,
The product description should be automatically displayed, if the content or the excerpt field is filled and selected. Make sure the primary and secondary fields are set like this: https://i.imgur.com/Wxdtiks.png
..and the advanced content field is set to default: https://i.imgur.com/7HyzWtB.pngTo display in stock products only, please check this documentation.
January 16, 2024 at 4:28 pm in reply to: Ajax Search Pro for WordPress Default functionality support #46621Ernest Marcinko
KeymasterI’m sorry for the late response.
I would suggest using the regular search shortcode, and also setting the search settings drop-down to visible and block by default.
Make sure to also check out the search settings documentation on how to create specific filters.Ernest Marcinko
KeymasterHi,
This documentation should help you importing the options and verifying and replacing the shortcode from the Lite to Pro version.
Let me know if something is not working.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterHi,
I’m afraid for this you may need some sort of a custom code. I suggest using the asp_results hook, as it serves mainly for manipulating the results before display.
The rough outline of the code is, that you loop through the items, gather the variations by products in an array, then check the occurences and remove the unwanted items accordingly.I usually suggest a custom code where I can, but this may be a bit more complicated than that.
Ernest Marcinko
KeymasterHi,
Sure!
Make sure only the “publish” post type is entered to be returned here: https://i.imgur.com/oLIc3GE.png
By default it should bepublishonly. With that nothing else than published products should appear to every user, regardless if they are logged in or not.Ernest Marcinko
KeymasterYou cannot access this content.
-
AuthorPosts