-
AuthorPosts
-
July 11, 2018 at 1:58 pm #984227
Dear support,
is it possible to show product images in the search results?
Thanks for helpingJuly 12, 2018 at 5:27 am #984481Hey dondela,
Thank you for using Enfold.
The following thread should help you with that.
// https://kriesi.at/support/topic/add-featured-image-to-search-results/
You need to make a few adjustments in the includes > loop-search.php.
Best regards,
IsmaelJuly 12, 2018 at 1:18 pm #984711Hey,
thanks for that, it works. Just the css seems to take no effect?.search-result-counter {
padding: 0;
}.search-result-counter img {
width: 100%;
height: 100%;
border-radius: 0px!important;
}July 12, 2018 at 1:50 pm #984744Hi dondela,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.search-result-counter { padding: 0; } .search-result-counter { width: 80px; height: 80px; border-radius: 0px!important; } #top .template-search.content .entry-content-wrapper { padding-left: 90px; }
If you need further assistance please let us know.
Best regards,
VictoriaJuly 12, 2018 at 2:07 pm #984762Thanks Victoria,
i did put the code in the style.css of my child-theme – this did not work, i don´t know why?After putting the code in Enfold > General Styling > Quick Css it works.
July 12, 2018 at 8:06 pm #984881Hi,
have you regenerated the performance CSS?
Best regards,
BasilisJuly 13, 2018 at 9:12 am #985041Hi,
you mean in the enfold > options > performance-settings? I am not sure what to do to regenerate the css?July 13, 2018 at 10:40 am #985094Hi,
Thanks for the update.
Disable the “Performance” > “CSS/Javascript file merging and compression” options temporarily then purge the cache. Did you install a cache or a minification plugin?
Best regards,
IsmaelJuly 13, 2018 at 12:23 pm #985128Hi,
one more thing: The footer on mobile view is not viewing underneath each other. I tried this code but it doesn`t take effect. I am using a Page as footer./*footer untereinander on mobile*/
@media only screen and (max-width: 768px) {
#footer .flex_column { width: 100% !important; margin-left: 0 !important; }}
/*footer untereinander on mobile*/- This reply was modified 6 years, 4 months ago by dondela.
July 14, 2018 at 7:42 am #985417 -
AuthorPosts
- You must be logged in to reply to this topic.