-
AuthorPosts
-
edd Friend
edd
- Join date:
- May 2006
- Posts:
- 350
- Downloads:
- 11
- Uploads:
- 73
- Thanks:
- 76
- Thanked:
- 8 times in 2 posts
November 1, 2013 at 4:15 pm #191908Hi there,
I would like to change breadcrumb position. actually it is placed at bottom of template, so I would like to know if it is possible to move up.
Take a look:Thanks
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 1, 2013 at 4:18 pm #510917Have you tried moving the breadcrum position within the Layout section of your Template Manager?
Which version of JA Bistro are you using?
edd Friendedd
- Join date:
- May 2006
- Posts:
- 350
- Downloads:
- 11
- Uploads:
- 73
- Thanks:
- 76
- Thanked:
- 8 times in 2 posts
November 1, 2013 at 4:28 pm #510920Hi
I’m using Joomla 2.5Please could you explain me how to do that?
Thank you very much 🙂
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 1, 2013 at 4:31 pm #510921Go to Template Manager—Layout Tab—Click “Edit” for the “Default” Layout
You should see something similar to this . . .
<?xml version=”1.0″ encoding=”utf-8″?>
<layout name=”desktop”>
<!–Extra css load for this layout–>
<stylesheets>
</stylesheets>
<blocks name=”top” style=”xhtml”>
<block name=”top-panel” type=”modules” style=”raw” main-inner=”1″>top-panel</block>
<block name=”header” type=”header” main-inner=”1″></block>
<block name=”mainnav” type=”mainnav” main-inner=”1″></block>
<block name=”cpanel” type=”usertools/cpanel” no-main=”1″ no-wrap=”1″></block>
<block name=”topsl” type=”spotlight” main-inner=”1″>user1,user2,user3,user4</block>
<block name=”topsl1″ type=”spotlight” main-inner=”1″>user5,user6,user7,user8</block>
<block name=”topsl2″ type=”spotlight” main-inner=”1″ specialwidth=”28″>user9,user10</block>
</blocks>
<blocks name=”middle” colwidth=”28″ main-inner=”1″ fixheight=”1″>
<block name=”content-mass-top”>content-mass-top</block>
<block name=”content-top”>content-top</block>
<block name=”inset1″ width=”25″>left</block>
<block name=”right1″>right</block>
</blocks>
<blocks name=”bottom” style=”xhtml”>
<block name=”botsl” type=”spotlight” main-inner=”1″ specialwidth=”28″>user11,user12,user13,user14</block>
<block name=”botsl1″ type=”spotlight” main-inner=”1″>user15,user16,user17,user18</block>
<block name=”navhelper” type=”navhelper” main-inner=”1″></block>
<block name=”footer” type=”footer” main-inner=”1″></block>
</blocks>
</layout>The breadcrumb function is called “navhelper” within the layout.
Move <block name=”navhelper” type=”navhelper” main-inner=”1″></block> up higher within your layout structure, for example . . . . .
<?xml version=”1.0″ encoding=”utf-8″?>
<layout name=”desktop”>
<!–Extra css load for this layout–>
<stylesheets>
</stylesheets>
<blocks name=”top” style=”xhtml”>
<block name=”top-panel” type=”modules” style=”raw” main-inner=”1″>top-panel</block>
<block name=”header” type=”header” main-inner=”1″></block>
<block name=”mainnav” type=”mainnav” main-inner=”1″></block>
<block name=”cpanel” type=”usertools/cpanel” no-main=”1″ no-wrap=”1″></block>
<block name=”navhelper” type=”navhelper” main-inner=”1″></block>
<block name=”topsl” type=”spotlight” main-inner=”1″>user1,user2,user3,user4</block>
<block name=”topsl1″ type=”spotlight” main-inner=”1″>user5,user6,user7,user8</block>
<block name=”topsl2″ type=”spotlight” main-inner=”1″ specialwidth=”28″>user9,user10</block>
</blocks>
<blocks name=”middle” colwidth=”28″ main-inner=”1″ fixheight=”1″>
<block name=”content-mass-top”>content-mass-top</block>
<block name=”content-top”>content-top</block>
<block name=”inset1″ width=”25″>left</block>
<block name=”right1″>right</block>
</blocks>
<blocks name=”bottom” style=”xhtml”>
<block name=”botsl” type=”spotlight” main-inner=”1″ specialwidth=”28″>user11,user12,user13,user14</block>
<block name=”botsl1″ type=”spotlight” main-inner=”1″>user15,user16,user17,user18</block>
<block name=”footer” type=”footer” main-inner=”1″></block>
</blocks>
</layout>Save Changes — Clear Cache — Refresh
Does that give you something a little more along the lines of what you were looking for?
edd Friendedd
- Join date:
- May 2006
- Posts:
- 350
- Downloads:
- 11
- Uploads:
- 73
- Thanks:
- 76
- Thanked:
- 8 times in 2 posts
November 1, 2013 at 4:40 pm #510924Hi again,
Thanks a lot, it is working fine, but I have a problem: it is showing in the Homa page, and I dont want to show it on the home page…
I was on the “breadcrumb” module and I dissable it from the home page but it is there… is there any other way to dissable it from the home page?
Thanks a lot
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 1, 2013 at 4:42 pm #510925Try clearing both your browser and JAT3 cache (within your site admin – at the top right) – and then refresh . . . see if that works.
Understand that It’s only a name for the menu item in the Main Menu and not from ‘Breadcrumbs’ module. The Main Menu must have at least one item for it to work. If you don’t want to have that name, just change its name and contents accordingly. You will see the new name in the front page.
edd Friendedd
- Join date:
- May 2006
- Posts:
- 350
- Downloads:
- 11
- Uploads:
- 73
- Thanks:
- 76
- Thanked:
- 8 times in 2 posts
November 1, 2013 at 4:43 pm #510926Nope, is not working…
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 1, 2013 at 4:45 pm #510927In the alternative, I found the following reference/resource that may help you as well . . .
edd Friendedd
- Join date:
- May 2006
- Posts:
- 350
- Downloads:
- 11
- Uploads:
- 73
- Thanks:
- 76
- Thanked:
- 8 times in 2 posts
November 1, 2013 at 4:49 pm #510928It seems a little complicated… :((
If dont, how can I change the breadcrumb style? I mean, actually it is black and I want to put it white and change font colors, etc…
Thanks a lot
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 1, 2013 at 4:51 pm #510929<em>@edd 396178 wrote:</em><blockquote>It seems a little complicated… :((
If dont, how can I change the breadcrumb style? I mean, actually it is black and I want to put it white and change font colors, etc…
Thanks a lot</blockquote>
That’s a bit easier . . . so I can try to best assist you, please provide the url of the site you’re working on,
as well as set “Optimize CSS’ to “No” within your Template Manager–General settingsedd Friendedd
- Join date:
- May 2006
- Posts:
- 350
- Downloads:
- 11
- Uploads:
- 73
- Thanks:
- 76
- Thanked:
- 8 times in 2 posts
November 1, 2013 at 4:58 pm #510930Could you tell me wich CSS page style do I need to change the breadcrumb?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 1, 2013 at 5:18 pm #510931<em>@edd 396180 wrote:</em><blockquote>Could you tell me wich CSS page style do I need to change the breadcrumb?</blockquote>
I can, but it would be very helpful if you could provide the url of the site you’re working on,
as well as set “Optimize CSS’ to “No” within your Template Manager–General settings1 user says Thank You to TomC for this useful post
edd Friendedd
- Join date:
- May 2006
- Posts:
- 350
- Downloads:
- 11
- Uploads:
- 73
- Thanks:
- 76
- Thanked:
- 8 times in 2 posts
November 2, 2013 at 3:41 pm #511011Hi,
I Found on:
templates > Ja_bistro > css > template.csson line 627 there are all about breadcrumbs, called “#ja-navhelper”.
Thanks for your help 🙂
ED
AuthorPostsViewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 2 voices, and was last updated by edd 11 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Breadcrum, change place: from bottom to up ?
Viewing 13 posts - 1 through 13 (of 13 total)