| @@ -1490,9 +1490,8 @@ | ||
| 1490 | 1490 | * @since 1.3.0 |
| 1491 | 1491 | * @access protected |
| 1492 | 1492 | */ |
| 1493 | 1493 | protected function _add_render_attributes() { |
| 1494 | - parent::_add_render_attributes(); | |
| 1495 | 1494 | |
| 1496 | 1495 | $section_type = $this->get_data( 'isInner' ) ? 'inner' : 'top'; |
| 1497 | 1496 | |
| 1498 | 1497 | $this->add_render_attribute( |
| @@ -1500,8 +1499,10 @@ | ||
| 1500 | 1499 | 'elementor-section', |
| 1501 | 1500 | 'elementor-' . $section_type . '-section', |
| 1502 | 1501 | ] |
| 1503 | 1502 | ); |
| 1503 | + | |
| 1504 | + parent::_add_render_attributes(); | |
| 1504 | 1505 | } |
| 1505 | 1506 | |
| 1506 | 1507 | /** |
| 1507 | 1508 | * Get default child type. |