Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1033744

    Hi Enfold guys !!!
    I have 3 questions. How I can…

    1. Remove ‘Side Bar’ from this page?
    2. Add Image Item?
    3. Remove Date Item info ?

    My page results –>http://www.aldeadistribuidora.com.ar/?s=aderezos

    Many thanks..
    Claudio

    #1033768

    Hey Claudio,

    To remove the sidebar from the search results pages, please try this solution

    I’m not sure what you mean by “add image item”, do you mean display the images with each search result? Please see this solution

    To remove the dates, Please try this code in the General Styling > Quick CSS field:

    time.date-container {display:none !important;}

    Best regards,
    Mike

    #1034003

    Hey Mike, thanks !!!
    I tried with your solutions and….

    1. Sidebar = OUT.
    But the layout isn’t is on 100% screen. I put the code founded on the link but doesn’t work
    #template-search.content {
    width: 100%;
    padding: 0;
    }

    2. Time = OUT
    How I can remove the time from searchBox results?

    My site –>http://www.aldeadistribuidora.com.ar/?s=aderezos

    Can you help me?
    Thanks

    #1034237

    Hi,
    1: Please try this code in the General Styling > Quick CSS field:

    
    #top.search-results .container .av-content-small.units {
    width: 100% !important;
    border: none !important; 
    border-width: 0px !important; 
    }
    

    2: please try this css:

    span.ajax_search_excerpt {display: none !important;}

    Please clear any cache plugin and your browser cache and check.

    Best regards,
    Mike

    #1034421

    Beautifull! Cool! Excellent!

    Thanks Mike your code works fine..
    Best Regards…

    #1034440

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Search Results Page – Side Bar & Image Item’ is closed to new replies.