Monday 29 November 2010 12:54:17 pm
Hi, Let's take this one issue at a time, the searchbox first. To get an idea, if you use eZ Webin, where the searchbox can be found in the templates look in extension\ezwebin\design\ezwebin\templates In the pagelayout.tpl the general layout is defined. Around line 40 in that file the page_header.tpl is loaded. If you look in that second file, you'll see how the searchbox get's put in the header. If you want to move that down next to the menu, you'll have to look at a third file page_topmenu.tpl. You will have to try moving some code from page_header.tpl to page_topmenu.tpl and see if you get it to work. You might have to change some css also to get thing aligned etc. A good tool to see what css is active on certain parts/pages you are working on is Firebug in Firefox, or Developer Tools in Google Chrome. They allow you to right click an element and inspect it, that way you discover how to edit the right file. Tip; before you make changes, you might want to copy the ezwebin design into your own design and activate it. Make all changes to the copied design. Let me know if the above is clear and you can move on with the search box. -- Robin
Board member, eZ Publish Community Project Board - Member of the share.ez.no team - Key values: Openness and Innovation.
LinkedIn: http://nl.linkedin.com/in/robinmuilwijk // Twitter: http://twitter.com/i_robin // Skype: robin.muilwijk
|