public function register_document_controls( $document ) {
$document->add_control(
'ast-save-changes-notice',
array(
'type' => \Elementor\Controls_Manager::RAW_HTML,
'raw' => __( 'Make sure to update your post for changes to take effect.', 'astra' ),
'content_classes' => 'elementor-panel-alert elementor-panel-alert-warning',
)
);
$document->add_control(
'ast-hide-title-notice',
array(
'type' => \Elementor\Controls_Manager::RAW_HTML,
'raw' => __( "Changes to 'Hide Title' will automatically sync with Astra’s 'Disable Title' option.", 'astra' ),
'content_classes' => 'elementor-panel-alert elementor-panel-alert-info',
)
);
$document->end_injection();
} // 👈 this closes register_document_controls( $document )
/**
* Adds inline styles to enhance Astra controls in Elementor Page Settings.
*
* Optimizes layout and display of CHOOSE controls (like container and sidebar settings).
* by using grid layouts and ensuring button labels are visible.
*
* @since 4.11.3
*
* @return void
*/
public function add_custom_control_style() {
$css_rules = '
';
echo $css_rules;
}
https://www.creativekidsacademy.in/wp-sitemap-posts-post-1.xmlhttps://www.creativekidsacademy.in/wp-sitemap-posts-page-1.xmlhttps://www.creativekidsacademy.in/wp-sitemap-posts-elementor-hf-1.xmlhttps://www.creativekidsacademy.in/wp-sitemap-taxonomies-category-1.xmlhttps://www.creativekidsacademy.in/wp-sitemap-taxonomies-post_tag-1.xmlhttps://www.creativekidsacademy.in/wp-sitemap-users-1.xml