• Hi,

    On the site I am currently building I want to remove the search bar, this is hardcoded as there is no widget.

    I have looked in the sidebar php code but im not sure what to remove, the site is dvcamcorder(.)org.

    Heres the code.

    [code moderated as per forum rules - please use the pastebin]

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Alwyn Botha

    (@123milliseconds)

    Link to site alone would not help, please post file again

    Thread Starter fringe

    (@fringe)

    This is a link to the code

    http://pastebin.com/f4mXpEnk

    Artiseer… yuk.

    Look for the <form></form> tags.

    Thread Starter fringe

    (@fringe)

    Cant find them!!

    Whats artiseer ?

    indeed – a bit overheavy just to style a few round corners.

    try to remove all this:
    http://pastebin.com/CNbC8qAB

    backup first.

    ps:
    artisteer is a software to create themes – your theme seems to be based on this.
    probably ok, when you just use the created teme as it is – not so ideal if you want to modify things.

    Cant find them!!

    They are right there, in the code you posted:

    <form method="get" name="searchform" action="<?php bloginfo('url'); ?>/">
    <input type="text" value="<?php the_search_query(); ?>" name="s" style="width: 95%;" />
    <span class="art-button-wrapper">
            <span class="l"> </span>
            <span class="r"> </span>
            <input class="art-button" type="submit" name="search" value="<?php _e('Search', 'kubrick'); ?>"/>
    </span>
    
    </form>

    Whats artiseer ?

    Artiseer is the program used to generate that Theme.

    Thread Starter fringe

    (@fringe)

    Thats great, fixed.

    Thanks for the help guys.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Remove hardcoded sidebar’ is closed to new replies.