Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1002178
    bezambar
    Participant

    Hi, 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.

    #1002625
    Friech
    Moderator

    Hi 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.

    #1005737
    bezambar
    Participant

    Actually I would just like to add a menu item similar to the cart icon at the end of the menu (after the cart icon).

    #1005774
    Rupok
    Member

    Hi 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

    #1005952
    bezambar
    Participant

    Thank you, now is there a way to add this menu item after the search icon?

    #1006113
    bezambar
    Participant

    Hey, 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.

    #1006470
    Lely
    Moderator

    Hi 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.

    #1011755
    bezambar
    Participant
    This reply has been marked as private.
    #1012216
    Lely
    Moderator

    Hi 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 Javascript

    jQuery(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.

  • <script> jQuery(function($){ $("#no-reply-1002178 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>