• Resolved tmanoukian

    (@tmanoukian)


    Hello,

    I am using the newest pagelines theme and I am trying to use this plugin with the theme. I have read that you are supposed to install it in the header.php section, but I am not the server admin, so I cannot add the plugin from the store and I cannot see these php files in the “presentation” section. That does not appear in my dashboard. I added the code below to the headerscripts code in the custom CSS section:

    <div class=”breadcrumbs”>
    <?php if(function_exists(‘bcn_display’))
    {
    bcn_display();
    }?>
    </div>

    To===

    Is there anything I can do to get this working? Please, I have been at it for a month…

    This is the site: http://sites.tufts.edu/researchnews/

    https://wordpress.org/plugins/breadcrumb-navxt/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Havlik

    (@mtekk)

    The code you need to use to call Breadcrumb NavXT must be placed in a .php file as it is PHP code, it will not work when placed in a CSS file/section.

    If you do not have permissions to modify any of your theme’s, or child theme’s files then your only choice is to use the Breadcrumb NavXT widget (comes with the plugin) or rely on your theme to have built-in support for Breadcrumb NavXT.

    If the widget won’t let you place the breadcrumb where you want within the theme, and the theme does not have built-in Breadcrumb NavXT support, you are going to have to contact whoever has administrator privileges for your site/host and have them help you place the requisite code.

    Thread Starter tmanoukian

    (@tmanoukian)

    Thanks for clarifying that for me! I thought that might be the case but I wasn’t sure. At any rate, I know that I need to talk to my site admin now!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Breadcrumbs for Pagelines’ is closed to new replies.