WPDM Theme Conflict with Theme Salient

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
#29259

meshMarty
Member

Hi,

It appears that WPDM has a conflict with the theme Salient from ThemeNectar. As soon as I activate the plugin, the social media icons disappear. Can you point me in the right direction as what might be causing the conflict?

Thank you!

#29292

Tauhid
Member

May be it is happening because of font-awesome. You need to remove font-awesome by going to download-manager->functions.php and find out wp_enqueue_style('font-awesome', WPDM_BASE_URL.'font-awesome/css/font-awesome.min.css'); (line no # 1509) than remove it. Thanks

#29306

meshMarty
Member

Thank you!

That fixed it.

#46617

SparkSupply
Member

Hi, I have the same issue but can’t find the line of code in the wpdm-functions.php file. Has it been moved somewhere else?

Thank you!

#46618

SparkSupply
Member

Okay, I think I fixed it. I found the following 2 lines of code

” if (!in_array(‘wpdm-font-awesome’, $wpdmss))
wp_enqueue_style(‘font-awesome’, WPDM_BASE_URL.’assets/font-awesome/css/font-awesome.min.css’);”

in the download-manager.php file and deleted them. Now it seems to work.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘WPDM Theme Conflict with Theme Salient’ is closed to new replies.