OnPoint Plugins

  • Plugins
    • Advanced Sidebar Menu
      • Basic Version
        • Documenation
        • Usage
        • Developer Docs
      • PRO Version
        • Demo
        • Usage
        • Developer Docs
    • Go Live Update Urls
      • Basic Version
        • Documenation
        • Usage
        • Troubleshooting
      • PRO Version
        • Demo
        • Usage
        • URL History
  • About
    • Services
    • Showcase
  • Blog
  • Contact
  • Support
  • Log In
← Back to support

Accordions icons only showing when logged in

Resolved

Requested: 5 years and 3 months ago

Dear Team,

I bought this plugin because of accordion feature, but it doesn’t seem to work?
the menu is created as a widget, and checkbox “Activate accordion menu” is activated.

So can you please help me?

Thanks in advance

Serge

 

Plugin: Advanced Sidebar Menu

  1. Avatar for Serge DavidovSerge Davidov

    5 years and 3 months ago

    More info: I have just deactivated Autooptimizer, now accordion appears logged in, but unfortunately not anonymous

  2. Avatar for OnPoint PluginsOnPoint Plugins

    5 years and 3 months ago

    Hi Serguei,

    The accordion appears to be working, 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 weekend!

    Mat Lipe

     

  3. Avatar for Serge DavidovSerge Davidov

    5 years and 3 months ago

    Thanx Mat! I really had this script in functions.php file:

    function mw_dequeue_dashicon() {
    if (is_user_logged_in()) {
    return;
    }
    wp_deregister_style(‘dashicons’);
    }
    add_action(‘wp_enqueue_scripts’, ‘mw_dequeue_dashicon’);

     

    Now it seems to work!

New Response Cancel reply

You must be logged in to respond. Only PRO members are allowed to respond to support requests.

© 2025 · WordPress Development · Terms Of Service · Privacy Policy · Cookie Policy · Log in

  • Plugins
  • Blog
  • Contact