Alex S

Results 98 issues of 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...

enhancement
priority-2

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...

enhancement
priority-2

Sometimes users would like to restrict the amount of enterable text or require a minimum of characters.

enhancement
priority-2

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...

enhancement
priority-2

There should be an option to center align the Call to Action Button. ![a95645bfc-63](https://cloud.githubusercontent.com/assets/17275120/14594069/b54f1182-0575-11e6-8e41-27d324ff301f.png)

enhancement
priority-3

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...

enhancement
priority-3

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...

enhancement
priority-2

There should be a validation hook in the contact widget to allow for custom validation on contact form submission.

enhancement
priority-2

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...