-
AuthorPosts
-
Kristjan Thor Arnason Friend
Kristjan Thor Arnason
- Join date:
- September 2014
- Posts:
- 16
- Downloads:
- 70
- Uploads:
- 7
- Thanks:
- 6
June 26, 2014 at 9:15 am #199167Trying to include a searchbox or similiar in menu on right hand side
as attached image shows // same as on joomlart.comUsing One Page template
Is this possible?
Thank you.
Kristjan / Dagsverk
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
June 30, 2014 at 7:59 am #540587Hi Kristjan,
You can give it a try with workaround below:
– Firstly, open the file: /templates/your_template_name/tpls/blocks/header.php then add this code:
<div class="search-custom">
<jdoc:include type="modules" name="search-custom" style="raw" />
</div>– Secondly, open the file: /templates/your_template_name/templateDetails.xml then add this line:
<position>search-custom</position>
– Thirdly, open the file: /templates/your_template_name/css/custom.css then add this rule:
#ja-header .t3-mainnav {
float: left;
}
#ja-header .search-custom {
float: right;
margin-top: 10px;
}– Finally, go to the search module in backend and assign it to “search-custom” position.
Hope this helps.
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Nazario A 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum