• Resolved jurijsmsk

    (@jurijsmsk)


    Hey boys. Cannot figure out what is causing this issue with

    mega-indicator

    isnt showing in safari and firefox, but its working as it should be in chrome.

    Actually chrome browser also is not showing mega-indicator.

    screenshot from chrome – https://imgur.com/1cqBjdh
    Page with issue – https://ieej.lv/1w6uH

    • This topic was modified 4 years, 2 months ago by jurijsmsk.
    • This topic was modified 4 years, 2 months ago by jurijsmsk. Reason: chrome also not working ((
Viewing 1 replies (of 1 total)
  • Thread Starter jurijsmsk

    (@jurijsmsk)

    function wpdocs_dequeue_dashicon() {
            if (current_user_can( 'update_core' )) {
                return;
            }
            wp_deregister_style('dashicons');
    }
    add_action( 'wp_enqueue_scripts', 'wpdocs_dequeue_dashicon' );

    Solved.

    Since mega max menu using dashicons script was removing dashicons from non logged users.

    Anyways, maybe someone else will have same issue ??

Viewing 1 replies (of 1 total)
  • The topic ‘mega-indicator issue.’ is closed to new replies.