-
AuthorPosts
-
January 10, 2015 at 9:55 pm #377848
Hi,
following some topics in this (great) forum I was able to edit my enfold child theme to show only breadcrumb and only in the forum page.
.title_container .main-title { display: none; } .title_container .breadcrumb { right: auto; left: 47px; } .bbpress .title_container{ display: block; } .title_container{ display: none; }
Now I would to see breadcrumb (and title) also for category archive page.
if is it possible I would to see breadcrumb underneath title page (like in your forum)Many Thank
January 12, 2015 at 6:02 am #378119Hey Luigi Francesco!
Thank you for using Enfold.
If you want to see the breadcrumb below the main title, use this on Quick CSS:
.title_container .breadcrumb { position: relative; right: auto; top: 0; margin-top: 0px; padding-bottom: 8px; overflow: hidden; left: -2px; }
Regards,
IsmaelJanuary 12, 2015 at 5:28 pm #378388Hi Ismael, I would like to use the style.css in enfold child theme instead of Quick CSS form.
But the code seems doesn’t work.Regards
January 12, 2015 at 5:32 pm #378389Hi!
Please download pre-built Enfold child theme from here – http://kriesi.at/documentation/enfold/downloads/
Cheers!
YigitJanuary 12, 2015 at 5:43 pm #378407Hey Yigit, I already have “enfold child ” theme.
The code posted by Ismael works fine in Quick CSS form but I would like to use it in the style.css
Maybe I have to add “!important” or something like this… I don’t know :)Also I would like to have Title and Breadcrumbs in the archive category page BUT NOT for post entries.
Regards
January 13, 2015 at 3:54 pm #378853Hi!
Can you post the link to your website please? We may need a temporary admin login as well
Cheers!
YigitJanuary 13, 2015 at 5:14 pm #378919This reply has been marked as private.January 14, 2015 at 7:08 am #379282Hey!
You forgot the website url. Try to add the !important rule on the css values.
.title_container .breadcrumb { position: relative !important; right: auto !important; top: 0 !important; margin-top: 0px !important; padding-bottom: 8px !important; overflow: hidden !important; left: -2px !important; }
Can you please provide a link to an actual “article blog”?
Best regards,
IsmaelJanuary 14, 2015 at 1:28 pm #379388This reply has been marked as private.January 18, 2015 at 3:46 pm #381468Hey guys
any news here?
Thanks
January 21, 2015 at 12:12 am #382792Hi!
I checked your category and forum links but the breadcrumbs are displaying beneath the title like how you said your wanting. Try clearing your browser cache.
Best regards,
Elliott -
AuthorPosts
- The topic ‘Show title and breadcrumbs on archive page’ is closed to new replies.