Magento move search result -


for reason when performs search on site search results not display underneath search box, appear on far left of screen.

any ideas of file configured in?

let me correct myself it's not search results search suggestions

i can't offer direct solution problem, turning on template hints might point in right direction. in admin, go system > configuration, select store view scope drop down @ top left. unless you're running multi-store, or have changed name of default store it'll called "default store view". scroll down "developer" , open "debug" section. turn on both template path hints" , "add block names hints". add div red border around each template in layout , heading includes name of template. liklely screw page layout, show template generated every tag on page , track down issue.

the developertoolbar extension makes turning on/off easier, wouldn't recommend deploying production site.

alan storm's indispensable commercebug tool handly tracking down front end issues. commerdebug can show layout handles , aggregate layout xml used generate current page. both of useful determing why specific block (or wasn't) included.


Comments