Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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

    #378119

    Hey 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,
    Ismael

    #378388

    Hi 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

    #378389

    Hi!

    Please download pre-built Enfold child theme from here – http://kriesi.at/documentation/enfold/downloads/

    Cheers!
    Yigit

    #378407

    Hey 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

    #378853

    Hi!

    Can you post the link to your website please? We may need a temporary admin login as well

    Cheers!
    Yigit

    #378919
    This reply has been marked as private.
    #379282

    Hey!

    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,
    Ismael

    #379388
    This reply has been marked as private.
    #381468

    Hey guys

    any news here?

    Thanks

    #382792

    Hi!

    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

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Show title and breadcrumbs on archive page’ is closed to new replies.