Forums

[resolved] how to remove the search box from inove theme (13 posts)

  1. taruntanu
    Member
    Posted 2 years ago #

    can anyone tell me howw can i remove the search box from invoe theme ?

  2. kjagen
    Member
    Posted 2 years ago #

    remove the code from the template, i think the header.
    I moved it to the sidebar

  3. taruntanu
    Member
    Posted 2 years ago #

    could you tell me the exact code what should be removed this is my site link http://www.telecomtalk.info

  4. kjagen
    Member
    Posted 2 years ago #

    This I think

    <!-- searchbox START -->
    <div id="searchbox">
    <form action="http://www.google.com/cse" method="get">
    <div class="content">
    <input type="text" class="textfield" name="q" size="24" />
    <input type="hidden" name="cx" value="005514133476136532792:evm7ydjy9m0" />
    <input type="hidden" name="ie" value="UTF-8" />
    <span class="switcher" >Switcher</span>
    </div>
    </form>
    </div>
    <!-- searchbox END --

  5. taruntanu
    Member
    Posted 2 years ago #

    Yeah thanks

  6. washedupgamer
    Member
    Posted 2 years ago #

    Anyone know where I can find this searchbox code? I'm still a WordPress newb. I've click in all of the template files through the admin panel but I can't find where the code is. If I check the source code of my website through my browser I can see it there, but nowhere else.

    Website: http://www.washedupgamer.com

    What I'm trying to do is find this code and replace it with Google Adsense for Search code.

  7. washedupgamer
    Member
    Posted 2 years ago #

    Well I found where the code was but I can't get the Google search box to vertically align. :)

  8. humorum
    Member
    Posted 2 years ago #

    Where is the search box code, I can not find this code in any php file ?

  9. murali.fbf
    Member
    Posted 2 years ago #

    Hi all,

    This issue is not resolved.
    I am waiting for someone help us in finding where is the search code.

    I want to replace it with AdSense code.
    Please help

  10. figaro
    Member
    Posted 2 years ago #

    @murali.fbf: You may want to start a new thread and include a link to your site.

  11. sheltron
    Member
    Posted 2 years ago #

    The php file which contains the searchbox code doesn't appear in the list of php files in WordPress. You can find it using ftp

    Inove >> template >> header.php. Just comment out the code with <php /* and close it with */ ?>

  12. ikelove
    Member
    Posted 2 years ago #

    Just to add, the header.php file DOES appear in the WordPress admin page, however, for some strange reason, the code for the searchbox doesn't appear in the file. To view the code, just like Sheltron said, you have to view it through your ftp client, make the changes there through a text editor like Notepad, and upload it back to the server.


  13. Member
    Posted 2 years ago #

    You can make the header part available to edit if you want, open this in a notepad file from an ftp:
    /wp-content/themes/inove/template/header.php

    now from your admin panel, go to the viewable "header" file, and look for this in it:
    include(templates/comments.php)
    where ever that line is located, replace that line with the source from template/header.php

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags