• Resolved pixelmm

    (@pixelmm)


    i’ve found that using the shortcode every breadcrumb ends with a separator.
    The final separator must be removed.

    can you please check the problem?

    thanks

    The page I need help with: [log in to see the link]

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

    (@pickplugins)

    Thanks for your feedback.

    you can add following CSS to hide the last separator

    .breadcrumb-container li:last-child .separator:last-child {
        display: none;
    }

    i will fix this issue next version update.
    Regards

    Thread Starter pixelmm

    (@pixelmm)

    perfect!
    works perfeclty

    i’ve tested also a theme 4 and 5 bust for some reason text labels are not centered inside the button.

    https://gyazo.com/c4a82109ed696b9ca7acc4bc9413a861

    i’ve left the theme 5 on so you can check yourself

    thanks

    Thread Starter pixelmm

    (@pixelmm)

    i’ve made some check and seems the verical align problem is due to display: inline-block.

    adding inline only like this seems fixed, but i will wait your supervision 🙂

    .breadcrumb-container.theme5 a {
        display: inline !important;
    }

    thanks

    • This reply was modified 5 years ago by pixelmm.
    Plugin Author PickPlugins

    (@pickplugins)

    this is the line height issue override by theme css, please try following CSS

    .breadcrumb-container li a{
    line-height: normal;}

    Please see the changes

    View post on imgur.com

    Regards

    Thread Starter pixelmm

    (@pixelmm)

    thank you!
    i’ve added your suggested code and works great!

    thanks!

    Plugin Author PickPlugins

    (@pickplugins)

    Glad to know that works.
    If you love our support and plugin please submit us five-star reviews on the plugin page
    https://wordpress.org/support/plugin/breadcrumb/reviews/

    Regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Wrong separator added at the end’ is closed to new replies.