• Resolved cannibales1974

    (@cannibales1974)


    Hello:
    How can I customize the search results page if no property appears after using the search form?

    Greetings and thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Estatik

    (@estatik)

    Hi there,

    The template file of this page can be found here >> wp-content/plugins/estatik/templates/archive-properties.php
    But if you change the code, make sure you save your changes as after regular update, the changes will be lost. The best way to modify code is create a child plugin and make all changes there.

    Thanks!

    Thread Starter cannibales1974

    (@cannibales1974)

    I’ve modified the line
    <p style=”font-size: 14px;”><?php _e( ‘Nothing to display.’, ‘es-plugin’ ); ?></p>

    for this one:
    <?php echo do_shortcode(“[elementor-template id=”2381″]”); ?>

    However if I do a search to get no result I still get the message “Nothing to display.”

    Thread Starter cannibales1974

    (@cannibales1974)

    Sorry, for this line:
    <?php echo do_shortcode(‘[elementor-template id=”2381″]’); ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘customize page without results’ is closed to new replies.