XF 2.2 Why would a widget's content be frozen and unable to be changed?

Joe Blow

Well-known member
I have a widget that I used to update the content of manually. It was just markup code and text. But at some point it stopped displaying my updates. The content of the widget was frozen in time. I ended up removing all the content of the widget but even then it kept displaying the same frozen content.

I do use a CDN but I have flushed the CDN cache over and over again and nothing changes.

I cannot work out what has happened and why this widget content can not be changed.

Does anyone have any ideas?
 
I have a widget that I used to update the content of manually. It was just markup code and text. But at some point it stopped displaying my updates. The content of the widget was frozen in time. I ended up removing all the content of the widget but even then it kept displaying the same frozen content.

I do use a CDN but I have flushed the CDN cache over and over again and nothing changes.

I cannot work out what has happened and why this widget content can not be changed.

Does anyone have any ideas?
The HTML widgets are saved as templates with the widget prefix.
For example, if the widget ID is widget-title, the template name will be
Code:
_widget_widget-title
 
It will, unless you've customized the template on a per-style basis. You can revert the template on a given style to pick up changes from the master version.
 
Back
Top Bottom