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

    (@mtekk)

    What did you use for your calling code?

    Thread Starter d3leinad

    (@d3leinad)

    Hi mtekk,

    Thanks for your reply.

    We used the following code where we want the breadcrumb trail to appear.

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

    With the help of firebug, it’s reflected as a link but fronted it’s not.

    Please advise.

    Btw, do you have an email address we can contact you at?

    Regards,
    Daniel.

    Plugin Author John Havlik

    (@mtekk)

    Rather than use Firebug, if you do a “View Source” in the “old right click way” see what that says (I’m interested in the output of my plugin in particular. Firebug will show what the browser has interpreted the HTML as being, not necessarily exactly what is there.

    You can find my email address either in the GPL copyright statement in any of the plugin PHP files or on the contact page of my site.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Breadcrumb NavXT] Breadcrumb font size’ is closed to new replies.