• Resolved thorstenschlueter

    (@thorstenschlueter)


    Hello,

    I’m using your MP3 Music Player on our band’s website and it works great.

    One thing I noticed is that it seems to conflict with another plugin we use. It is called “Menu Icons” by ThemeIsle and the menu icons work fine on all pages except on the page with the embedded MP3 player. I’m not sure if your plugin or the Menu Icons plugin causes this.

    Cheers
    Thorsten

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter thorstenschlueter

    (@thorstenschlueter)

    …found it.

    The MP3 Music Player’s style sheet defined:

    .fa, .fas {
       font-family: 'Font Awesome 5 Free';
    }

    This overwrote the definition of .fa used by the plugin “Menu Icons” and the font family “Font Awesome 5 Free” is not configured.

    So I decided to add the .fa definition of the plugin “Menu Icons” to my Theme’s additional CSS – and set the rule “!important” to prevent it to be overwritten by the MP3 Music Player’s style sheet again.

    .fa {	
       font-family: 'FontAwesome' !important;
    }
    Plugin Author sonaar

    (@sonaar)

    Thank you, I will forward this to our dev team.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Conflict with plugin “Menu Icons”?’ is closed to new replies.