Setting up an wordpress e-commerce site and I like this theme.
Had a through the forums but can't see my questions being asked anywhere so here goes.
1. Would like the search box centre at the bottom of the logo. Two options for this might be to set the logo as a background image and absolutely position the search box or set the search box between the logo and the nav bar with the background colour the same as the header so it looks part of the header. Is any of these optionss possible?
2. The product page feature with the zoom thumbnalis is good. Is the theme compatible with the MajicZoom plugin.
I haven't personally tested Market with that plugin, however most plugins don't seem to have a problem. The only plugins that seem to have problems, are ones that conflict with "phpThumb" or "lightbox". I'd check the support area of MajicZoom, and see if they report any problems with those two plugins.
As far as your first question goes, to do what you're after — all you'd really need to do is change around some of the code in the "header.php" file of Market theme.
Rather than doing the logo as a background image (and risk losing the built-in ability for logo upload), I'd suggest just moving the search <form> and <input> tags up into the "logo" <div> tag.
That'd probably be the easiest way.
2:52 pm November 12, 2009
Jim
Guest
3
Thanks for the quick reply.
I'm not a coder but will have a go at anything with instructions. Will you be able to give me details on this.
It might be possible if you alter the "market_display_pd_thumbs()" function in the "functions.php" file, but I don't have the code to offer you for it.