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
Go! - Submit in Category side bar ???
Re: Go! - Submit in Category side bar ???
To submit the query if one selects multiple categories using the checkboxes before them.msp_erv wrote:what is the Go! form submit supposed to do in category sidebar?
Disable selecting multiple categories in the configuration of the categories plugin.msp_erv wrote:how do we get rid of them?
YL
Re: Go! - Submit in Category side bar ???
thank you
whan i do this however....
the 'All categories' link is needlessly left behind....
thoughts?
whan i do this however....
the 'All categories' link is needlessly left behind....
thoughts?
Re: Go! - Submit in Category side bar ???
style.css:msp_erv wrote:the 'All categories' link is needlessly left behind....
Code: Select all
.category_link_all { display: none; }