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

Reply To: Landing page results order & hide title

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

#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