Tagged: x
-
AuthorPosts
-
May 20, 2016 at 5:18 pm #1002178
bezambarParticipantHi, I have installed the wishlist addon to woocommerce from woothemes. How would I go about adding a custom wishlist icon, akin to cart icon, after the cart icon? I would also like to make it responsive, so it looks like the cart button on the small screens.
May 21, 2016 at 12:46 am #1002625
FriechModeratorHi There,
Thanks for writing in! It sounds like you might be having an issue with a third party plugin or script. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.
Thank you for your understanding.
May 23, 2016 at 1:30 pm #1005737
bezambarParticipantActually I would just like to add a menu item similar to the cart icon at the end of the menu (after the cart icon).
May 23, 2016 at 1:53 pm #1005774
RupokMemberHi there,
You can create menus from Appearance > Menus. And to add icon you can follow this – https://community.theme.co/forums/topic/adding-icon-in-top-menu/#post-198175
Thanks
May 23, 2016 at 3:31 pm #1005952
bezambarParticipantThank you, now is there a way to add this menu item after the search icon?
May 23, 2016 at 6:15 pm #1006113
bezambarParticipantHey, I kind of got what I wanted, thank you for your help. One other thing, I’ve noticed that in the mobile menu, the items are not centered. In the code it says they are supposed to be centered in the mobile menu, but the only thing that gets centered is the search. It is responsive on my IE browser, but on the other browsers, including on my Iphone, all the text is aligned to the left, except for the search item in the menu.
May 23, 2016 at 9:45 pm #1006470
LelyModeratorHi There,
To assist you with this issue this time, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
May 26, 2016 at 3:43 pm #1011755
bezambarParticipantThis reply has been marked as private.May 26, 2016 at 9:07 pm #1012216
LelyModeratorHi There,
Thank you for the URL.
To move the wishlist menu before after the search icon, please add the following javascript on Appearance > Customize > Custom > Edit Global JavascriptjQuery(function($) { $( ".x-menu-item-search" ).insertBefore( $( "#menu-item-9448" ) ); });Please add this CSS on Appearance > Customize > Custom > Edit Global CSS to center the menu link on mobile:
.x-navbar .mobile .x-nav li a { text-align: center; }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1002178 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
