fixies in uniscopio.com

This topic contains 22 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 1 year, 3 months ago.

Viewing 15 posts - 1 through 15 (of 23 total)
  • Author
    Posts
  • #40035
    Javier
    Javier
    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 Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #40074
    Javier
    Javier
    Participant
    You cannot access this content.
    #40099
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #40111
    Javier
    Javier
    Participant
    You cannot access this content.
    #40124
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #40127
    Javier
    Javier
    Participant
    You cannot access this content.
    #40131
    Ernest Marcinko
    Ernest 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;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #40139
    Javier
    Javier
    Participant
    You cannot access this content.
    #40145
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #40542
    Javier
    Javier
    Participant
    You cannot access this content.
    #40562
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi Javier,

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

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #40732
    Javier
    Javier
    Participant
    You cannot access this content.
    #40746
    Ernest Marcinko
    Ernest 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

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #40747
    Javier
    Javier
    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.