-
AuthorPosts
-
January 3, 2013 at 8:43 pm #183616
I am using the head-search position for login links that need to appear on every variation on the layout. If you look in the template manager, the head-search position disappears from the XTablet layout only, I’d like to add it back in, seems like a bit of a glitch that it disappears in the first place. See attached image.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 5, 2013 at 10:37 am #478525Hi,
That position is hidden in that layout by default, you can have it shown by opening file: templatesja_merotplsblocksmainnav.php
you can find this code:
[PHP]
<!– HEAD SEARCH –>
<div class=”span4″ data-xtablet=”hide”>
<div class=”head-search”>
<jdoc:include type=”modules” name=”<?php $this->_p(‘head-search’) ?>” style=”raw” />
</div>
</div>
<!– //HEAD SEARCH –>
[/PHP]remove this code: data-xtablet=”hide”
2 users say Thank You to Saguaros for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Saguaros 11 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
head-search position not included on xtablet layout
Viewing 2 posts - 1 through 2 (of 2 total)