By default sticky message widget area is coming on home page only. Some users are wanting it on all pages. I spent some times and got it. Now I am sharing the step-by-step procedure here and my members can easily implement it on their sites.
Step 1
Open the front-page.php and remove this single line code from wellness_enqueue_front_script_styles() function.
wp_enqueue_script( 'wellness-front-script', get_stylesheet_directory_uri() . '/js/front-page.js', array( 'jquery' ), '1.0.0' );
I received a fatal error: Fatal error: Cannot redeclare wellness_sticky_message() (previously declared in /home/XXXXXX/public_html/wp-content/themes/wellness-pro/functions.php:325) in /home/XXXXXX/public_html/wp-content/themes/wellness-pro/front-page.php on line 68
Remove the same function from front-page.php file and follow the all steps.