siteorigin / vantage

Vantage is a flexible multipurpose theme. Its strength lies in its tight integration with some powerful plugins like Page Builder for responsive page layouts, Smart Slider 3 for big beautiful sliders and WooCommerce to help you sell online. Vantage is fully responsive and retina ready. Use it to start a business site, portfolio or online store.
https://siteorigin.com/theme/vantage/
GNU General Public License v2.0
67 stars 14 forks source link

Block Editor: Resolve Row Background Saving Issue #372

Closed AlexGStapleton closed 4 years ago

AlexGStapleton commented 4 years ago

This PR resolves an issue that occurs while using the Block Editor. The Legacy Theme Settings code applies even though the meta check passes. This happens due the Block Editor preview and content generation changes not relying on the page id and being block specific. This PR checks for those actions and returns the default $fields. An additional post meta check isn't required for those Ajax requests as legacy fields will never be present on a Block Editor powered page.

To test this PR please activate Vantage and then open/create a Block Editor powered page. Add a SiteOrigin Layout Block and add an Archives widget. Open the Row and set a Background Color and Background Image. Wait for the block generation to finish and then save. Reload and open the row. The Background Image won't be set.