-
|
Hello Winter CMS community, I recently updated an old Winter CMS installation: Winter CMS version: 1.2.10 Plugin: OFFLINE.ResponsiveImages 3.0.4 After the update, my site was not starting, throwing an error related to OFFLINE.ResponsiveImages: I disabled the plugin, which made the site run again. However, now my SVG symbols included via {% partial 'svg-icons' %} are empty in the frontend. renders nothing. The svg-icons.htm partial still contains all definitions, but they are not displayed. Questions: Could this be due to changes in Winter CMS 1.2.x? What is the correct way to include SVG symbols after disabling this plugin? Any guidance or similar experiences would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Looks like this commit broke the plugin for wintercms: OFFLINE-GmbH/oc-responsive-images-plugin@741e145 Just use a version prior to this commit. |
Beta Was this translation helpful? Give feedback.
-
|
Seems that v3.0.5 has fixed the issue |
Beta Was this translation helpful? Give feedback.
Looks like this commit broke the plugin for wintercms:
OFFLINE-GmbH/oc-responsive-images-plugin@741e145
Just use a version prior to this commit.