| @@ -77,9 +77,9 @@ | ||
| 77 | 77 | $this->widget_query() |
| 78 | 78 | ) |
| 79 | 79 | ); |
| 80 | 80 | |
| 81 | - unset( $fields['grid_style'] ); | |
| 81 | + // unset( $fields['grid_style'] ); | |
| 82 | 82 | |
| 83 | 83 | return $fields; |
| 84 | 84 | } |
| 85 | 85 | |
| @@ -106,11 +106,11 @@ | ||
| 106 | 106 | |
| 107 | 107 | $sections = array_merge( |
| 108 | 108 | $content_visibility, |
| 109 | 109 | Controls\SettingsFields::content_ordering( $this ), |
| 110 | + Controls\SettingsFields::section_title( $this ), | |
| 110 | 111 | Controls\SettingsFields::image( $this ), |
| 111 | 112 | Controls\SettingsFields::action_buttons( $this ), |
| 112 | - Controls\SettingsFields::section_title( $this ), | |
| 113 | 113 | Controls\SettingsFields::product_title( $this ), |
| 114 | 114 | Controls\SettingsFields::product_excerpt( $this ), |
| 115 | 115 | Controls\SettingsFields::badges( $this ), |
| 116 | 116 | $this->variation_swatch_conditionaly(), |