Search And Helix Templates - Question | JoomShaper

Search And Helix Templates

MS

Martin Seidl

Helix Framework 1 year ago

Hi Team, I enabled joomla search component menu item: https://www.psychoanalyse-muenchen.de/ (see main menu) but when I use the search tool, the main menu disappaers (for it is regulated via helix and not via modules). What to do do that main menu also appears when searching?

Also: I wanted to alter css styles on the search list page but when I write the code into the custom.css ( „‎/templates/luxyort/css/custom.css“) ist does not work

0
10 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #107961

Hi Martin,

sorry for the delay. In Missing menu was problem with assigned template to search component view, I fixed it in 90sec, just used correct template. The more templates styles you have the more mess may be.

info_622_2023.jpg

0
MS
Martin Seidl
Accepted Answer
1 year ago #107954

???

0
MS
Martin Seidl
Accepted Answer
1 year ago #107963

GREAT! thnx!!!!!

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #107964

About 2nd question , of not used custom.css file - problem was with loading order of that file.

Fixed already. Now is correct order. Just just make sure that your CSS is correct.

info_623_2023.jpg

Added that to help you a little bit

info_624_2023.jpg

reload browser 2x to see changes

0
MS
Martin Seidl
Accepted Answer
1 year ago #107970

thnx a alot but I cant find those lines in my custom. css but never mind, I will add it again

0
MS
Martin Seidl
Accepted Answer
1 year ago #107971

where or how did u change the loading order?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #107984
  1. You had to delete my custom.css - probably we worked in that same time on that file, sorry.
  2. In index.php of template folder
0
MS
Martin Seidl
Accepted Answer
1 year ago #107992
  1. you mean delete the content of custom.css ?
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #108001

I remember I added my part - who deleted it - doesn't matter.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #108004

You can add whole part

.com_search .btn.btn-secondary  
{ padding: 8px 15px; background-color: #36788B; border-color: #36788B}

.com_search .btn.btn-secondary:hover, 
.com_search .btn.btn-secondary:focus {
  background-color: #EA8A01; border-color: #EA8A01; }
0