Hi there,
I installed the plugin Fibosearch. I added the option in the settings menu. The search bar also appears for a second when the page is reloaded, but then disappears again. Why is that?
best regards,
Alex
Hi Alex,
We’re not familiar with that plugin unfortunately, what did you add and where exactly? I can see something flickering on reload next to the cart icon on my end, but I’m not sure exactly what it is.
Best regards,
Rikard
Hi Rikard,
exactly. Its just flickering for a second. I added the shortcode to the main menu (Design -> Menu -> header kat). dgwt_wcas_search_box.
Best regards,
Alex
Added the code:
#menu-item-19901 {
overflow: visible !important;
}
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
min-height: 40px !important;
}
Now bar is here, but not in line with the menu.
Is there any fix for that?
best regards,
Alex
Ok, this is solved.
#menu-item-19901, .dgwt-wcas-search-wrapp {
width: 300px;
}
.dgwt-wcas-search-form {
margin-bottom: 0 !important;
}
#menu-item-19901 {
height: 88px;
display: flex;
align-items: center;
}
#top .av-main-nav .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
padding: 10px 15px 10px 40px !important;
}
Searchbox was affected by theme css.
You can close this.
Thanks.
Hi,
Great, I’m glad that you found the problem, and thanks for the update. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard