• Resolved fabryven

    (@fabryven)


    Hello everybody.

    I’m testing this great plugin on a new site and I’m doing some testing.

    I wanted to ask how I can add a phrase when a location or category search does not find results like:
    “I’m sorry but no ads could be found in this search”

    I looked a bit in the template files but couldn’t find anything to change that.
    where can i solve?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    hello,

    Thank you for identifying this issue,
    =>we have a templating system, To get that you need to add theme support rtcl.

    Also, we have fixed this issue in our next version.
    =>For the current feature, you can add this hook to your functios.php file at your theme.

    add_action('rtcl_shortcode_listings_loop_no_results', [Rtcl\Controllers\Hooks\TemplateHooks::class, 'no_listings_found']);

    Thanks

    • This reply was modified 2 years, 7 months ago by RadiusTheme.
    Thread Starter fabryven

    (@fabryven)

    great. i solved thanks

    Thread Starter fabryven

    (@fabryven)

    sorry another question if I can continue here

    what is the correct syntax for the schortcode of a single ads type (without category or location) but only all ads of that type?

    thank you all

    Plugin Author RadiusTheme

    (@techlabpro1)

    Sorry, right now we don’t have this shortcode. I noted will add it in a future version.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘text no results found’ is closed to new replies.