Home › Forums › WoodMart support forum › URGENT – STICKY MENU NOT SHOWING
URGENT – STICKY MENU NOT SHOWING
- This topic has 8 replies, 2 voices, and was last updated 3 years, 7 months ago by Elise Noromit.
-
AuthorPosts
-
May 4, 2021 at 12:39 pm #289455
tcsg.tothParticipantHi,
Please help me why the sticky menu menu items not showing at my site.May 4, 2021 at 12:57 pm #289463
tcsg.tothParticipantI 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;
}May 4, 2021 at 2:31 pm #289486
Elise NoromitMemberHello,
Please provide the topic URL where we have provided the code, we will check and provide the valid one.
Best Regards
May 5, 2021 at 9:56 am #289737
tcsg.tothParticipantprivate content.
Thank you!
May 6, 2021 at 12:06 pm #290144
Elise NoromitMemberHello,
Please provide the topic URL where we gave you the customization.
Best Regards
May 6, 2021 at 12:14 pm #290147
tcsg.tothParticipantI 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;
}May 6, 2021 at 12:16 pm #290148
tcsg.tothParticipantAh its not good, because the wishlist and compare also not showing at the header.. Can you help me with a working code?
May 6, 2021 at 12:18 pm #290149
tcsg.tothParticipantworking.
.whb-clone .wd-header-my-account, .whb-clone .wd-header-wishlist, .whb-clone .wd-header-compare {
display: none;
}May 6, 2021 at 8:35 pm #290289
Elise NoromitMemberHello,
Have you solved the issue completely? If you have not what else can we do? Please provide the details.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register