Hi, I have searched for several hours on the posts here, but have not found exactly what I need, so I hope you can help me. I am using the effervescence+ theme and would like to relocate the search box down below the header in the gallery pages. In the current location it is not easily found. I am using wordpress for the remainder of my web site and have inserted a link there to go to the gallery search, but the search box is at the top right corner and not really easy to find.
I'm sure there ia an easy way to do this, so if you could tell me where to find the code for this and specifically what to modify. I assume there is a code in the templates function php file that can be moved. If so please specify the text including all the symbols and brackets and where to paste it. I apologize for my lack of knowledge, but I am having to rebuild a site that I paid a developer to design for me and have spent many hours researching this site.
Thanks so much for your help.
Comments
Then you open the gallery.php file and there you see the following line:
`if (getOption('Allow_search')) { printSearchForm(NULL, '', $_zp_themeroot.'/images/search.png'); }`
If you want the search box below the header you should move this line below
`<?php printHeadingImage(getRandomImages()); ?>`
Then play around a bit with css to get it looking properly and you're done.