Helix Ultimate - Override / Customize Search Box - Question | JoomShaper

Helix Ultimate - Override / Customize Search Box

NEROVIK

NEROVIK

Extension 2 years ago

Hello, Template is defined with Fullwidth Left + enable search = true. I read carefully https://www.joomshaper.com/documentation/helix-framework/helix-ultimate-2/template-views-override With css I can easily change the search input box appearance. I wish I got something like this : https://codepen.io/ahmadbassamemran/pen/rNjMXqg

I would like to add <span class="icon"><i class="fas fa-search"></i></span> but nothing change whatever com-finder, com-search, mod-search I override.

In \plugins\system\helixultimate\overrides : mod-finder does not exist, is it normal?

Could you confirm what file(s) should be overwritten? Thanks in advance

1
7 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #57635

You have followed the override system for component. But for module, it is different. Add your overriddes in this location: templates/shaper_helixultimate/html/mod_finder/default.php Then it will work.

0
NEROVIK
NEROVIK
Accepted Answer
2 years ago #57299

???

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #57303

Hello NEROVIK

We are using Joomla default module here. You can find the file here: modules/mod_finder/tmpl/default.php Then you can override it following Helix Override system. Please follow this documentation

Best regards

0
NEROVIK
NEROVIK
Accepted Answer
2 years ago #57359

As I told it before, I read the documentation. As it is indicated, I created:

\templates\shaper_helixultimate**overrides\mod_finder\default.php**

Just to test I have modified line 35 the appearance of the button

$output .= '<button class="btn btn-primary"

by

$output .= '<button class="btn btn-secondary" 

No change visible. The search button within the mainmenu is still btn-primary. Its is not the right file to modify then.

0
NEROVIK
NEROVIK
Accepted Answer
2 years ago #57611

+1 thanks

0
NEROVIK
NEROVIK
Accepted Answer
2 years ago #57643

ok thanks. Your documentation is not clear

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #57723

You are welcome. I don't totally agree with the statement. The documentation seems okay.

https://prnt.sc/26xh9cr

The trouble is finding that you need module override. Anyway, thank you for accepting the answer.

0