<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Styling the breadcrumb area in osCommerce</title>
	<atom:link href="http://multimixer.gr/13/02/2012/styling-the-breadcrumb-in-oscommerce/feed/" rel="self" type="application/rss+xml" />
	<link>https://multimixer.gr/13/02/2012/styling-the-breadcrumb-in-oscommerce/</link>
	<description>lets talk about osCommerce</description>
	<lastBuildDate>Tue, 07 Apr 2020 11:18:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: multimixer</title>
		<link>https://multimixer.gr/13/02/2012/styling-the-breadcrumb-in-oscommerce/#comment-1380</link>
		<dc:creator>multimixer</dc:creator>
		<pubDate>Sat, 07 Jun 2014 14:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://multimixer.gr/?p=1156#comment-1380</guid>
		<description>Hi Ray

Please check the reply you got on the osCommerce forum: http://forums.oscommerce.com/topic/397126-placing-links-in-navigation-bar-on-same-line-as-breadcrumb-trail/</description>
		<content:encoded><![CDATA[<p>Hi Ray</p>
<p>Please check the reply you got on the osCommerce forum: <a href="http://forums.oscommerce.com/topic/397126-placing-links-in-navigation-bar-on-same-line-as-breadcrumb-trail/" rel="nofollow">http://forums.oscommerce.com/topic/397126-placing-links-in-navigation-bar-on-same-line-as-breadcrumb-trail/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>https://multimixer.gr/13/02/2012/styling-the-breadcrumb-in-oscommerce/#comment-1379</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Thu, 05 Jun 2014 16:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://multimixer.gr/?p=1156#comment-1379</guid>
		<description>Hi, In the navigation bar, where you have &quot;Top » Catalog&quot;, on the same line and on the right hand side I would like to have links, such as, Log In, Create Account, Log Out which when clicked will take them to the appropriate pages. I have created the links:


&lt;?php echo &#039;&lt;a href=&quot;&#039; . tep_href_link(FILENAME_LOGIN, &#039;&#039;) . &#039;&quot; rel=&quot;nofollow&quot;&gt;&#039; . HEADER_NAV_LOGIN . &#039;&lt;/a&gt;&#039;; ?&gt;
&lt;?php echo &#039;&lt;a href=&quot;&#039; . tep_href_link(FILENAME_CREATE_ACCOUNT, &#039;&#039;) . &#039;&quot; rel=&quot;nofollow&quot;&gt;&#039; . HEADER_NAV_CREATE_ACCOUNT . &#039;&lt;/a&gt;&#039;; ?&gt;
&lt;?php echo &#039;&lt;a href=&quot;&#039; . tep_href_link(FILENAME_LOGOFF, &#039;&#039;) . &#039;&quot; rel=&quot;nofollow&quot;&gt;&#039; . HEADER_NAV_LOGOFF . &#039;&lt;/a&gt;&#039;; ?&gt;


and in the style sheet I have:
  ul
  { margin: 0;
    padding: 0;
  }
  ul li
  { font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #f9f9f9;
    list-style-type: none;
    display: inline;
    text-align: center;
    line-height: 1.8em;
    padding-left: 2%;
    margin: 0;
  }

I just can&#039;t work out inside which div in header.php this list should be included and how to float it to the right. I have experimented but not getting the desired result.
 Any suggestions please?</description>
		<content:encoded><![CDATA[<p>Hi, In the navigation bar, where you have &#8220;Top » Catalog&#8221;, on the same line and on the right hand side I would like to have links, such as, Log In, Create Account, Log Out which when clicked will take them to the appropriate pages. I have created the links:</p>
<p>&lt;?php echo &#039;<a href="' . tep_href_link(FILENAME_LOGIN, '') . '" rel="nofollow">&#8216; . HEADER_NAV_LOGIN . &#8216;</a>&#8216;; ?&gt;<br />
&lt;?php echo &#039;<a href="' . tep_href_link(FILENAME_CREATE_ACCOUNT, '') . '" rel="nofollow">&#8216; . HEADER_NAV_CREATE_ACCOUNT . &#8216;</a>&#8216;; ?&gt;<br />
&lt;?php echo &#039;<a href="' . tep_href_link(FILENAME_LOGOFF, '') . '" rel="nofollow">&#8216; . HEADER_NAV_LOGOFF . &#8216;</a>&#8216;; ?&gt;</p>
<p>and in the style sheet I have:<br />
  ul<br />
  { margin: 0;<br />
    padding: 0;<br />
  }<br />
  ul li<br />
  { font-family: Verdana, Geneva, sans-serif;<br />
    font-size: 14px;<br />
    color: #f9f9f9;<br />
    list-style-type: none;<br />
    display: inline;<br />
    text-align: center;<br />
    line-height: 1.8em;<br />
    padding-left: 2%;<br />
    margin: 0;<br />
  }</p>
<p>I just can&#8217;t work out inside which div in header.php this list should be included and how to float it to the right. I have experimented but not getting the desired result.<br />
 Any suggestions please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bunhin</title>
		<link>https://multimixer.gr/13/02/2012/styling-the-breadcrumb-in-oscommerce/#comment-1135</link>
		<dc:creator>bunhin</dc:creator>
		<pubDate>Mon, 20 May 2013 00:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://multimixer.gr/?p=1156#comment-1135</guid>
		<description>Ooops yes you are right, it is the css rule that adding the space. thank you George.</description>
		<content:encoded><![CDATA[<p>Ooops yes you are right, it is the css rule that adding the space. thank you George.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: multimixer</title>
		<link>https://multimixer.gr/13/02/2012/styling-the-breadcrumb-in-oscommerce/#comment-1134</link>
		<dc:creator>multimixer</dc:creator>
		<pubDate>Sat, 18 May 2013 05:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://multimixer.gr/?p=1156#comment-1134</guid>
		<description>Hello,

By adding a new grid_24 block, like I&#039;m my previews reply, you are creating a full width &quot;container&quot;, that you can fill with anything, eg the breadcrumbs or the main navigation

I&#039;m not sure about what you did, but it looks like you duplicated the complete header? Grid_24 - and the other classes used - is not adding any height, unless you added any custom rules to the css

I&#039;m sorry, I can&#039;t be more specific because I don&#039;t know how your files look like</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>By adding a new grid_24 block, like I&#8217;m my previews reply, you are creating a full width &#8220;container&#8221;, that you can fill with anything, eg the breadcrumbs or the main navigation</p>
<p>I&#8217;m not sure about what you did, but it looks like you duplicated the complete header? Grid_24 &#8211; and the other classes used &#8211; is not adding any height, unless you added any custom rules to the css</p>
<p>I&#8217;m sorry, I can&#8217;t be more specific because I don&#8217;t know how your files look like</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bunhin</title>
		<link>https://multimixer.gr/13/02/2012/styling-the-breadcrumb-in-oscommerce/#comment-1131</link>
		<dc:creator>bunhin</dc:creator>
		<pubDate>Fri, 17 May 2013 04:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://multimixer.gr/?p=1156#comment-1131</guid>
		<description>Thank you George for quick response and tips. Your tips actually solve the overlap issue. It is creates space but really too much because it creates space as height as the original header, and creates gap with the breadcrumb I tried to remove the outer div, the result is change but still not happy with.

Anyway what i try to do is moving the position of the breadcrumb trail to be lower from it standard position just upper to main tittle of body content and the trail start just after the left box.

Now i still have no idea how to make that positioning with css and the grid system.</description>
		<content:encoded><![CDATA[<p>Thank you George for quick response and tips. Your tips actually solve the overlap issue. It is creates space but really too much because it creates space as height as the original header, and creates gap with the breadcrumb I tried to remove the outer div, the result is change but still not happy with.</p>
<p>Anyway what i try to do is moving the position of the breadcrumb trail to be lower from it standard position just upper to main tittle of body content and the trail start just after the left box.</p>
<p>Now i still have no idea how to make that positioning with css and the grid system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: multimixer</title>
		<link>https://multimixer.gr/13/02/2012/styling-the-breadcrumb-in-oscommerce/#comment-1129</link>
		<dc:creator>multimixer</dc:creator>
		<pubDate>Mon, 13 May 2013 07:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://multimixer.gr/?p=1156#comment-1129</guid>
		<description>Right now you have both, the breadcrumb and the top navigation in the same container, there is simply no space for them.

I would suggest you create one more grid_24 container and put the navigation into there. You can copy the breadcrumb block in file includes/header.php (that is the code posted above) and paste it either before or after, depending on the location you want to have it.

Would be something like this

&lt; div class=&quot;grid_24 ui-widget infoBoxContainer&quot;&gt;
  &lt; div class=&quot;ui-widget-header infoBoxHeading&quot;&gt;the breadcrumb&lt; /div&gt;
&lt; /div&gt;

&lt; div class=&quot;grid_24 ui-widget infoBoxContainer&quot;&gt;
  &lt; div class=&quot;ui-widget-header infoBoxHeading&quot;&gt;the navigation&lt; /div&gt;
&lt; /div&gt;</description>
		<content:encoded><![CDATA[<p>Right now you have both, the breadcrumb and the top navigation in the same container, there is simply no space for them.</p>
<p>I would suggest you create one more grid_24 container and put the navigation into there. You can copy the breadcrumb block in file includes/header.php (that is the code posted above) and paste it either before or after, depending on the location you want to have it.</p>
<p>Would be something like this</p>
<p>< div class="grid_24 ui-widget infoBoxContainer"><br />
  < div class="ui-widget-header infoBoxHeading">the breadcrumb< /div><br />
< /div></p>
<p>< div class="grid_24 ui-widget infoBoxContainer"><br />
  < div class="ui-widget-header infoBoxHeading">the navigation< /div><br />
< /div></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bunhin</title>
		<link>https://multimixer.gr/13/02/2012/styling-the-breadcrumb-in-oscommerce/#comment-1127</link>
		<dc:creator>bunhin</dc:creator>
		<pubDate>Sun, 12 May 2013 06:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://multimixer.gr/?p=1156#comment-1127</guid>
		<description>Thank you for the Tutorial. Its helpful for me as newbie.

Could you please also give some details on how to move the navigation trail below than current position?.   when I make top navigation menu or link this trail overlapping the link name that sit in the same line..</description>
		<content:encoded><![CDATA[<p>Thank you for the Tutorial. Its helpful for me as newbie.</p>
<p>Could you please also give some details on how to move the navigation trail below than current position?.   when I make top navigation menu or link this trail overlapping the link name that sit in the same line..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marc</title>
		<link>https://multimixer.gr/13/02/2012/styling-the-breadcrumb-in-oscommerce/#comment-954</link>
		<dc:creator>marc</dc:creator>
		<pubDate>Wed, 24 Oct 2012 13:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://multimixer.gr/?p=1156#comment-954</guid>
		<description>Thank you for fast responding and awaiting for maybe some news about that 

Best regards

Marc

PS: Great work from you :)</description>
		<content:encoded><![CDATA[<p>Thank you for fast responding and awaiting for maybe some news about that </p>
<p>Best regards</p>
<p>Marc</p>
<p>PS: Great work from you :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: multimixer</title>
		<link>https://multimixer.gr/13/02/2012/styling-the-breadcrumb-in-oscommerce/#comment-951</link>
		<dc:creator>multimixer</dc:creator>
		<pubDate>Wed, 24 Oct 2012 07:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://multimixer.gr/?p=1156#comment-951</guid>
		<description>Hi Marc

Yes, it&#039;s of course possible to style the columns and boxes in a same/similar way too

The basic look comes from the UI theme in use, from here on, there are various customizations possible, I hope I&#039;ll find the time to post about</description>
		<content:encoded><![CDATA[<p>Hi Marc</p>
<p>Yes, it&#8217;s of course possible to style the columns and boxes in a same/similar way too</p>
<p>The basic look comes from the UI theme in use, from here on, there are various customizations possible, I hope I&#8217;ll find the time to post about</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marc</title>
		<link>https://multimixer.gr/13/02/2012/styling-the-breadcrumb-in-oscommerce/#comment-950</link>
		<dc:creator>marc</dc:creator>
		<pubDate>Wed, 24 Oct 2012 00:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://multimixer.gr/?p=1156#comment-950</guid>
		<description>Hello George

Do you have also a possibility to do this with the columne right and left side? by the way it is fantastic what you gaeve here to use for everybody.

best regards

Marc</description>
		<content:encoded><![CDATA[<p>Hello George</p>
<p>Do you have also a possibility to do this with the columne right and left side? by the way it is fantastic what you gaeve here to use for everybody.</p>
<p>best regards</p>
<p>Marc</p>
]]></content:encoded>
	</item>
</channel>
</rss>
