I've just created a sub-theme from bartik and I have come across a problem with the Sidebar Second. At the moment, it only appears when I am logged in. If I log out it disappears. I have set up the block, not containing the search form, to appear in Sidebar second in the Region Settings , under Default theme and Bartik.
Under "Show block for specific roles" and "Content types" I haven't ticked any boxes and under "All pages except those listed" I haven't listed any pages and left that option selected.
I'm using an Omega subtheme on a site and want to change the main logo on some sub-pages. I've copied an existing delta theme settings and tried specifying the path to a custom logo. The Toggle Display -> Logo setting is deselected and so is the "Use the default logo" setting.
The custom logo is not picked up when I select the delta in a context - the default site logo is always displayed. I've also tried it with an empty "Path to custom logo" setting and would expect no logo to appear at all, but the default logo still appears.
Hi,
I've installed omega 4 by drush omega-wizard (based on basis), everything worked ok until i created folder with layouts - with copied and renamed layout.
Compass has returned:
I have a search page form with checkboxes generated via select_as_checkboxes. The form submits the checkbox selection(s) and return the result on the reloaded search page.
How do I get the checkboxes to be checked (if they were) when the page/form reloads.
If I simply use
'#checked' => 'checked'
then they all get checked of course.
How do I check only those that were submitted via a GET (and are in the querystring)?