Page 1 of 1

Go! - Submit in Category side bar ???

Posted: Sun Feb 08, 2009 2:32 am
by msp_erv
what is the Go! form submit supposed to do in category sidebar?

so far no matter what checked boxes or not all it will do is return the site URL

here is blog

http://www.mspflorist.com/florist-blog/'

what is up with this giifieness?

actually i think i do not need this or the check boxes....

how do we get rid of them?

thank you

Re: Go! - Submit in Category side bar ???

Posted: Sun Feb 08, 2009 10:59 am
by yellowled
msp_erv wrote:what is the Go! form submit supposed to do in category sidebar?
To submit the query if one selects multiple categories using the checkboxes before them.
msp_erv wrote:how do we get rid of them?
Disable selecting multiple categories in the configuration of the categories plugin.

YL

Re: Go! - Submit in Category side bar ???

Posted: Tue Feb 10, 2009 4:20 pm
by msp_erv
thank you

whan i do this however....

the 'All categories' link is needlessly left behind....

thoughts?

Re: Go! - Submit in Category side bar ???

Posted: Tue Feb 10, 2009 5:43 pm
by yellowled
msp_erv wrote:the 'All categories' link is needlessly left behind....
style.css:

Code: Select all

.category_link_all { display: none; }
YL