image search results help

This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 1 year, 1 month ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #44795
    lenrodman
    lenrodman
    Participant

    https://rodman.ai/?s=black&asp_active=1&p_asid=1&p_asp_data=1&filters_initial=1&filters_changed=0&qtranslate_lang=0&current_page_id=23

    How can I get images on the search results screen please? (see URL)

    Also, how can I get rid of the text in the ajax live search (see attachment)

    #44806
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    The results page layout is a theme related feature, most themes may not be coded to display featured images for media files. It is however possible to request the image URL via a theme function: get_asp_result_field('image');
    If you are using a child theme, then this function can be used to request the result image URLs.

    To remove the title text from the results, it’s probably the best to use custom CSS for the styling to fit properly:

    .asp_content h3 {
       display: none !important;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #44810
    lenrodman
    lenrodman
    Participant

    Can you suggest any themes that will properly display images for me?

    #44813
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Unfortunately I am not very familiar with these theme features. Usually we build our custom themes from the underscores theme – but that does not support it either by default.
    It is probably best to custom code it, it might be much faster.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.