This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

fixies in uniscopio.com

Viewing 15 posts - 1 through 15 (of 23 total)
  • Author
    Posts
  • #40035
    JavierJavier
    Participant

    Hi 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 – Grado

    Translation: “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=0da29c2d49fea0a88a420bd7341075af

    I 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

    #40053
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    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.

    #40074
    JavierJavier
    Participant

    You cannot access this content.

    #40099
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    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.

    #40111
    JavierJavier
    Participant

    You cannot access this content.

    #40124
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi 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.

    #40127
    JavierJavier
    Participant

    You cannot access this content.

    #40131
    Ernest MarcinkoErnest Marcinko
    Keymaster

    1. Try this custom CSS for that:

    .asp_w form[name=options] fieldset,
    .category_filter_box {
        min-width: 100% !important;
        max-width: unset;
        display: flex;
    }
    #40139
    JavierJavier
    Participant

    You cannot access this content.

    #40145
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Try 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.

    #40542
    JavierJavier
    Participant

    You cannot access this content.

    #40562
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi Javier,

    You can change that text here: https://i.imgur.com/VZ5fpiW.png

    #40732
    JavierJavier
    Participant

    You cannot access this content.

    #40746
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi 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

    #40747
    JavierJavier
    Participant

    You cannot access this content.

Viewing 15 posts - 1 through 15 (of 23 total)
  • You must be logged in to reply to this topic.