1. garethcoates
  2. Commercial Templates
  3. Wednesday, 17 July 2013
  4.  Subscribe via email
Hi, I recently purchased the Novation template and have deployed it at http://www.ashfordtownmiddlesexfc.com.

I'm very happy with the results so far and plan to make additional tweaks, but my search module is not showing for site users. I've checked the Module Manager and my Smart Search module is published and set to sit in the position marked "search". All the plugins are published too.

Can someone please tell me what I'm doing wrong? Thanks in advance.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Gareth

By default the search field is built in to the template and is controlled from within the templates parameters. To convert this field to a module position try replacing the following in your templates header.php (../templates/j51_novation/php/layouts/header.php)..



	<?php if($search_onoff == "1") : ?>
<div id="search">
<?php echo $search; ?>
</div>
<?php endif; ?>


With..


<div id="search">
<jdoc:include type="modules" name="search" />
</div>


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks, Ciarán. That worked, but it was what you said immediately before providing the code edits that provided the most elegant solution... I was, frankly, being a bit daft, but it was quite late!

I really appreciate your help and love the template!
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!