Hi, I’ve asked a similar question before but I went off on a bit of a tangent! I’m wondering how to alter the fields shown in a widget based on the context of the post being edited. Using GET[‘post’] doesn’t work, I think due to the use of caching and/or ajax. I’ve tried that both…
Hi, Is it possible to extend widgets in an object oriented manner e.g. I tried the above but, after some odd behaviour in the page builder, instead settled on using the various filters available to extend existing widgets. This is probably the advised approach as I’d prefer to keep most of what the map widget…
Hi, I’m building a widget that relies on the page being edited to establish the child pages available for selection within the widget (as a dropdown). It seems I can’t reliably use $_REQUEST[ ‘postId’ ] because that isn’t available when the widget data loads via ajax and the preview doesn’t work. Someone raised a similar…
Hi, I appear to have the exact same issue as described here. I’ve tried modify_form and the siteorigin_widgets_form_options filters but the updated form fields don’t carry through. Hope you can help. Thanks
Hi, I just wanted to let you know that I’m still seeing this notice on a vanilla WordPress install with only SiteOrigin Panels & WordPress SEO activated. The theme is Twenty Twenty-Five. Thanks
Hi, I’m trying to hide/show fields depending on the options selected. Referring to this thread I added the following: But nothing was logged. Any thoughts?
Hello, I haven’t tested extensively but this JS error seems to be appearing in the WordPress widget area. The problem does not occur if I disable PageBuilder or downgrade to 2.6.9. Hope that’s helpful.
The fix is simply to update WordPress SEO's meta description field on the page in question so that it doesn't try to automatically pull the content from the page builder. As an alternative I wondered if a provision could be made for widget authors to prevent certain widgets from being considered as page content by…
As a test I added two SiteOrigin button widgets to a page and two to the blog sidebar. Php to output the widget ID. The blog sidebar correctly showed unique widget IDs but the page builder did not.