Page 4 of 4 FirstFirst ... 234
Results 31 to 40 of 40
  1. #31
    Join Date
    Jun 2009
    Location
    Kent, UK
    Posts
    347
    Plugin Contributions
    5

    Default Re: New Mod: prettier professional breadcrumbs

    Quote Originally Posted by BillyBoyle View Post
    in the right hand pane look for {#navBreadCrumb}
    i could have posted that right at the beginning, whilst i have no issues sharing code or helping others out, i think the general ethos here is people receive help when they also willing to help themselves, i.e asking only when you can't find rather than before looking at all.

  2. #32
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: New Mod: prettier professional breadcrumbs

    Quote Originally Posted by bonnit View Post
    i could have posted that right at the beginning, whilst i have no issues sharing code or helping others out, i think the general ethos here is people receive help when they also willing to help themselves, i.e asking only when you can't find rather than before looking at all.
    It merely confirmed that the SMALL issue of alinement was not indeed a problem (niggle) generic to MY site. Simples!

    It appears that you have some issue with me and so for that reason I will not make any comment in future and rarther seek advice (help) from another appropriate section of this forum.

    I aplologise if asking questions upset you and you deem it as critisism, to which I had no intention!

    Personally I consider both your mods to be of aesthetic value.

    Bye

  3. #33
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: New Mod: prettier professional breadcrumbs

    Quote Originally Posted by BillyBoyle View Post
    It is agreat mod, are you still having issue with the layout?
    I use google chrome and opera to see what needs adjusted in the pay and element layout.

    How to: open the page you know needs fixed in opera and right click on the element that looks all wrong, or even just a tiny bit wrong.
    Select Inspect element: You should have a new window open up at the bottom of the page.
    Look for the blue highlited area, this corresponts with what you would like to adjust. In the left hand pane.

    in the right hand pane look for {#navBreadCrumb}
    you will see that it has a margin set for the left side {margin-left: 0.5em;}
    Adjust this to whatever you want, or remove it altogether.

    You can see that effect right away by changing the amount or un-ticking the box.

    Hope I've been of help
    Billy
    P.S. I think Google Chrome is better, It actually tells you which line to edit in the style sheet.
    Thanks.... You have been a great help

  4. #34
    Join Date
    Jun 2009
    Location
    Kent, UK
    Posts
    347
    Plugin Contributions
    5

    Default Re: New Mod: prettier professional breadcrumbs

    i think you have misunderstood my comment, it wasnt out of spite or reflective of any personal feelings which for some reason you seem to think i have against you!?

    I truly believe that giving guidance to the answer rather than the outright answer will help people moreso.

    If i had any personal grievances with you, bearing in mind i don't know you from adam, i wouldn't have answered your queries through out this thread.

  5. #35
    Join Date
    Jul 2011
    Location
    Glasgow, Scotland
    Posts
    113
    Plugin Contributions
    1

    Default Re: New Mod: prettier professional breadcrumbs

    Quote Originally Posted by bonnit View Post
    i could have posted that right at the beginning, whilst i have no issues sharing code or helping others out, i think the general ethos here is people receive help when they also willing to help themselves, i.e asking only when you can't find rather than before looking at all.
    Apologise if I cuased any offence to either the [OP] or Rizla.

    My intention was to help and basing that on my own lack of knowledge, I some times concider that people only ask the question if they know what the question is.

    Judging from Rizla's first question @Rizla (no offence ment) he/she did not know where the issue lay for them on their site.

    Again no offence intended and hopefully no taken.

  6. #36

    Default Re: New Mod: prettier professional breadcrumbs

    Hi
    Just installed your mod and think it looks great.

    For some reason however the arrows do not show?

    Any suggestions?

    working on www.studteol.dk/zencart

  7. #37
    Join Date
    Jun 2009
    Location
    Kent, UK
    Posts
    347
    Plugin Contributions
    5

    Default Re: New Mod: prettier professional breadcrumbs

    you probably have a bad reference to your image file in your css, use the full path (http://studteol.dk/zencart/includes/...ages/arrow.gif) and make sure that works first?

  8. #38

    Default Re: New Mod: prettier professional breadcrumbs

    Tried that, no difference?
    This is the code now: #navBreadCrumb a{ background:url (http://studteol.dk/zencart/includes/...ages/arrow.gif) no-repeat right; padding-right:2em; margin-right:1em; display:block; float:left; text-decoration:none;}

  9. #39
    Join Date
    Jun 2009
    Location
    Kent, UK
    Posts
    347
    Plugin Contributions
    5

    Default Re: New Mod: prettier professional breadcrumbs

    im using firebug and this renders properly on your site on my screen, its because you have it in a zencart folder rather than your root folder?

    #navBreadCrumb a {
    background: url("/zencart/includes/templates/bw10/images/arrow.gif") no-repeat right;
    display: block;
    float: left;
    margin-right: 1em;
    padding-right: 2em;
    text-decoration: none;
    }

  10. #40

    Default Re: New Mod: prettier professional breadcrumbs

    I don't get it...? Filezilla tells me the image is in ftp://[email protected]/public_ht...ages/arrow.gif so is ("/zencart/includes/templates/bw10/images/arrow.gif") not the right adress?

 

 
Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. making emails prettier?
    By mzimmers in forum General Questions
    Replies: 11
    Last Post: 21 Apr 2010, 12:41 AM
  2. Replies: 4
    Last Post: 12 Dec 2009, 10:30 AM
  3. Removing mod breadcrumbs
    By ctcentralinfo in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 25 Sep 2006, 03:09 AM

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