| @@ -40,8 +40,29 @@ | ||
| 40 | 40 | HELLOPLUS_STYLE_URL . 'helloplus-button.css', |
| 41 | 41 | [ 'elementor-frontend' ], |
| 42 | 42 | HELLOPLUS_VERSION |
| 43 | 43 | ); |
| 44 | + | |
| 45 | + wp_register_style( | |
| 46 | + 'helloplus-image', | |
| 47 | + HELLOPLUS_STYLE_URL . 'helloplus-image.css', | |
| 48 | + [ 'elementor-frontend' ], | |
| 49 | + HELLOPLUS_VERSION | |
| 50 | + ); | |
| 51 | + | |
| 52 | + wp_register_style( | |
| 53 | + 'helloplus-shapes', | |
| 54 | + HELLOPLUS_STYLE_URL . 'helloplus-shapes.css', | |
| 55 | + [ 'elementor-frontend' ], | |
| 56 | + HELLOPLUS_VERSION | |
| 57 | + ); | |
| 58 | + | |
| 59 | + wp_register_style( | |
| 60 | + 'helloplus-column-structure', | |
| 61 | + HELLOPLUS_STYLE_URL . 'helloplus-column-structure.css', | |
| 62 | + [ 'elementor-frontend' ], | |
| 63 | + HELLOPLUS_VERSION | |
| 64 | + ); | |
| 44 | 65 | } |
| 45 | 66 | |
| 46 | 67 | /** |
| 47 | 68 | * @param \Elementor\Elements_Manager $elements_manager |