Jump to content
Sign in to follow this  
jankowalski

breadcrumbs

Recommended Posts

jankowalski

how can i change breadcrumbs styling (color, size etc..)

Share this post


Link to post
Share on other sites
Kate
Hello, Those would be changes you make via CSS. You can add the custom code to Settings->Custom Code. Do you have Firebug or Chrome installed? Firebug is a tool, and Chrome has one, that allows you to inspect elements to find their IDs/classes so that you can use them in your CSS.

Share this post


Link to post
Share on other sites
jankowalski
i can see smth like this id="breadcrumbs" class="copy fix", can you give a sample code so i could adjust it?

Share this post


Link to post
Share on other sites
Rob
May we have a link to your site?

Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
jankowalski
main works for primary menu, .main_nav .content-pad{ } what about secondary?

Share this post


Link to post
Share on other sites
jankowalski
DIDN T WORK I LL SEND YOU LINK BY PRIV, THANKS.

Share this post


Link to post
Share on other sites
Danny
Has this now been resolved ?

Please search our forums, before posting!

Share this post


Link to post
Share on other sites
Rob
Danny, it hasn't so feel free to chime in at any time. @jankowalski, you should get Firebug for Firefox which is a great tool for identifying the components of a site including its CSS by specific elements. The element for breadcrumbs is "breadcrumb" without quotes. Kastelic was providing you with the basis for changing the secondary navigation and left blank space between the { and } for you to add styling. I notice in your own example: .main_nav .content-pad{ } You actually have no styling in there. Your CSS would effectively do nothing. Styling is something like "font-style:normal" and should be between the curly brackets without quotes. For more information on fonts please see http://www.w3schools.com/css/css_font.asp

Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
jankowalski
sorry i mixed here 2 diferent topics 1. breadcrumbs i ve send you a link to my site, but it s a general platform questiononce i know it s a breadcrumb where do i look for it to modify, or how should the custom css looks to paste it in platform panel? .breadcrumbs{ background:#D9D9D9; } didn t work 2. navigation of course it s empty now and is not working but it does when i put cutom code there .main_nav .content-pad{ custom css goes here } have you noticed i have also this code .secondnav_menu{ background:#D9D9D9; } but it didn t change anything? thanks for help

Share this post


Link to post
Share on other sites
catrina
The secondnav_menu CSS might need adjusting (it may not be specific enough to create the change you're looking for).

Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
jankowalski
i m sure, can you give an example so i can adjust it for my needs?

Share this post


Link to post
Share on other sites
catrina
Please add the following to your CSS: [code]ul#menu-main-submenu {background:#D9D9D9;}[/code]

Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
jankowalski
it apear on news main page, but when you clik any post the submenu is gone... and there is no background #d9d9d9 still

Share this post


Link to post
Share on other sites
catrina
Ah, when viewing an individual post page (which is a completely separate kind of page from the main posts page), you need to make sure that secondary menu isn't set to hide in the PageLines Section control portion of your post editor.

Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
jankowalski
it is not set to hide. however in General Page Setup under Select Secondary Nav Menu i have -SELECT- instead of my secondary menu. OK, i know i can set it here manualy, but i wont do it for 300 posts and on top of that remembering about this when adding new post is complicated. i have set my custom secondary menu under Header and Nav (Posts Page Secondary Navigation) so i assume it should show up on single post page?

Share this post


Link to post
Share on other sites
jankowalski
look this topic has apeared here before http://www.pagelines.com/forum/discussion/13148/define-a-persistent-secondary-nav/p1 i think it is a platform bug, have you solve it?

Share this post


Link to post
Share on other sites
catrina
I don't think it's a bug, but a functionality that isn't apart of the theme (as far as I know),

Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
jankowalski
so it is not posible to have secondary menu on post pages? it platform admin section is writen Posts Page Secondary Navigation Select the secondary navigation for posts pages.. So i gues there must be this funcionality but it s just not working. i call it bug, or funcionality with is not functioning if you prefer like this...?

Share this post


Link to post
Share on other sites
catrina
Not right now, unless the developers make it a possibility for another release (at first I wasn't aware that it wasn't possible).

Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
jankowalski
i have jut edit my post and add this section it platform admin section is writen Posts Page Secondary Navigation Select the secondary navigation for posts pages.. So i gues there must be this funcionality but it s just not working. i call it bug, or funcionality with is not functioning if you prefer like this...?

Share this post


Link to post
Share on other sites
jankowalski
would be nice because i am not the only one who is asking for this http://www.pagelines.com/forum/discussion/13148/define-a-persistent-secondary-nav/p1 we need a quick fix from developers for that...

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×