How to move search bar to topbar search component in topbar

zahid wadiwale Posted in Theme Development 7 years ago

I was developing a theme for ossn i want to move search component to topbar and add my site logo in small size instead of the text on topbar which shows site name.Pretty much like facebook. Someone plzz tell me how to move search component in top bar

Replies
Slovak Ondrej Janicko Replied 7 years ago

Edit this file and place Malik form code somewhere wher you want:

/themes/goblue/plugins/default/theme/page/elements/topbar.php

You need accomodate CSS as well.

in Zahid wadiwale Replied 7 years ago

Plz someone help me if any ossn developer there

in Zahid wadiwale Replied 7 years ago

can you plz explain in detail i mean plz tell what page i need to edit should i edit in themes or in component where exactly i need to place the code

pk Malik Umer Farooq Replied 7 years ago

> i want to move search component to topbar

You means you want move search box in top bar if yes write code for form in topbar in form action write look like that

<form action="<?= ossn_site_url(); ?>/search">
 .... Rest of code

</form>