Replies: 1
I’ve got a site running the latest WordPress version, alongside the most recent version of PageBuilder and Widget Bundle.
For some reason, the image widget is displaying the shortcode text on the front end with a hidden input field, rather than the image itself.
Here’s a copy of the front-end output copied straight from Chrome dev tools:
<div class="user panel-widget-style panel-widget-style-for-2041-0-1-0">[siteorigin_widget class="SiteOrigin_Widget_Image_Widget"]<input type="hidden" value="{"instance":{"image":2149,"image_fallback":"","size":"team-large","align":"center","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"full_width":true,"_sow_form_id":"17605098865e5504264ecb9088852579","_sow_form_timestamp":"1582629991835","new_window":false,"so_sidebar_emulator_id":"sow-image-204110001","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\"panel-2041-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"1\" data-style=\"{"class":"user","background_image_attachment":false,"background_display":"tile"}\" ><div class=\"user panel-widget-style panel-widget-style-for-2041-0-1-0\" >","after_widget":"<\/div><\/div>","before_title":"<h3 class=\"widget-title\">","after_title":"<\/h3>","widget_id":"widget-0-1-0"}}">[/siteorigin_widget]</div>
Removing the widget, saving the page, and then re-adding doesn’t work. Adding multiple image widgets all produce the same output. Other widgets are not affected.
Any ideas?