And the author is?....
I've reviewed the install documents but don't see any reference.
Thanks, Lynn
And the author is?....
I've reviewed the install documents but don't see any reference.
Thanks, Lynn
You will find the authors info in the javascript file.And the author is?....
I've reviewed the install documents but don't see any reference.
Thanks, Lynn
Thanks,
Anne
That's because it's not telling the font what to do, it's telling the div what to do...............
See, right now, it looks like this, right?
Well, now let's add an "a" to it, so it will tell the font what to do:Code:#navBreadCrumb{font-size: 2.0em;font-weight: bold;margin: 0em;padding: 0.5em;}
Code:#navBreadCrumb a {font-size: 2.0em;font-weight: bold;margin: 0em;padding: 0.5em;}
Then, you will notice the difference. With you having the font-size: 2em;............it's pretty big.
Anyway...............hope this helps.
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!
It works, thanks very much.
I am new to all this. Which php file refers to #navBreadCrumb?
Oh......Sorry. It's the same stylesheet that you was trying to edit to no avail:
/includes/templates/all_business/css/stylesheet.css
I also just noticed that you've got 2 separate stylesheets loading..............."stylesheet.css" and "stylesheet_backup1.css", which can cause you some MAJOR headaches trying to get everything right, when these two stylesheets are fighting against each other.
You really should use a ".txt" extension or a ".bak", so ZC won't pick it up. Something like "stylesheet_backup1.css.bak".
Last edited by Get Em Fast; 27 Apr 2011 at 10:46 AM.
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!
Oh.......wait..............you said "which PHP file", didn't you? You can find the code for it in "includes/templates/template_default/common/tpl_main_page.php" starting at around line 193, and looks like this:
Hope that's of some help. Although, I don't know why you're looking for it????Code:<!-- bof breadcrumb --> <?php if (DEFINE_BREADCRUMB_STATUS == '1' || (DEFINE_BREADCRUMB_STATUS == '2' && !$this_is_home_page) ) { ?> <div id="navBreadCrumb"><?php echo $breadcrumb->trail(BREAD_CRUMBS_SEPARATOR); ?></div> <?php } ?> <!-- eof breadcrumb -->
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!
Hi Anne,
We're on the home straight now !
A customer has pointed out to us that in our old template design you were able to sort by price low / high whereas the new design (being the all business template) does not allow this.
The column grid layout on this template only has sort alphabetically. There is a filter option to filter by titles beginning with a,b,c etc but no all round sort by price. (It is available if you navigate to all products which is displayed in a list form)
Is there any way of add in sort by price onto the main product pages ?
This is not a problem with the template. You are confusing the new/featured/specials/all product listing page with the product listing pages. The new/featured/specials/all product listing pages have this functionality but the product listing page does not. See all possible settings for the product listing page here:Hi Anne,
We're on the home straight now !
A customer has pointed out to us that in our old template design you were able to sort by price low / high whereas the new design (being the all business template) does not allow this.
The column grid layout on this template only has sort alphabetically. There is a filter option to filter by titles beginning with a,b,c etc but no all round sort by price. (It is available if you navigate to all products which is displayed in a list form)
Is there any way of add in sort by price onto the main product pages ?
http://www.zen-cart.com/wiki/index.p...roduct_Listing
If you search the forum you will probably find instructions for adding the filter that you want to the product listing page.
Thanks,
Anne
Hi Anne,
Thanks for the response. I have indeed found and implemented the code.
For anyone elses reference it can be found here
Bookmarks