Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Editing Breadcrumbs layout problem

    Quote Originally Posted by RixStix View Post
    TNX MC12345678

    I really avoid adding custom code or performing one-off commands as much as possible, so I will just live with the current default which prevents leading spaces. That's only a minor cosmetic issue which no one will know but me.
    Rick,

    (if using the ZCA Bootstrap Template)

    When the bootstrap is uploaded and selected via Tools > Template Selection, a log is created. In that log:

    the 2nd query is:
    PHP Code:
    UPDATE configuration SET configuration_value '<li>&nbsp;/&nbsp;</li>'last_modified now() WHERE configuration_key 'BREAD_CRUMBS_SEPARATOR' LIMIT 1
    making this change and running the query is simple and the best solution

    PHP Code:
    UPDATE configuration SET configuration_value '<li>&nbsp;<i class="fa fa-angle-right"></i>&nbsp;</li>'last_modified now() WHERE configuration_key 'BREAD_CRUMBS_SEPARATOR' LIMIT 1
    changing YOUR_ADMIN/includes/init_includes/init_zca_bootstrap_template_admin.php

    line 237
    PHP Code:
    'BREAD_CRUMBS_SEPARATOR' => '<li>&nbsp;/&nbsp;</li>'
    to
    PHP Code:
    'BREAD_CRUMBS_SEPARATOR' => '<li>&nbsp;<i class="fa fa-angle-right"></i>&nbsp;</li>'
    will prepopulate that query in future logs so it can also be used with clones

  2. #12
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Editing Breadcrumbs layout problem

    Quote Originally Posted by rbarbour View Post
    Rick,

    (if using the ZCA Bootstrap Template)
    TNX. I'll what happens after I delete the world and start over.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  3. #13
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Editing Breadcrumbs layout problem

    Quote Originally Posted by RixStix View Post
    TNX. I'll what happens after I delete the world and start over.
    make this change in your local file using a plain text editor before re-uploading. obviously it will remain in the db unless you plan to delete that as well.

  4. #14
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Editing Breadcrumbs layout problem

    TNX. Will do.

    Yep, wiping the db before starting over.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Breadcrumbs and Categories Problem- flyout menus
    By lloyd_borrett in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 2 Jan 2009, 11:11 PM
  2. Product page breadcrumbs problem... on PHP5 with SEO urls
    By turtledove53 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 24 Apr 2008, 02:46 PM
  3. Editing layout of Column Grid Layout mod
    By digitalhalo in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Jul 2007, 02:14 AM
  4. Editing BreadCrumbs.
    By irrugly in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 18 Jun 2007, 10:01 PM
  5. Move Category Breadcrumbs to far left above layout boxes
    By intenzityHD in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 1 May 2007, 07:43 AM

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