Alex S
Alex S
If you try and search for a taxonomy using the slug it won't come up. The taxonomy only seems to support names which is odd when the slug is used...
It's not uncommon that I have to tell people about the SiteOrigin Widgets plugin page - in other words, that not all widgets are enabled by default. I think we...
Sometimes users would like to restrict the amount of enterable text or require a minimum of characters.
You should be able to filter the widgets page with filtering similar to that of the Add Widget Interface. Although, in this context, it might be better if it was...
There should be an option to center align the Call to Action Button. 
The user should be allowed manually to set the marker icon size if they so choice. This will allow them to have more control over the marker icon size as...
You should be able to prefill fields via the widget directly, and by linking to the page, for example: http://example.com/contact-us/?subject=fancy-subject-here-we-go, should prefill the subject field of the email with that...
There should be a validation hook in the contact widget to allow for custom validation on contact form submission.
Resolve #968 This PR adds the `siteorigin_panels_admin_row_colors` filter which allows for row colour re-ordering, custom row colours with names, and row colour removal. Add custom colour: ``` add_filter( 'siteorigin_panels_admin_row_colors', function(...
This PR allows for widget validation. It introduces the `sow_validate_widget_data` event to allow other developers to validate things and introduces `required` support. This PR modifies the Widgets Block and admin...