Remove hardcoded sidebar
-
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
-
Link to site alone would not help, please post file again
This is a link to the code
Artiseer… yuk.
Look for the
<form></form>tags.Cant find them!!
Whats artiseer ?
indeed – a bit overheavy just to style a few round corners.
try to remove all this:
http://pastebin.com/CNbC8qABbackup 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.
Thats great, fixed.
Thanks for the help guys.
The topic ‘Remove hardcoded sidebar’ is closed to new replies.