• Resolved dimal

    (@dimalifragis)


    Hello.

    I try to use NavXT breadcrubs with Betterdocs. Works fine as it is.

    Since i don’t use NavXT in all pages, is there a way to allow navxt only in Betterdocs page(s)?

    I already do this with an other plugin:

    
    <?php if(function_exists('bcn_display') && geodir_is_geodir_page() ): ?>
    
     
    <div class="breadcrumbs" typeof="BreadcrumbList" vocab="https://schema.org/">
    
    <?php bcn_display();?>
    
    </div>
    
    <?php endif; ?>
    

    Thank you

    • This topic was modified 1 year, 9 months ago by dimal.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @dimalifragis,

    I hope you are doing well.

    If this plugin provides any Custom Post Type support, you will get the option to show the breadcrumb only for BetterDocs pages. For more details, please contact this plugin support.

    Suppose they don’t have this option directly. Please share your webpage URL so that I can understand it more closely and try to help you with Custom CSS.

    Thank you

    Hello @dimalifragis,

    I hope you are doing well.

    I haven’t heard from you since then. So, I was wondering if your issue has been resolved or not.

    Please let us know. I wish you a good day.

    Thank you

    Thread Starter dimal

    (@dimalifragis)

    Hello.

    No i haven’t found a way yet. I’m trying to find a way to know if the page belongs to betterdocs or not (like the one in the example i posted “&& geodir_is_geodir_page()”. But i haven’t.

    Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @dimalifragis ,

    Sorry for the late response here!

    Since you didn’t find any way to hide the NavXT breadcrumbs in other pages, could you please share your page URL with us so that I can try CSS and assist you with this?

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘NavXT breadcumbs addition’ is closed to new replies.