Sorry if this has been asked already, I did a quick search and found nothing.
Is it possible to have the search box in the breadcrumbs?
Sorry if this has been asked already, I did a quick search and found nothing.
Is it possible to have the search box in the breadcrumbs?
Almost anything is possible.
You could try moving the code for the search from the tpl_header.php to the tpl_main_page.php
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
I think I located the search code in tpl_header.php:
Code:<div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>
The trouble is I don't know where to inject it into tpl_main_page.php.
Putting it directly after
doesn't seem to do anything.Code:<div id="navBreadCrumb"><?php echo $breadcrumb->trail(BREAD_CRUMBS_SEPARATOR); ?></div>
The page is http://www.fashionfiesta.ca/zencart. I want the search input field to right-align so it appears under the logo.
I guess it's no biggie if it's not possible, but it'd be something that's nice to have.
Thanks in advance.
Make sure you have the search enabled for the Single Column status only in the Admin> Tools> Layout Boxes Controller
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
A-HA! It's perfect! :)
Thank you very much for the quick response, I wasn't expecting to get it so quickly!
No problem - happened to be in the right place at the right time.
Don't forget the coffee fund.![]()
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
Great.. just showed it to the client cause she asked for it in the first place and now she doesn't like it.
Oh well at least I learned something.
Will be glad to buy you guys a coffee. Cheers.
Clients - gotta' love'em.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.