This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

image search results help

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #44795
    lenrodmanlenrodman
    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 MarcinkoErnest 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;
    }
    #44810
    lenrodmanlenrodman
    Participant

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

    #44813
    Ernest MarcinkoErnest 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.

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