Layout gets broken in staging environemnt
-
Bug report:
On any other but production environment comments layout gets broken (tested on 2 dev subdomains, and localhost)
Default 2021 theme, no plugins activated but WP Discuz.
https://jmp.sh/3eEJLAo
It looks like the path to style.css is broken:
/style.css
instead ofwp-content/plugins/wpdiscuz/themes/default/style.css
CSS file is getting enqueued in the fileclass.WpdiscuzCore.php
, this line:$this->helper->enqueueWpDiscuzStyle($cssSlug, $fileName, $this->version, $this->form);
Cheers!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Layout gets broken in staging environemnt’ is closed to new replies.