Hello everyone,

I like this theme and I've downloaded and going to use it to my project but I'm looking for some information to take out the colour picker and font size changer from top and put a searchbox instead. And I want to put it on the right side. I'm not a coder so I really need help.

Thanks and waiting for my drupal community to help me out with this issue :-)

Cheers!

Comments

derjochenmeyer’s picture

To remove the colorpicker delete the following code

page.tpl.php, line 24
<?php print fourseasons_adminwidget($scripts); ?>

To output the searchbox (enable on theme setting screen) move the following code:
page.tpl.php, line 94
<?php if ($search_box): ?><div class="block block-theme"><?php print $search_box ?></div><?php endif; ?>

You could place it inside the <div id="headline"> and align it with CSS.

dckantor’s picture

I am trying to activate the search box but the option is greyed out on global and theme specific settings. Is there someplace else I could have deactivated the option??

thanks

dckantor’s picture

found it - module wasn't enabled

dckantor’s picture

I have enabled the search box but it only appears when I am logged in as admin. I have checked the settings and it's supposed to be visible to all users (no boxes checked- I also tried checking all boxes - in the visibility options) and no user can turn it off. Is there someplace else that I should be looking for the settings?

thanks