• Resolved fimo66

    (@fimo66)


    Hi,
    i tried this plugin, and use it as the default icon on my site removed the default cart from woocommerce and show this instead but its only shown as the last position on my menu line and i cant find it anywhere in my admin menu settings , so i can move it there to the start of my menu items on my menuline.
    can someone help me, please ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor alexmigf

    (@alexmigf)

    Hello @fimo66

    Unfortunately there is currently no way to do that via the plugin settings, you need to do some scripting to do this. Alternatively you can use the Pro version shortcode and place it before the menu first item.

    Hope that helps!

    Thread Starter fimo66

    (@fimo66)

    Hi,
    Thank you for the answer, i will look into the PRO version….
    ??

    I want to do the same thing as fimo66, move the cart icon. I curently have 4 items in my navigation without the cart icon and when I add the cart icon I want it to show before the last menu item. You’re saying if I buy pro, I can use the appearance -> menu’s option to drop this cart icon before the last menu item?

    Thanks.
    -Ryan

    Plugin Contributor Yordan Soares

    (@yordansoares)

    Hello @fimo66,

    You can move the menu cart to the start of your menu using the filter hook wpmenucart_prepend_menu_item, this way:

    add_filter('wpmenucart_prepend_menu_item','__return_true');

    If you haven’t worked with code snippets (actions/filters) or functions.php before, read this guide: How to use filters.

    Kind Regards,
    Yordan.

    Plugin Contributor Yordan Soares

    (@yordansoares)

    Hello @rweyers,

    Unfortunately, the ability to move the cart menu to a specific position, besides the beginning (see my previous post) or end of your menu (default), isn’t available in Pro version settings neither.

    Although it’s possible to specify a certain position in your menu, it’s definitely necessary to add advanced custom code to achieve this, either JavaScript (frontend) or PHP (DOMDocument).

    Hope that helps!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘move icon in menu ?’ is closed to new replies.