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

    (@mtekk)

    What CSS did you modify? Breadcrumb NavXT does not ship with any CSS and making modifications to the plugin is not supported. If you modified your theme’s style.css, and only that, I’d suggest undoing your last steps until you get back to where you know the breadcrumb trail was working. Also, you should check the HTML that the browser receives (browse source) and see if the breadcrumb trail contains any anchor tags.

    Thread Starter amoel

    (@amoel)

    Thanks for your attention. Yes I have changed my theme’s style.css like in this example:
    https://mtekk.us/code/breadcrumb-navxt/breadcrumb-navxt-doc/3/#advanced_use

    Yes, when i undoing my last steps the links of breadcrumb items works perfect, but in default mode does not fit well to my page so I edit the css to make it well positioned.

    In browser source i can see this without any modifications in theme’s style.css (links working); Is the same I see when I modified but no longer clickable and i dont understand why:

    <div class="breadcrumbs">
        <!-- Breadcrumb NavXT 4.1.0 -->
    <a title="Go to Inicio." href="https://pasionporlamusica.nixiweb.com">Inicio</a> > <a title="Go to Proyectos." href="https://pasionporlamusica.nixiweb.com/proyectos/">Proyectos</a> > <a title="Go to Proyecto Cantania." href="https://pasionporlamusica.nixiweb.com/proyectos/catania/">Proyecto Cantania</a></div>
    <div class="art-layout-wrapper">
        <div class="art-content-layout">
            <div class="art-content-layout-row">
                <div class="art-layout-cell art-content">

    So it seems that it should continue to be clickable, but when I pass the mouse over and pulse anything, it forces me to remove values ??and keep default css so the links works but isn’t well positioned: (
    ?I can give you some more concrete information to help me? Let me know and I’ll do happy,

    Thank you very much for your support!

    Plugin Author John Havlik

    (@mtekk)

    What have you been doing CSS wise (I ask as someone else has managed to do the same thing in the past)? If the HTML output still has the anchors, then Breadcrumb NavXT is doing its job and you’re into the realm of odd CSS issues.

    Thread Starter amoel

    (@amoel)

    Thanks mtekk

    i have the same problem,

    i have changed the css to modify the position of breadcrumbs, because they don’t appear at the top of my pages, but on the left.

    I have put the code in header.php and not on page.php.

    Thank you for your help

    The code i use

    <div id="main">
    <header id="header">
    <div class="breadcrumbs">
    #widget-header {
        position: absolute;
        right: 0;
        top: 100px;
        z-index: 1;
    }
    .breadcrumbs {
        color: #000000;
        float: left;
        font-size: 1.1em;
        margin: -30px 0 0 350px;
        position: relative;
    }
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Breadcrumb NavXT] No Clickable Breadcrumb!! :(’ is closed to new replies.