Page 54 of 100 FirstFirst ... 444525354555664 ... LastLast
Results 531 to 540 of 995
  1. #531
    Join Date
    Aug 2008
    Posts
    165
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    And the author is?....

    I've reviewed the install documents but don't see any reference.

    Thanks, Lynn

  2. #532
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: All Business template Support Thread

    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.

    Thanks,

    Anne

  3. #533
    Join Date
    Apr 2011
    Posts
    39
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by jadedev View Post
    #navBreadCrumb{font-size: 0.95em;font-weight: bold;margin: 0em;padding: 0.5em;}
    in
    /includes/templates/all_business/css/stylesheet.css
    website:

    chefscircle.com.au/cart

    I tried setting font size to 2.0, thinking 2.0 is twice of 0.95, but still no change.

  4. #534
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: All Business template Support Thread

    Quote Originally Posted by jadedev View Post
    website:

    chefscircle.com.au/cart

    I tried setting font size to 2.0, thinking 2.0 is twice of 0.95, but still no change.
    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?

    Code:
    #navBreadCrumb{font-size: 2.0em;font-weight: bold;margin: 0em;padding: 0.5em;}
    Well, now let's add an "a" to it, so it will tell the font what to do:

    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!

  5. #535
    Join Date
    Apr 2011
    Posts
    39
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    It works, thanks very much.

    I am new to all this. Which php file refers to #navBreadCrumb?

  6. #536
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: All Business template Support Thread

    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!

  7. #537
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: All Business template Support Thread

    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:

    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 -->
    Hope that's of some help. Although, I don't know why you're looking for it????
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  8. #538
    Join Date
    May 2008
    Posts
    188
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    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 ?

  9. #539
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: All Business template Support Thread

    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:

    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

  10. #540
    Join Date
    May 2008
    Posts
    188
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Hi Anne,

    Thanks for the response. I have indeed found and implemented the code.

    For anyone elses reference it can be found here

 

 
Page 54 of 100 FirstFirst ... 444525354555664 ... LastLast

Similar Threads

  1. v150 facebook all [support thread]
    By sourceaddons in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 19 Mar 2019, 04:10 PM
  2. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  3. All Business template -v1.5
    By heloparis in forum Addon Templates
    Replies: 5
    Last Post: 9 Apr 2012, 03:00 PM
  4. Business Activity Report 1.5.0 Support Thread
    By gharls in forum All Other Contributions/Addons
    Replies: 23
    Last Post: 6 Apr 2012, 11:12 PM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR