• I need to remove the cart icon links from all of the menus on my home page . I am told by the theme developer that it is not a function of their theme Athena.

    I have searched the web for weeks and I can’t believe how many people are asking this question with no workable responses. Has anyone come up with a definitive fix for cart links showing up at the end of every menu created?

    Thanks

    https://wordpress.org/plugins/woocommerce/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Caleb Burks

    (@icaleb)

    Automattic Happiness Engineer

    Can’t say I’ve seen this happen before. Sounds like something being caused by your theme or another plugin.

    Try temporarily switching back to the WordPress Twenty Sixteen Theme, or Storefront, and disable all plugins except for WooCommerce. If that resolves the issue, then slowly re-enable features until you find the one that’s causing the conflict.

    Thread Starter rpatwall1206

    (@rpatwall1206)

    Hello Caleb,

    Thank you for your help. Following your instructions it appears that this is an issue with the theme. I kind of figured as much, because I am using multisite and none of my subsites are exhibiting this issue using other themes. Sadly enough, I have not been able to get any support from the developer, so I had hoped someone from this forum may have had the same issue or know of a fix. My site here is still in development so hopefully I can find a fix, before having to rebuild on another theme.

    Thanks again for you support.

    Caleb Burks

    (@icaleb)

    Automattic Happiness Engineer

    The athena_customize_nav() method at /inc/athena/athena.php looks suspicious to this issue.

    Maybe remove that filter with:

    remove_filter('wp_nav_menu_items', 'athena_customize_nav');

    This is quite outside the purpose of support in the WooCommerce core forums though. If you can’t get help from the theme authors, you may want to consider switching themes or hiring a web developer for some help with it.

    Thread Starter rpatwall1206

    (@rpatwall1206)

    Thank you Caleb,

    No change, but I appreciate your time.

    Caleb Burks

    (@icaleb)

    Automattic Happiness Engineer

    Hmm, maybe just remove everything from that function except for return $items; and see what happens.

    Or just remove this line: https://themes.trac.wordpress.org/browser/athena/1.0.3/inc/athena.php?rev=55609#L232

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Cart Links showing at the end of every menu, its too much’ is closed to new replies.