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

Landing page results order & hide title

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #40637
    jcornabyjcornaby
    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/

    #40645
    Ernest MarcinkoErnest 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

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