Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Jeremiah

    (@jprummer)

    Hi Vitros, glad to help! As far as debugging steps, first read through this thread to see if it helps: https://www.ads-software.com/support/topic/cart-menu-doesnt-appear?replies=8

    Since your menu is name Primary Navigation, it might work if you change the name to PrimaryNavigation (and make sure to place the same name on the settings page of the plugin).

    Also, be sure you have the WooCommerce plugin installed. It’s a separate plugin and can be found here:

    https://www.ads-software.com/extend/plugins/woocommerce/

    Thread Starter vitros

    (@vitros)

    Hello, appreciate the quick reply… making the menu name one word solved the issue of visibility (thanks), although the last item in my menu requires a class called noline (which gives the end of the menu a finished appearance). This is easy when dealing with the native WordPress Menus feature, but is it possible to apply a class name with your plugin?

    Plugin Contributor Jeremiah

    (@jprummer)

    You can manually add it to the plugin, which is a relatively easy fix. Go to the plugin editor section and go to the WooCommerce Menu Cart files. Find all of these:

    <li style="float: right">

    and replace them with

    <li style="float: right" class="noline">

    There are six total.

    Plugin Contributor Jeremiah

    (@jprummer)

    Hi Vitros, did you get a chance to test the suggested code?

    Thread Starter vitros

    (@vitros)

    Hello,

    I haven’t tried yet because with this new menu item it makes my menu a little wider which causes overlap across the logo (to the left of the menu). I’m re-working the logo now so everything can coexist.

    I’ll let you know when I’m done.

    Just a thought, but it would great if you had one more field on the admin settings page for a class name (simply to avoid upgrade conflict).

    It’s a great plugin and I’m looking forward to getting it implemented.

    Plugin Contributor Jeremiah

    (@jprummer)

    Hi Vitros! Did you still need help with this, or can I assume your issue is resolved?

    Thread Starter vitros

    (@vitros)

    Hi there, sorry for the delay, I have marked the issue resolved. Thanks very much for your assistance.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Menu Cart Not Visible’ is closed to new replies.