Longy

Member

Forum Replies Created

  • In reply to: Search Box

    #25425

    Many thanks. Seems therefore the problem is with my machine. I am pretty sure though that Widdit has caused the problem, and I suspect it has got into my PC without me knowing. I cannot find it anywhere – I suppose it is hiding. Its purpose seems to be to hijack the search and send the searcher to adware relared sites.

    Anyway, really appreciate your help

    Kind regards

    In reply to: Search Box

    #25423

    meant to add that this search problem only seems to be the case when I use google chrome to access my sote

    In reply to: Search Box

    #25422

    Sorry I had taken the search box off. I have now put it back. I have since discovered that there appears to some sort of problem with something called widdit. When I inspect the element I find this in it. But it does not appear in the code as per the code I submitted in my last post. I am worried about what widdit is?

    In reply to: Search Box

    #25420

    Hi

    Many thanks for your help. I’m not an expert, but I do not think I am using the google search. The site is http://www.autoracesponsor.co.uk. The code that is in the search form editor is:

    <form id="searchform" class="searchform" method="get" action="<?php echo get_home_url(); ?>">
    <p class="clearfix default_searchform">
    <input type="text" name="s" onblur="if (this.value == '') {this.value = '<?php _e('Search','graphene'); ?>';}" onfocus="if (this.value == '<?php _e('Search','graphene'); ?>') {this.value = '';}" value="<?php _e('Search','graphene'); ?>" />
    <button type="submit"><span><?php _e('Search', 'graphene'); ?></span></button>
    </p>
    <?php do_action('graphene_search_form'); ?>
    </form>

    Still not sure what to do

    Kind regards

Viewing 4 posts - 1 through 4 (of 4 total)