Landing page results order & hide title

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Landing page results order & hide title

This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 1 year, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #40637
    jcornaby
    jcornaby
    Participant

    Really sorry to ask you logical questions, but I have looked everywhere for the following:

    1. Hide the title on the results, I found where to hide the description but not the title. Or can it show on hover?
    2. When I first land on the page, I want the results to show alphabetically. I have set up the setting in my screenshot, but it does not appear to work.

    https://staging2022.despatchcloud.com/integrations/

    Attachments:
    You must be logged in to view attached files.
    #40645
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    1. You can try this custom CSS to hide the titles and only show on hover:

    .asp_content {
        opacity: 0;
    }
    
    .item:hover .asp_content {
        opacity: 1;
    }

    2. When using the auto-populate the ordering depends on the settings, use these settings to use the default ordering: https://i.imgur.com/f7wsLZi.png

    Best,
    Ernest Marcinko

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


Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.