New Landing How can we help? Themeforest Theme Support Pinpoint change place of the breadcrumbs navigation bar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Pinpoint
  • #1389
    #1462
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Find this block of code in header.php and cut it from there:

    <?php if(function_exists('bcn_display')) { ?>
    <div class="breadcrumbs-wrap">
    <?php if ($page_layout == "fullwidth") { ?>
    <div class="container">
    <div class="sixteen columns">
    <?php } ?>
    <div id="breadcrumbs">
    <?php bcn_display(); ?>
    </div>
    <?php if ($page_layout == "fullwidth") { ?>
    </div>
    </div>
    <?php } ?>
    </div>
    <?php } ?>

    You will need to edit single.php and page.php, and paste it below where you see this:

    <h1><?php the_title(); ?></h1>

    Regards,
    ————————————————————————————————————

    Cosmin
    Support Assistant

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register