You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Bug Fixes
- **Compatibility with Elementor**: Fixes a compatibility issue with Elementor.
- **Fixes Checkbox Styles**: Fixes a styling issue with Checkbox in the wizard that makes it almost invisible on screen.
'title' => __( 'The template has been imported!', 'wp-maintenance-mode' ),
192
204
'description' => __( 'The template has been imported to a new draft page. You can take a look and enable it from plugin settings.', 'wp-maintenance-mode' ),
@@ -1169,7 +1181,7 @@ public function add_display_post_states( $post_states, $post ) {
1169
1181
* @return string
1170
1182
*/
1171
1183
publicfunctionadd_wizard_classes( $classes ) {
1172
-
if ( get_option( 'wpmm_fresh_install', false ) ) {
1184
+
if ( ! get_option( 'wpmm_fresh_install', false ) ) {
<h3><?phpesc_html_e( 'Enhance Your WordPress Site with Hyve AI Chatbot', 'wp-maintenance-mode' ); ?></h3>
837
+
<p><?phpesc_html_e( 'Hyve is an AI chatbot plugin for WordPress, ideal for sites in maintenance mode. It enhances user experience by turning your content into interactive conversations, helping visitors access information while your site is under development.', 'wp-maintenance-mode' ); ?></p>
<h4><?phpesc_html_e( 'Setup the conversation steps to capture more subscribers with this friendly way of asking email addresses.', 'wp-maintenance-mode' ); ?></h4>
822
843
<p><?phpesc_html_e( 'You may also want to use these wildcards: {bot_name} and {visitor_name} to make the conversation even more realistic.', 'wp-maintenance-mode' ); ?></p>
823
844
<p><?phpesc_html_e( 'It is also ok if you don\'t fill in all the conversation steps if you don\'t need to.', 'wp-maintenance-mode' ); ?></p>
__( '<a href="%1$s" target="_blank">Hyve%2$s</a> is an AI chatbot plugin for WordPress, ideal for sites in maintenance mode. It enhances user experience by turning your content into interactive conversations, helping visitors access information while your site is under development.', 'wp-maintenance-mode' ),
0 commit comments