Facing strange issue.
I have copied live site to staging so in both site code is same. I am using wpengine.
In live site plugin style.css URL generated correctly so all style applied. But in staging plugin style.css wrong URL generated so style not applied.
Live site : https://skriftlig.no/liks
Plugin style URL generated.
<link rel='stylesheet' id='wpdiscuz-frontend-css-css' href=' https://skriftlig.no/wp-content/plugins/wpdiscuz/themes/default/style.css?ver=7.6.15 ' media='all' />
Staging Site : https://skriftlignodev.wpenginepowered.com/liks/
Wrong Plugin style URL Generated.
<link rel='stylesheet' id='wpdiscuz-frontend-css-css' href='https://skriftligstage.wpengine.com/style.css?ver=7.6.15' media='all' />
Hi @jayeshcspl
Please follow the steps mentioned in this FAQ: https://wpdiscuz.com/community/f-a-q/if-design-of-the-wpdiscuz-comment-form-is-broken/#post-10629