Adding a search field to the Maximenu CK
8 years 8 months ago #33057
by adrian_vg
--
//AvG
Replied by adrian_vg on topic Adding a search field to the Maximenu CK
Okay, got the Params package.
Is there a simple way to add the search box to the menu bar?
I not quite sure I understand how to in the link in post forum.joomlack.fr/index.php/4-maximenu-c...he-maximenu-ck#33036 .
Is there a simple way to add the search box to the menu bar?
I not quite sure I understand how to in the link in post forum.joomlack.fr/index.php/4-maximenu-c...he-maximenu-ck#33036 .
--
//AvG
Please Log in or Create an account to join the conversation.
8 years 8 months ago #33060
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Adding a search field to the Maximenu CK
you must edit the menu item, then you will find the options to add the css class and to load a module.
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
8 years 8 months ago - 8 years 8 months ago #33065
by adrian_vg
--
//AvG
Replied by adrian_vg on topic Adding a search field to the Maximenu CK
Assuming I'm looking in the right place, I can't find any css class for the search box.
The below bit however highlights the searchbox when using Firebug.
I still suck at coding, and I've no idea where to start to alleviate that... 8-/
The below bit however highlights the searchbox when using Firebug.
Code:
<div class="finder">
<input type="text" name="q" id="mod-finder-searchword" class="search-query input-medium" size="5" value=""/>
<input type="hidden" name="option" value="com_finder"/>
<input type="hidden" name="view" value="search"/>
<input type="hidden" name="Itemid" value="562"/>
I still suck at coding, and I've no idea where to start to alleviate that... 8-/
--
//AvG
Last edit: 8 years 8 months ago by adrian_vg.
Please Log in or Create an account to join the conversation.
8 years 8 months ago #33066
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Adding a search field to the Maximenu CK
hmmm... no
you have a menu with imagine 5 menu items
in the 6th menu item you create a "separator" type and in the menu item edition page you will find the options as on the screenshot here
docs.joomlack.fr/maximenu-ck/4-list-of-available-css-classes
you shall have a tab "maximenu params" where to add the class name and use the option to load a module
do you see this ?
you have a menu with imagine 5 menu items
in the 6th menu item you create a "separator" type and in the menu item edition page you will find the options as on the screenshot here
docs.joomlack.fr/maximenu-ck/4-list-of-available-css-classes
you shall have a tab "maximenu params" where to add the class name and use the option to load a module
do you see this ?
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
8 years 8 months ago #33067
by adrian_vg
--
//AvG
Replied by adrian_vg on topic Adding a search field to the Maximenu CK
--
//AvG
Please Log in or Create an account to join the conversation.
8 years 8 months ago #33068
by adrian_vg
--
//AvG
Replied by adrian_vg on topic Adding a search field to the Maximenu CK
I found it! Added the module as below.
Is there now a way to tweak the position and add a text like in the upper left search box ("Search...")?
Is there now a way to tweak the position and add a text like in the upper left search box ("Search...")?
--
//AvG
Please Log in or Create an account to join the conversation.
Time to create page: 0.224 seconds