Breadcrumb Nav clutter on front page with Slider

  • DSaz

    #3674

    Any suggestions on this issue?

    After 1.6 update the Breadcrumb Nav module shows up under the Slider rather than top. This happens just on the front page. Or likely wherever someone inserts the slider.

    see what happens here: http://www.clickfactor.gr

    DSaz

    #25505

    Sorry guys for rolling back to that issue but anyone who uses breadcrumb to give me a hint?

    DSaz

    #25506

    All right then.

    As I don’t see any light here. The only solution I found is to deactivate the bradcrumb display on the the front page.

    Anonymous

    #25507

    Can you send me a link to your site without construction, maybe I can help. It probably just have to do with a new hook, and placing it in the right place with CSS.

    DSaz

    #25508

    Thanks Tee

    Sorry for the delay in responding and thank you for your interest.

    Now the splash screen is off the the breadcrumbs activated for all pages.

    Anonymous

    #25509

    Your gonna have to insert the bread crumb if I’m right, not sure I don’t use this. but it seems on their intallation page.

    <div class="breadcrumbs">
    <?php if(function_exists('bcn_display'))
    {
    bcn_display();
    }?>
    </div>

    You need to insert that code before the slider <div> right after <div id="content" class="clearfix hfeed">

    Before <div id="content-main" <?php graphene_grid( 'clearfix', 16, 11, 8 ); ?>>

    on your child theme header.php

    I’m not too great with hooks this way, maybe someone else can help.

    DSaz

    #25510

    ok thanks again.

    I’m gonna try it.

    Maybe you could help with another slipped issue of mine.

    I’m trying to roll back the “read full post” button as seen on the slider after post excerpt on the previous version.

    Do you have any idea how to manage this?

    Anonymous

    #25511

    Do you have this on your Child Theme custom CSS?

    a.more-link, a.more-link span {
    display: none;
    }

    If so remove it.

    Do you have anything checked in Appearance – > Display -> Excerpts Display options?

    Anonymous

    #25512

    No, read full post button is removed from the slider which uses featured image and post excerpt.

Viewing 9 posts - 1 through 9 (of 9 total)

  • You must be logged in to reply to this topic.