Home Forums WoodMart support forum URGENT – STICKY MENU NOT SHOWING

URGENT – STICKY MENU NOT SHOWING

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #289455

    tcsg.toth
    Participant

    Hi,
    Please help me why the sticky menu menu items not showing at my site.

    #289463

    tcsg.toth
    Participant

    I have found out the problem. This custom code (that you recommended before) is not working anymore after update.
    Please help me to add this function with a working code. The reason was that I dont want to add some elements to the sticky menu, just the cart icon.

    add_filter( ‘woodmart_header_clone_template’, function( $template ) {
    $template = ‘
    <div class=”whb-sticky-header whb-clone whb-main-header”>
    <div class=”<%cloneClass%>”>
    <div class=”container”>
    <div class=”whb-flex-row whb-general-header-inner”>
    <div class=”whb-column whb-col-left whb-visible-lg”>
    <%.site-logo%>
    </div>
    <div class=”whb-column whb-col-center whb-visible-lg”>
    <%.main-nav%>
    </div>
    <div class=”whb-column whb-col-right whb-visible-lg”>
    <%.woodmart-header-links%>
    <%.woodmart-shopping-cart%>
    <%.full-screen-burger-icon%>
    </div>
    <%.whb-mobile-left%>
    <%.whb-mobile-center%>
    <%.whb-mobile-right%>
    </div>
    </div>
    </div>
    </div>
    ‘;

    return $template;
    }

    #289486

    Hello,

    Please provide the topic URL where we have provided the code, we will check and provide the valid one.

    Best Regards

    #289737

    tcsg.toth
    Participant

    private content.

    Thank you!

    #290144

    Hello,

    Please provide the topic URL where we gave you the customization.

    Best Regards

    #290147

    tcsg.toth
    Participant

    I found it in the forum. But I have already solved my issue:

    .whb-clone .wd-header-my-account , .wd-header-wishlist, .wd-header-compare {
    display: none;
    }

    #290148

    tcsg.toth
    Participant

    Ah its not good, because the wishlist and compare also not showing at the header.. Can you help me with a working code?

    #290149

    tcsg.toth
    Participant

    working.

    .whb-clone .wd-header-my-account, .whb-clone .wd-header-wishlist, .whb-clone .wd-header-compare {
    display: none;
    }

    #290289

    Hello,

    Have you solved the issue completely? If you have not what else can we do? Please provide the details.

    Best Regards

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