Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #984227

    Dear support,
    is it possible to show product images in the search results?
    Thanks for helping

    #984481

    Hey 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,
    Ismael

    #984711

    Hey,
    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;
    }

    #984744

    Hi 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,
    Victoria

    #984762

    Thanks 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.

    #984881

    Hi,

    have you regenerated the performance CSS?

    Best regards,
    Basilis

    #985041

    Hi,
    you mean in the enfold > options > performance-settings? I am not sure what to do to regenerate the css?

    #985094

    Hi,

    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,
    Ismael

    #985128

    Hi,
    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.
    #985417

    Hi dondela,

    The footer looks to be stacking fine on my end using Chrome, could you post a screenshot of the problem please?

    Best regards,
    Rikard

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