Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #679559

    Hi Support,

    When I use the search icon (search field) on http://www.railcenter.nl and I put in a word which gives no result I get a new page with suggestions and some suggested articles.

    How can I change te results on this particular resultpage?

    Thank you very much.
    Met vriendelijke groet, Willem Eelman PM

    #680529

    Hi AppelenEelman,

    What exactly are you looking to change? Please try to explain a bit further.

    Best regards,
    Rikard

    #680689

    Hi Rikard,

    I cannot put in a printscreen zo I wil try it wilth an url.

    Go to http://www.railcenter.nl/?s=sponsor and you will hopefully see what I mean. How can I change the tekst / results on this page?

    Met vriendelijke groet, Willem Eelman

    #681962

    Hi,

    Sorry for the late reply, that should be the search.php template though I’m still not sure exactly what you are looking to change?

    Regards,
    Rikard

    #682074

    Hi Rikard,

    Here is a link to a screenshot in my dropbox https://www.dropbox.com/s/yh16ant9om44bn7/2016-09-05_11-09-32.png?dl=0

    Met vriendelijke groet,
    Willem Eelman PM

    #683453

    Hi,

    You can modify the includes > loop-search.php file.

    <article class="entry entry-content-wrapper clearfix" id='search-fail'>
    <p class="entry-content" <?php avia_markup_helper(array('context' => 'entry_content')); ?>>
                    <strong><?php _e('Nothing Found', 'avia_framework'); ?></strong>
    <?php _e('Sorry, no posts matched your criteria. Please try another search', 'avia_framework'); ?>
    <div class='hr_invisible'></div>
    <section class="search_not_found"><?php _e('You might want to consider some of our suggestions to get better results:', 'avia_framework'); ?>
    <ul>
     	<li><?php _e('Check your spelling.', 'avia_framework'); ?></li>
     	<li><?php _e('Try a similar keyword, for example: tablet instead of laptop.', 'avia_framework'); ?></li>
     	<li><?php _e('Try using more than one keyword.', 'avia_framework'); ?></li>
    </ul>
    <div class='hr_invisible'></div>
    <h3 class=''><?php _e('Feel like browsing some posts instead?', 'avia_framework'); ?></h3>
    <?php
            the_widget('avia_combo_widget', 'error404widget', array('widget_id'=>'arbitrary-instance-'.$id,
                    'before_widget' => '
    <div class="widget avia_combo_widget">',
                    'after_widget' => '</div>
    ',
                    'before_title' => '
    <h3 class="widgettitle">',
                    'after_title' => '</h3>
    '
                ));
            echo '</section>';
    	echo "</article>";

    Best regards,
    Ismael

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