• Resolved shuluxembourg

    (@shuluxembourg)


    I installed this plugin and then a number of our website icons have been removed and only remain with a rectangular box! Can you please help?!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author mkscripts

    (@mkscripts)

    This is because a different (newer) version of Font Awesome is used for your website icons.

    You can solve this by adding the following code to functions.php of your active child theme.

    add_action( ‘wp_enqueue_scripts’, ‘dae_dequeue_fa’, 20 );
    function dae_dequeue_fa() {
    wp_dequeue_style( ‘fa’ ); //From the next update: wp_dequeue_style( ‘dae-fa’ );
    }

    Thread Starter shuluxembourg

    (@shuluxembourg)

    I’ve just tried that using the help of my hosting provider and it made my whole website inactive “HTTP ERROR 500”. Are you sure that is the correct code? Can you please take another look?

    I really, really want to be able to use this plugin as it is great and has allowed us to obtain a number of new subscribers in a very shot amount of time!

    Are there any known issues you are aware of with plugin Envato Market compatibility?

    Thread Starter shuluxembourg

    (@shuluxembourg)

    after contacting my hosting provider, they said the problem is with this plugin and to ask you for additional help. can you please kindly double check the code that you provided?

    Plugin Author mkscripts

    (@mkscripts)

    Good to hear that you like our plugin. This is the right code, you only have to adjust the quotation marks. (If this code has no effect, change 20 to a higher number.)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Icons Disappeared!!!???’ is closed to new replies.