Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › fixies in uniscopio.com
- This topic has 22 replies, 2 voices, and was last updated 3 years, 4 months ago by
Ernest Marcinko.
-
AuthorPosts
-
November 19, 2022 at 1:31 pm #40035
Javier
ParticipantHi Ernest,
I am ready now to proceed with the support.
I have listed below my current issues and concerns. You can have a quick look and confirm if you can work on them. I will buy the support right after your confirmation.
1. Add filters below the search bar with three types, only display results for selected
Residencias – Master – GradoTranslation: “accommodation” – “master degree” – “bachelor degree”
Content type: (residencias = blog post) (master = CPT) (grado = CPT)Mockup: https://www.awesomescreenshot.com/image/34555051?key=bfb73e576cbd40f02f0ded052dd7b9cc
2. Add custom fields in search results for Residencias
In past, I was able to display custom fields information about Grados in search results.
https://www.awesomescreenshot.com/image/34555064?key=0da29c2d49fea0a88a420bd7341075afI might have forgotten how to add them but when going ajax search pro app, I can’t find where to add these fields again for the Residencias listings.
https://www.awesomescreenshot.com/image/34555080?key=f5487959ae74b8af4d3159326383a62d
I would like to add custom fields such as price, city… that are added in those blog post but I do not remember how.
3. Problem with selecting the colours in the Ajax Search Pro and saving. Issue we start this thread
https://www.awesomescreenshot.com/video/11298525?key=3c2bb25e9410ccc45f450a515497741a
4. I would like to order results with those marked as featured appearing top. I guess this is possible but i couldnt find the way to do.
Thank you a lot. Javier
November 21, 2022 at 12:54 pm #40053Ernest Marcinko
KeymasterHi,
1. Depending on the filter types, I recommend checking the taxonomy term a and custom field filters documentation. Then you can set the search settings to a block position and to display automatically.
2. This documentation will help you with that.
3. The issue is caused by this file: https://uniscopio.com/wp-content/plugins/salient-core/includes/nectar-addons.css?ver=1.9.6
I believe is the nectar addons plugin or something similar. I am not sure why this file is enqueued on our plugin back-end, they may have forgot to add conditional checks where to load their assets.
Disabling the plugin temporarily will resolve the issue.4. Your best option here is to use the result individual pirority settings. That will make sure to always prioritize the results you configure.
November 21, 2022 at 6:21 pm #40074Javier
ParticipantYou cannot access this content.
November 23, 2022 at 10:00 pm #40099Ernest Marcinko
KeymasterHi,
1. In that case you can also try the inclusions by category. That will allow results from that specific category only.
2. Yes, exactly. Anything in the bracket “[ ]” syntax is only displayed if all the fields inside have valid values.
3. The only thing you can do about that is to disable the plugin until you finish the setup for ajax search pro, that is the safest way. You can add temporary FTP access if you want to, I can try a fix on the spot as well.
4. By default everything is 100, yes. Bulk editing to 90 is a very bad idea. Individual priorities are good for cases, when you have only a few items to prioritize. If you want to prioritize a larger number, you can also check the group priorities.
November 24, 2022 at 1:29 pm #40111Javier
ParticipantYou cannot access this content.
November 24, 2022 at 4:01 pm #40124Ernest Marcinko
KeymasterHi Javier,
1. Try this custom CSS to force a white color on the texts:
.asp_sb * { color: white !important; }2 & 3. All right 🙂
4. Yes, setting to 101 is the standard practice, that will work.
November 24, 2022 at 4:17 pm #40127Javier
ParticipantYou cannot access this content.
November 24, 2022 at 4:48 pm #40131Ernest Marcinko
Keymaster1. Try this custom CSS for that:
.asp_w form[name=options] fieldset, .category_filter_box { min-width: 100% !important; max-width: unset; display: flex; }November 25, 2022 at 10:07 am #40139Javier
ParticipantYou cannot access this content.
November 25, 2022 at 10:59 am #40145Ernest Marcinko
KeymasterTry maybe this variation:
.asp_w form[name=options] fieldset, .categoryfilter, .category_filter_box { min-width: 100% !important; max-width: unset; display: flex; }This seems to work on mobile too when I tested on the demo.
December 18, 2022 at 2:29 pm #40542Javier
ParticipantYou cannot access this content.
December 19, 2022 at 4:00 pm #40562Ernest Marcinko
KeymasterHi Javier,
You can change that text here: https://i.imgur.com/VZ5fpiW.png
January 4, 2023 at 8:14 am #40732Javier
ParticipantYou cannot access this content.
January 4, 2023 at 2:26 pm #40746Ernest Marcinko
KeymasterHi Javier,
The margin is added by the container element (salien builder) from this CSS rule:
.wpb_wrapper>div { margin-bottom: 24px; }To negate the effect, use this custom CSS:
.asp_w_container { margin-bottom: 0 !important; }Also, if there is further space, you can reduce it here: https://i.imgur.com/AOi1T1l.png
January 4, 2023 at 3:08 pm #40747Javier
ParticipantYou cannot access this content.
-
AuthorPosts
- You must be logged in to reply to this topic.