We are PRO users of this plugin. We have “Enable accordion menu” checked and “Plus” as the “Accordion icons style” using this widget documentation page: https://onpointplugins.com/advanced-sidebar-menu/advanced-sidebar-menu-pro-widget-docs/#page-widget
The accordion icons disappear as soon as the user logs out. It looks like they are the just “dashicons” provided by the WP admin system, so maybe they’re not enqueued properly? They only render on our Advanced Sidebar Menu when logged in. As you will see from the URL added below, there are no icons next to each sidebar element. When I am logged in, they appear.
Let me know what we should do to get the accordion menu icons to show up.
Hi Aaron,
The accordion icon elements are rendering in the html, however the icons are not showing. Looks like something in your theme or one of your plugins is preventing the Dashicons style sheet from loading during the footer’s late style init functionality.
If you add the following filter to your active theme’s functions.php file, it will add the style sheet in the header which will likely clear up the issue:
Have a great night!