• Hi,
    I’m using Genesis 2.2.2 and just updated to 2.2.3, and AgentPress Listings 1.2.6
    Winning Agent Pro theme.
    I did not add Genesis accessibility in functions.php

    When I select something like the number of bedrooms in the select AgentPress Listings drop down, the results page heading says:
    Search Results for:
    instead of
    Search Results for: 5 bedrooms

    If I do a normal search (from a sidebar search widget), I get: “Search Results for: 5 bedrooms”, as expected.

    Is there something I can do? Thank you!

    https://www.ads-software.com/plugins/agentpress-listings/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Nick C

    (@modernnerd)

    Hi, Marcy! Thanks for the report. This is an issue we’re tracking and hope to solve in a future update. I’m sorry for the inconvenience in the meantime.

    Thanks Nick,

    In the meantime perhaps you could cite a quick work-around such as how do we change the heading from “Search Results for” to just “Search Results”

    It’s a glaring bug on live production sites.

    Thank you again most appreciated!

    Hi Nick,

    Any status on when an update will be published that includes the fix for this bug?

    Thank you very much!

    Plugin Support Nick C

    (@modernnerd)

    Hi Marcus!

    To resolve this for you now, you’re welcome to add this code to the end of the Winning Agent theme’s functions.php file:

    add_filter( 'genesis_search_title_text', 'wap_amend_search_title' );
    function wap_amend_search_title() {
    	return __( 'Search Results:', 'wap' );
    }

    That will result in a title of “Search Results:” instead of “Search Results For:”. I hope that helps!

    Thank you Nick.

    This temporary work around now provides an acceptable heading.

    Hi Nick. Just curious if their is going to be an update in the future? Thank you very much!

    Marcus

    Plugin Support Nick C

    (@modernnerd)

    Hi Marcus,

    I’m not sure when the next update is due out, but thanks for your feedback on this so far.

    For this particular issue, the best course of action is to change or remove the “Search Results for” label in your theme, where that text is controlled.

    For example, AgentPress Pro uses a custom template in place of the default search template, and so the “Search Results for” box never appears on the property search pages: https://demo.studiopress.com/agentpress/?s=test&post_type=listing&types=&bedrooms=4-bedrooms&price=

    For Winning Agent you can continue to use the above filter to amend the search text if you wish, though.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Search results don't show the taxonomy’ is closed to new replies.