Opened 7 years ago
Last modified 7 years ago
#2794 assigned defect
cb-parallax 0.9.0 does no longer register its CSS and JS
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Severity: | major |
| Plugin: | not-listed | Keywords: | |
| Cc: |
Description
Using WordPress 5.2.2 and theme Aldehyde 3.0.6, I upgraded cb-parallax from version 0.8.8 to 0.9.0 and this caused it to fail until I downgraded again to 0.8.8.
The failure was that all its CSS and JavaScript failed to register: looking into the output of a page generated by 0.9.0, both its two <script> sections and the <link> to its stylesheet that existed in 0.8.8 were absent in the HTML now. CSS and JS files exist on disk, but are not referenced. Consequently, the background image and parallax effects do not work anymore.
cb-parallax worked fine in version 0.8.8 with the same WordPress version and theme and the same page where I tested it on. When I downgraded it from 0.9.0 to 0.8.8 it worked fine again, so there must be some bug :)
Also, I disabled all other plugins while testing this, to exclude that the issue might be a conflict with another plugin. But the issue persists as described even when cb-parallax is the only active plugin.
Also, the current version cb-parallax 0.9.2.4 is also affected. I just mention the step from 0.8.8 to 0.9.0 because that's the update where the issue was introduced. Tried this by installing all versions from 0.8.7, one after the other.