Supreme theme breadcrumbs

This topic contains 11 replies, has 3 voices, and was last updated by  Joy 6 years, 1 month ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #428192

    Joy
    Buyer
    Post count: 1076

    Hello, when I enable breadcrumbs it’s currently input below the listing title on the detail page. How do I get to be placed above the listing title, breadcrumbs are usually placed above the content.

    Thank you.

    #428199

    Kor
    Moderator
    Post count: 16516

    Hi Joy,

    Please share the URL of the site in question so that we could inspect and see if it’s possible to achieve it. You can use the private reply option below.

    Thanks!

    #428368

    Joy
    Buyer
    Post count: 1076
    This reply has been marked as private.
    #428433

    Kiran
    Moderator
    Post count: 7069

    Hi Joy,

    Add following snippet into your child theme functions.php

    
    
    remove_action('geodir_detail_before_main_content', 'geodir_breadcrumb', 20);
    add_action('sd-detail-details-before', 'geodir_breadcrumb', 1);

    Kiran

    #428442

    Joy
    Buyer
    Post count: 1076

    Hi Kiran,

    Thank you, but that didn’t seem to work.Nothing changed. 🙁

    #428445

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    #428446

    Joy
    Buyer
    Post count: 1076
    This reply has been marked as private.
    #428452

    Kor
    Moderator
    Post count: 16516

    Hi Joy,

    Just corrected the custom code snippet for you and it should work now. You just have to hide the existing breadcrumbs using custom CSS.

    Thanks!

    #428453

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    #428457

    Joy
    Buyer
    Post count: 1076

    Thank you. The code looks the same. What did I do wrong?

    #428459

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    #428461

    Joy
    Buyer
    Post count: 1076

    Oh I see. I thought you changed the code snippet in my dashboard. Thank you again.

Viewing 12 posts - 1 through 12 (of 12 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket