Hello,
I’ve tested the search feature in the navigation in the past but in doesn’t work properly on the last site I’ve developped.
When you click on View all results, I get results but they are not clickable and many are empty. On the URL below, please try “Tech” as keyword.
Find attached also the print screen and credentials.
Tx guys for your help!
Nice day
Marine
Hey newki75,
Thank you for using Enfold.
The title and post meta info are set to not display via css.
.entry-content-wrapper .post-title {
display: none !important;
}
.post-meta-infos {
display: none;
}
You have to remove that css codes or override them with these.
.search .entry-content-wrapper .post-title {
display: block !important;
}
.search .post-meta-infos {
display: block;
}
Best regards,
Ismael
Tx a lot, you can close the issue :-)
Nice day Ismaël
Hi,
Awesome! -Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.
Thank you for using Enfold :)
Best regards,
Ismael