I have dolphin 7.1.1, how can I remove the search box in the header? I cannot seem to find any mention of it in the forum.
Thanks,
Dan
I have dolphin 7.1.1, how can I remove the search box in the header? I cannot seem to find any mention of it in the forum.
Thanks,
Dan |
Run the following SQL in phpMyAdmin https://www.deanbassett.com |
Hello You need to go to Dolphin's database -> sys_injections table and remove a row with 'site_search' in 'name' field or replace 1 in 'active' field with 0. Don't forget to clear cache before testing. Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
wow...2 experts working on this! on fire! :D |
Thanks to you both! I have removed it.
Dan |
You can also use CSS: #sys_search_wrapper {display: none;} |
This thread was from a year ago, I doubt they are still working on it.
You can also use CSS: #sys_search_wrapper {display: none;}
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
I know but it might be helpful to anyone who is trying to hide the search box now! :) This thread was from a year ago, I doubt they are still working on it.
You can also use CSS: #sys_search_wrapper {display: none;}
|
Yes, but it had already been correctly answered by Deano and AntonLV... and Anton is one of the Boonex programmers. Any changes you make directly to the css are going to be lost when you upgrade.
I know but it might be helpful to anyone who is trying to hide the search box now! :)
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Any changes you make directly to the css are going to be lost when you upgrade.
Then you are not doing it correctly. |
There is more than one way to skin a cat. Not everyone has the knowledge or understanding of working with databases. I personally try to do anything and everything via css whenever possible and always keep a copy of my css in case I need it. Prukner please tell me how you apply your css. I am a freelance developer and WordPress is my forte. I'm very new to dolphin. Probably 90% of all WordPress themes that I work with have an area in admin that allows you to add custom css that is never affected during WordPress updates. I think that is something that would be FABULOUS in dolphin. |
how can i put code into header in place of search box? |