• Resolved cvh-design

    (@cvh-design)


    Hello, we have the problem, that there seems to be fontawesome integrated within the slider wd plugin. We have fontawesome in our theme and now both disturb each other. We cannot use certain icons, because your version seems to be an older one, where there are less icons integrated.
    Is it possible to deactivate your fontawesome and completely use the one which we integrated in our theme?
    Thanks a lot
    Catharina

Viewing 1 replies (of 1 total)
  • Hello @cvh-design!

    Thanks for posting about this issue!

    Here’s how you can disable Font Awesome from the plugin. Please open /slider-wd/slider-wd.php file of your website and find wds_front_end_scripts function.

    The following code is written in it:

    wp_enqueue_style('wds_font-awesome', WD_S_FRONT_URL . '/css/font-awesome/font-awesome.css', array(), '4.6.3');

    If you comment it out, Font Awesome will be disabled. Let us know if this helps.
    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘integration of fontawesome out of date’ is closed to new replies.