Tagged: x
-
AuthorPosts
-
June 7, 2016 at 4:08 pm #1030672
ScottParticipantHello there! Please can you help?
I am using Renew 1 and have set up a WooCommerce shop.
How do I recreate the two different menus you have on your Renew 1 demo? In other words, how do I have my main website menu and, when I click on shop, it shows the separate WooCommerce menu (with website home link, shop home link, cart, checkout, my account, search icon shopping cart display)?
I basically wish to reproduce the exact same menu structure from the Renew 1 demo.
Thanks in advance and congrats on a great (and ever increasingly greatER) theme!
Rob.
June 8, 2016 at 2:37 am #1031401
RupokMemberHi there,
Thanks for writing in. This plugin may suit your needs (https://wordpress.org/plugins/page-specific-menu-items/). Check the FAQ before using it (https://wordpress.org/plugins/page-specific-menu-items/faq/)
Also you may find the following thread useful : https://community.theme.co/forums/topic/woocommerce-shop-custom-menu/#post-672679
Hope that helps.
Cheers!
June 13, 2016 at 4:15 pm #1040335
ScottParticipantThis reply has been marked as private.June 14, 2016 at 1:00 am #1040831
RupokMemberHi there,
Thanks for updating.
You can add this under Custom > CSS in the Customizer.body:not(.woocommerce) .x-menu-item.x-menu-item-woocommerce { display: none; }Hope this helps.
Cheers!
June 14, 2016 at 12:35 pm #1041776
ScottParticipantThis reply has been marked as private.June 14, 2016 at 6:47 pm #1042305
JadeModeratorHi Scott,
Please add this code too:
.woocommerce body:not(.woocommerce) .x-menu-item.x-menu-item-woocommerce { display: block; }Hope this helps.
June 14, 2016 at 8:02 pm #1042464
ScottParticipantThis reply has been marked as private.June 14, 2016 at 8:17 pm #1042473
ScottParticipantI think I figured out how to remove the search icon and cart total/items from the footer nav menu.
Is this correct?
.x-colophon.bottom .x-menu-item.x-menu-item-search {
display: none;
}.x-colophon.bottom .x-menu-item.x-menu-item-woocommerce {
display: none;
}OR SHOULD IT BE:
.x-colophon.bottom .x-nav .x-menu-item-search {
display: none;
}.x-colophon.bottom .x-nav .x-menu-item-woocommerce {
display: none;
}June 14, 2016 at 11:37 pm #1042656
NicoModeratorHi There,
Happy to see that you have figured out the removing something using the class.
The class you used above is good to go.
Let us know how it goes.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1030672 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
