Plugin Directory

Changeset 3413360


Ignore:
Timestamp:
12/07/2025 06:36:43 AM (4 months ago)
Author:
rstheme2017
Message:

Version Updated

Location:
ultimate-coming-soon
Files:
234 added
20 edited

Legend:

Unmodified
Added
Removed
  • ultimate-coming-soon/trunk/README.md

    r3350095 r3413360  
    77**Contributors:** rstheme2017, rubrash
    88**Tags:** maintenance mode, coming soon, landing page, under construction, countdown   
    9 **Version:** 1.1.3
     9**Version:** 1.1.4
    1010**License:** GPLv2 or later
    1111**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
    12 **Stable tag:** 1.1.3
     12**Stable tag:** 1.1.4
    1313**Tested up to:** 6.8
    1414**Requires PHP:** 7.4
     
    258258## Changelog ##
    259259
     260= 1.1.4 26-11-2025 =
     261
     262* Compatible with your version of WordPress
     263* Add Ordering System
     264* Add Subscription Form Fields 7 Dynamic Values
     265* Add Subscription Button Fields 5 Dynamic Values
     266* Design Update 3 templates
     267* Responsive Design
     268* Tab Issue Solved
     269* Bug Fixes
     270
    260271= 1.1.3 20-08-2025 =
    261272
  • ultimate-coming-soon/trunk/backend/tabs-content/design/enable-design-class.php

    r3350095 r3413360  
    122122                                <label for="wpucs_logo_width"><?php esc_html_e('Logo Width (px):', 'ultimate-coming-soon'); ?></label>
    123123                                <input type="text" id="wpucs_logo_width" name="wpucs_logo_width"
    124                                     value="<?php echo esc_attr( ! empty( $wpucs_logo_width ) ? $wpucs_logo_width : 300 ); ?>"
     124                                    value="<?php echo esc_attr( ! empty( $wpucs_logo_width ) ? $wpucs_logo_width : '' ); ?>"
    125125                                    min="1" max="300" step="1">
    126126                            </p>
     
    131131                                <label for="wpucs_logo_height"><?php esc_html_e('Logo Height (px):', 'ultimate-coming-soon'); ?></label>
    132132                                <input type="text" id="wpucs_logo_height" name="wpucs_logo_height"
    133                                     value="<?php echo esc_attr( ! empty( $wpucs_logo_height ) ? $wpucs_logo_height : 70 ); ?>"
     133                                    value="<?php echo esc_attr( ! empty( $wpucs_logo_height ) ? $wpucs_logo_height : '' ); ?>"
    134134                                    min="1" max="70" step="1">
    135135                            </p>
  • ultimate-coming-soon/trunk/backend/tabs-content/newsletter/custom-modal.php

    r3098565 r3413360  
    1616</div>
    1717
     18<div id="customModal133" class="wpucs-lite-disable-modal">
     19    <div class="wpucs-lite-disable-modal-content">
     20        <span class="wpucs-lite-disable-modal-close">&times;</span>
     21        <p style="font-size: 16px; margin-bottom: 0px;"><?php esc_html_e("You are using free version of UCSM. For getting all features, try to buy Pro Version.  ", 'ultimate-coming-soon'); ?><a href="https://wpucs.com/" target="_blank" ><button class="buynow"><?php esc_html_e("Buy Now ", 'ultimate-coming-soon'); ?></button></a></p>
     22    </div>
     23</div>
     24
    1825<div id="customModal34" class="wpucs-lite-disable-modal">
    1926    <div class="wpucs-lite-disable-modal-content">
  • ultimate-coming-soon/trunk/backend/tabs-content/newsletter/disable-newsletter-class.php

    r3126789 r3413360  
    7878                </div>
    7979            </div>
     80            <div class="col-lg-6">
     81                <!-- Subscription Border Color  -->
     82                <div class="wpucs-color-box-lite">
     83                    <label
     84                        for="wpucs_subscription_button_text_hover_color"><?php esc_html_e('Border Color:', 'ultimate-coming-soon'); ?></label>
     85                    <div class="wpucs-color-item-lite">
     86                        <input type="text" class="wp-color-picker" id="wpucs_subscription_button_text_hover_color"
     87                            name="wpucs_subscription_button_text_hover_color"
     88                            value="#fff">
     89                        <input type="text" class="wpucs-color-picker-rgba"
     90                            id="wpucs_subscription_button_text_hover_color_rgba"
     91                            name="wpucs_subscription_button_text_hover_color_rgba"
     92                            value="rgb(255, 255, 255)">
     93                    </div>
     94                </div>
     95            </div>
     96            <div class="col-lg-6">
     97                <!-- Subscription Background Hover  Color  -->
     98                <div class="wpucs-color-box-lite">
     99                    <label
     100                        for="wpucs_subscription_button_background_hover_color"><?php esc_html_e('Border Hover Color:', 'ultimate-coming-soon'); ?></label>
     101                    <div class="wpucs-color-item-lite">
     102                        <input type="text" class="wp-color-picker" id="wpucs_subscription_button_background_hover_color"
     103                            name="wpucs_subscription_button_background_hover_color"
     104                            value="#FFC75C">
     105                        <input type="text" class="wpucs-color-picker-rgba"
     106                            id="wpucs_subscription_button_background_hover_color_rgba"
     107                            name="wpucs_subscription_button_background_hover_color_rgba"
     108                            value="rgb(255, 199, 92)">
     109                    </div>
     110                </div>
     111            </div>
     112            <!--========= Border Type =========-->
     113            <div class="col-lg-6">
     114                <p class="wpucs-rangebox-pro">
     115                    <label for="wpucs_form_field_border_style">
     116                        <?php esc_html_e('Border Style:', 'ultimate-coming-soon'); ?>
     117                    </label>
     118                    <select id="wpucs_form_field_border_style"
     119                            name="wpucs_form_field_border_style">
     120                        <option value="none"  ><?php esc_html_e('None', 'ultimate-coming-soon'); ?></option>
     121                        <option value="solid" ><?php esc_html_e('Solid', 'ultimate-coming-soon'); ?></option>
     122                        <option value="dashed"><?php esc_html_e('Dashed', 'ultimate-coming-soon'); ?></option>
     123                        <option value="dotted"><?php esc_html_e('Dotted', 'ultimate-coming-soon'); ?></option>
     124                        <option value="double"><?php esc_html_e('Double', 'ultimate-coming-soon'); ?></option>
     125                    </select>
     126                </p>
     127            </div>
     128
     129            <!--========= Border Width =========-->
     130           
     131            <div class="col-lg-6">
     132                <!-- Subscription level Font Size  -->
     133                <p class="wpucs-rangebox-pro">
     134                    <label for="wpucs_subscription_text_height"><?php esc_html_e(' Border Width (px):', 'ultimate-coming-soon'); ?></label>
     135                    <input type="range" id="wpucs_subscription_text_height" name="wpucs_subscription_text_height"
     136                        value="80" min="0" max="100">
     137                    <span class="wpucs-hint-pro">*
     138                        <?php esc_html_e('It is recommended to keep the Subscription level font size  between 0-100 px.', 'ultimate-coming-soon'); ?></span>
     139                </p>
     140            </div>
     141
     142            <!--========= Border Radius =========-->
     143           
     144            <div class="col-lg-6">
     145                <!-- Subscription level Font Size  -->
     146                <p class="wpucs-rangebox-pro">
     147                    <label for="wpucs_subscription_text_height"><?php esc_html_e(' Border Radius  (px):', 'ultimate-coming-soon'); ?></label>
     148                    <input type="range" id="wpucs_subscription_text_height" name="wpucs_subscription_text_height"
     149                        value="80" min="0" max="100">
     150                    <span class="wpucs-hint-pro">*
     151                        <?php esc_html_e('It is recommended to keep the Subscription level font size  between 0-100 px.', 'ultimate-coming-soon'); ?></span>
     152                </p>
     153            </div>
    80154        </div>
    81155        <p><?php esc_html_e('This section is available in the Pro version of the plugin.', 'ultimate-coming-soon'); ?></p>
     
    89163<div class="wpucs-lite-disable modal-trigger" data-modal="customModal33">
    90164    <fieldset style="padding-bottom: 0; margin-bottom: 30px;" disabled>
    91         <legend><?php esc_html_e('Subscription Notice', 'ultimate-coming-soon'); ?><span class="wpucs_pro_feature_label"> (<?php esc_html_e('Pro', 'ultimate-coming-soon'); ?>)</span></legend>
    92         <div class="row wpucs-opacity">
    93             <!-- Text -->
    94             <div class="col-lg-12">
    95                 <p>
    96                     <label for="wpucs_subscription_text"><?php esc_html_e('Text:', 'ultimate-coming-soon'); ?></label>
    97                     <input type="text" id="wpucs_subscription_text" name="wpucs_subscription_text"
    98                         value="Subscribe">
    99                 </p>
    100             </div>
    101             <div class="col-lg-6">
    102                 <!-- Subscription level Font Size  -->
    103                 <p class="wpucs-rangebox-pro">
    104                     <label for="wpucs_subscription_text_height"><?php esc_html_e(' Font Size (px):', 'ultimate-coming-soon'); ?></label>
    105                     <input type="range" id="wpucs_subscription_text_height" name="wpucs_subscription_text_height"
    106                         value="80" min="0" max="100">
    107                     <span class="wpucs-hint-pro">*
    108                         <?php esc_html_e('It is recommended to keep the Subscription level font size  between 0-100 px.', 'ultimate-coming-soon'); ?></span>
    109                 </p>
    110             </div>
    111             <div class="col-lg-6">
    112                 <!-- Subscription level  Color  -->
    113                 <div class="wpucs-color-box-lite">
    114                     <label for="wpucs_subscription_text_color"><?php esc_html_e('Color:', 'ultimate-coming-soon'); ?></label>
    115                     <div class="wpucs-color-item-lite">
    116                         <input type="text" class="wp-color-picker" id="wpucs_subscription_text_color"
    117                             name="wpucs_subscription_text_color"
    118                             value="#fff">
    119                         <input type="text" class="wpucs-color-picker-rgba" id="wpucs_subscription_text_color_rgba"
    120                             name="wpucs_subscription_text_color_rgba"
    121                             value="rgb(255, 255, 255)">
    122                     </div>
    123                 </div>
    124             </div>
    125         </div>
     165        <legend><?php esc_html_e('Subscription Notice', 'ultimate-coming-soon'); ?><span class="wpucs_pro_feature_label"> (<?php esc_html_e('Pro', 'ultimate-coming-soon'); ?>)</span></legend>
     166        <div class="row wpucs-opacity">
     167            <!-- Text -->
     168            <div class="col-lg-12">
     169                <p>
     170                    <label for="wpucs_subscription_text"><?php esc_html_e('Text:', 'ultimate-coming-soon'); ?></label>
     171                    <input type="text" id="wpucs_subscription_text" name="wpucs_subscription_text"
     172                        value="Subscribe">
     173                </p>
     174            </div>
     175            <div class="col-lg-6">
     176                <!-- Subscription level Font Size  -->
     177                <p class="wpucs-rangebox-pro">
     178                    <label for="wpucs_subscription_text_height"><?php esc_html_e(' Font Size (px):', 'ultimate-coming-soon'); ?></label>
     179                    <input type="range" id="wpucs_subscription_text_height" name="wpucs_subscription_text_height"
     180                        value="80" min="0" max="100">
     181                    <span class="wpucs-hint-pro">*
     182                        <?php esc_html_e('It is recommended to keep the Subscription level font size  between 0-100 px.', 'ultimate-coming-soon'); ?></span>
     183                </p>
     184            </div>
     185            <div class="col-lg-6">
     186                <!-- Subscription level  Color  -->
     187                <div class="wpucs-color-box-lite">
     188                    <label for="wpucs_subscription_text_color"><?php esc_html_e('Color:', 'ultimate-coming-soon'); ?></label>
     189                    <div class="wpucs-color-item-lite">
     190                        <input type="text" class="wp-color-picker" id="wpucs_subscription_text_color"
     191                            name="wpucs_subscription_text_color"
     192                            value="#fff">
     193                        <input type="text" class="wpucs-color-picker-rgba" id="wpucs_subscription_text_color_rgba"
     194                            name="wpucs_subscription_text_color_rgba"
     195                            value="rgb(255, 255, 255)">
     196                    </div>
     197                </div>
     198            </div>
     199        </div>
    126200        <p><?php esc_html_e('This section is available in the Pro version of the plugin.', 'ultimate-coming-soon'); ?></p>
    127     </fieldset>
     201    </fieldset>
    128202</div>
    129203<!--=========End Disable Subscription Notice =========-->
     204
     205<!--=========Subscription Form Field =========-->
     206<div class="wpucs-lite-disable modal-trigger" data-modal="customModal133">
     207    <fieldset style="padding-bottom: 0; margin-bottom: 30px;" disabled>
     208        <legend><?php esc_html_e('Subscription Form Field', 'ultimate-coming-soon'); ?></legend>
     209
     210        <div class="row wpucs-opacity">
     211
     212            <!--========= Text Color =========-->
     213            <div class="col-lg-6">
     214                <!-- Subscription level  Color  -->
     215                <div class="wpucs-color-box-lite">
     216                    <label for="wpucs_subscription_text_color"><?php esc_html_e('Text Color:', 'ultimate-coming-soon'); ?></label>
     217                    <div class="wpucs-color-item-lite">
     218                        <input type="text" class="wp-color-picker" id="wpucs_subscription_text_color"
     219                            name="wpucs_subscription_text_color"
     220                            value="#fff">
     221                        <input type="text" class="wpucs-color-picker-rgba" id="wpucs_subscription_text_color_rgba"
     222                            name="wpucs_subscription_text_color_rgba"
     223                            value="rgb(255, 255, 255)">
     224                    </div>
     225                </div>
     226            </div>
     227           
     228
     229            <!--========= Background Color =========-->
     230            <div class="col-lg-6">
     231                <!-- Subscription level  Color  -->
     232                <div class="wpucs-color-box-lite">
     233                    <label for="wpucs_subscription_text_color"><?php esc_html_e('Background Color:', 'ultimate-coming-soon'); ?></label>
     234                    <div class="wpucs-color-item-lite">
     235                        <input type="text" class="wp-color-picker" id="wpucs_subscription_text_color"
     236                            name="wpucs_subscription_text_color"
     237                            value="#fff">
     238                        <input type="text" class="wpucs-color-picker-rgba" id="wpucs_subscription_text_color_rgba"
     239                            name="wpucs_subscription_text_color_rgba"
     240                            value="rgb(255, 255, 255)">
     241                    </div>
     242                </div>
     243            </div>
     244
     245            <!--========= Placeholder Color =========-->
     246            <div class="col-lg-6">
     247                <!-- Subscription level  Color  -->
     248                <div class="wpucs-color-box-lite">
     249                    <label for="wpucs_subscription_text_color"><?php esc_html_e('Placeholder Color:', 'ultimate-coming-soon'); ?></label>
     250                    <div class="wpucs-color-item-lite">
     251                        <input type="text" class="wp-color-picker" id="wpucs_subscription_text_color"
     252                            name="wpucs_subscription_text_color"
     253                            value="#fff">
     254                        <input type="text" class="wpucs-color-picker-rgba" id="wpucs_subscription_text_color_rgba"
     255                            name="wpucs_subscription_text_color_rgba"
     256                            value="rgb(255, 255, 255)">
     257                    </div>
     258                </div>
     259            </div>
     260
     261            <!--========= Border Color =========-->
     262            <div class="col-lg-6">
     263                <!-- Subscription level  Color  -->
     264                <div class="wpucs-color-box-lite">
     265                    <label for="wpucs_subscription_text_color"><?php esc_html_e('Border Color:', 'ultimate-coming-soon'); ?></label>
     266                    <div class="wpucs-color-item-lite">
     267                        <input type="text" class="wp-color-picker" id="wpucs_subscription_text_color"
     268                            name="wpucs_subscription_text_color"
     269                            value="#fff">
     270                        <input type="text" class="wpucs-color-picker-rgba" id="wpucs_subscription_text_color_rgba"
     271                            name="wpucs_subscription_text_color_rgba"
     272                            value="rgb(255, 255, 255)">
     273                    </div>
     274                </div>
     275            </div>
     276
     277            <!--========= Border Type =========-->
     278            <div class="col-lg-6">
     279                <p class="wpucs-rangebox-pro">
     280                    <label for="wpucs_form_field_border_style">
     281                        <?php esc_html_e('Border Style:', 'ultimate-coming-soon'); ?>
     282                    </label>
     283                    <select id="wpucs_form_field_border_style"
     284                            name="wpucs_form_field_border_style">
     285                        <option value="none"  ><?php esc_html_e('None', 'ultimate-coming-soon'); ?></option>
     286                        <option value="solid" ><?php esc_html_e('Solid', 'ultimate-coming-soon'); ?></option>
     287                        <option value="dashed"><?php esc_html_e('Dashed', 'ultimate-coming-soon'); ?></option>
     288                        <option value="dotted"><?php esc_html_e('Dotted', 'ultimate-coming-soon'); ?></option>
     289                        <option value="double"><?php esc_html_e('Double', 'ultimate-coming-soon'); ?></option>
     290                    </select>
     291                </p>
     292            </div>
     293
     294            <!--========= Border Width =========-->
     295           
     296            <div class="col-lg-6">
     297                <!-- Subscription level Font Size  -->
     298                <p class="wpucs-rangebox-pro">
     299                    <label for="wpucs_subscription_text_height"><?php esc_html_e(' Border Width (px):', 'ultimate-coming-soon'); ?></label>
     300                    <input type="range" id="wpucs_subscription_text_height" name="wpucs_subscription_text_height"
     301                        value="80" min="0" max="100">
     302                    <span class="wpucs-hint-pro">*
     303                        <?php esc_html_e('It is recommended to keep the Subscription level font size  between 0-100 px.', 'ultimate-coming-soon'); ?></span>
     304                </p>
     305            </div>
     306
     307            <!--========= Border Radius =========-->
     308           
     309            <div class="col-lg-6">
     310                <!-- Subscription level Font Size  -->
     311                <p class="wpucs-rangebox-pro">
     312                    <label for="wpucs_subscription_text_height"><?php esc_html_e(' Border Radius  (px):', 'ultimate-coming-soon'); ?></label>
     313                    <input type="range" id="wpucs_subscription_text_height" name="wpucs_subscription_text_height"
     314                        value="80" min="0" max="100">
     315                    <span class="wpucs-hint-pro">*
     316                        <?php esc_html_e('It is recommended to keep the Subscription level font size  between 0-100 px.', 'ultimate-coming-soon'); ?></span>
     317                </p>
     318            </div>
     319        </div>
     320    </fieldset>
     321</div>
     322<!--========= END Subscription Form Field =========-->
  • ultimate-coming-soon/trunk/backend/tabs-content/templates/backend-part/templates-menu.php

    r3206983 r3413360  
    219219        });
    220220    });
     221// ------------------------------
     222// TEMPLATE FILTERING
     223// ------------------------------
     224const filterRadios = document.querySelectorAll('input[name="template-filter"]');
     225const templateItems = document.querySelectorAll('.ucsm-template-grid-lite-item');
     226
     227filterRadios.forEach(radio => {
     228    radio.addEventListener('change', function () {
     229        const value = this.value;
     230
     231        templateItems.forEach(item => {
     232            const isPro = item.classList.contains('pro');
     233
     234            if (value === 'all') {
     235                item.style.display = 'block';
     236            }
     237            else if (value === 'available') {
     238                // Show only FREE templates
     239                if (!isPro) item.style.display = 'block';
     240                else item.style.display = 'none';
     241            }
     242            else if (value === 'pro') {
     243                // Show only PRO templates
     244                if (isPro) item.style.display = 'block';
     245                else item.style.display = 'none';
     246            }
     247        });
     248    });
     249});
     250
    221251</script>
  • ultimate-coming-soon/trunk/functions/default-data.php

    r3350095 r3413360  
    2626      update_option('wpucs_countdown_message_status', 'on');
    2727      update_option('wpucs_countdown_finishing_text', 'Stay tuned for updates!');
    28       update_option('wpucs_countdown_date', '2025-12-31T12:00');
     28      update_option('wpucs_countdown_date', '2026-02-28T12:00');
    2929
    3030      //SEO
  • ultimate-coming-soon/trunk/functions/reset-data.php

    r3350095 r3413360  
    2222ucsm_save_activated_template_id_lite($activatedTemplateId);
    2323
    24       //Reset Function
    25       // Function to reset options for the 'dashboard' tab
    26       function ucsm_reset_dashboard_tab_lite(){   
     24//Reset Function
     25// Function to reset options for the 'dashboard' tab
     26function ucsm_reset_dashboard_tab_lite(){   
     27 
     28  $wpucs_dashboard_reset_nonce = wp_create_nonce('wpucs_dashboard_reset_nonce');
     29 
     30  ?>
     31    <input type="hidden" name="wpucs_dashboard_reset_nonce_field" value="<?php echo esc_attr($wpucs_dashboard_reset_nonce); ?>">
     32  <?php       
     33 
     34
     35}
     36// Function to reset options for the 'dashboard' tab
     37function ucsm_reset_content_tab_lite(){   
     38 
     39  $wpucs_content_reset_nonce = wp_create_nonce('wpucs_content_reset_nonce');
     40  $activatedTemplateId = get_option('activated_template_id');
     41  ?>
     42    <input type="hidden" name="wpucs_content_reset_nonce_field" value="<?php echo esc_attr($wpucs_content_reset_nonce); ?>">
     43  <?php
     44
     45  update_option('wpucs_main_heading', 'We Are');
     46  update_option('wpucs_sub_heading', 'Coming Very Soon!');
     47  update_option('wpucs_main_description', 'We will let you know when we are Launching');
     48 
     49  if ( $activatedTemplateId == 13) { 
     50        update_option('wpucs_main_heading', 'We Are');
     51        update_option('wpucs_sub_heading', 'Coming Soon! ');
    2752       
    28         $wpucs_dashboard_reset_nonce = wp_create_nonce('wpucs_dashboard_reset_nonce');
     53  }elseif ( $activatedTemplateId == 16 ) {
     54        update_option('wpucs_main_heading', 'We Are Coming ');
     55        update_option('wpucs_sub_heading', 'Soon! ');
    2956       
    30         ?>
    31           <input type="hidden" name="wpucs_dashboard_reset_nonce_field" value="<?php echo esc_attr($wpucs_dashboard_reset_nonce); ?>">
    32         <?php       
     57  }elseif ( $activatedTemplateId == 25 ) {
     58    update_option('wpucs_main_heading', 'IS UNDER');
     59    update_option('wpucs_sub_heading', 'CONSTRUCTION ');
     60    update_option('wpucs_main_description', 'Hide your website until it\'s ready. Create an eye-catching Coming Soon & Maintenance Mode page with our easy-to-use. Super fast and user-friendly WP plugin in minutes.');
    3361       
    34  
    35       }
    36       // Function to reset options for the 'dashboard' tab
    37       function ucsm_reset_content_tab_lite(){   
     62  }elseif ( $activatedTemplateId == 26 ) {
     63    update_option('wpucs_main_heading', 'Our Website Now');
     64    update_option('wpucs_sub_heading', 'Under Construction ');
     65    update_option('wpucs_main_description', 'Hide your website until it\'s ready. Create an eye-catching Coming Soon & Maintenance Mode page with our easy-to-use. Super fast and user-friendly WP plugin in minutes.');
    3866       
    39         $wpucs_content_reset_nonce = wp_create_nonce('wpucs_content_reset_nonce');
    40         $activatedTemplateId = get_option('activated_template_id');
    41         ?>
    42           <input type="hidden" name="wpucs_content_reset_nonce_field" value="<?php echo esc_attr($wpucs_content_reset_nonce); ?>">
    43         <?php
     67  }elseif ( $activatedTemplateId == 27 ) {
     68    update_option('wpucs_main_heading', 'We\'re  Down For Maintenance ');
     69     
     70    update_option('wpucs_main_description', 'We Will Be Back Soon');
     71       
     72  }elseif ( $activatedTemplateId == 28 ) {
     73    update_option('wpucs_main_heading', 'Website Down For Maintenance ');
     74    update_option('wpucs_sub_heading', 'We Will Be Back Soon');
     75    update_option('wpucs_main_description', 'Hide your website until it\'s ready. Create an eye-catching Coming Soon & Maintenance Mode page with our easy-to-use. Super fast and user-friendly WP plugin in minutes.');
     76       
     77  }else {
     78       
     79  }
     80}
    4481
    45         update_option('wpucs_main_heading', 'We Are');
    46         update_option('wpucs_sub_heading', 'Coming Very Soon!');
    47         update_option('wpucs_main_description', 'We will let you know when we are Launching');
     82// Function to reset options for the 'Apperance' tab
     83function ucsm_reset_design_tab_lite(){
     84    $wpucs_design_reset_nonce = wp_create_nonce('wpucs_design_reset_nonce');
     85    $activatedTemplateId = get_option('activated_template_id');
     86     
     87    ?>
     88      <input type="hidden" name="wpucs_design_reset_nonce_field" value="<?php echo esc_attr($wpucs_design_reset_nonce); ?>">
     89    <?php
     90    // Update the options for the 'Apperance' tab here default value
     91     
     92    update_option('wpucs_background_color', '#0f44ae');
     93    update_option('wpucs_background_color_rgba', 'rgb(15, 68, 174)');
     94    update_option('wpucs_background_image', UCSM_PLUGIN_URL_LITE.'assets/img/background/background-0.jpg');
     95    $site_favicon_url = get_site_icon_url();
     96    $site_title = get_bloginfo('name');
     97    $site_icon_url = get_site_icon_url();
     98    update_option('wpucs_website_text_logo', $site_title);
     99    update_option('wpucs_logo_setup', 'disabled');
    48100       
    49         if ( $activatedTemplateId == 13) { 
    50               update_option('wpucs_main_heading', 'We Are');
    51               update_option('wpucs_sub_heading', 'Coming Soon! ');
    52              
    53         }elseif ( $activatedTemplateId == 16 ) {
    54               update_option('wpucs_main_heading', 'We Are Coming ');
    55               update_option('wpucs_sub_heading', 'Soon! ');
    56              
    57         }elseif ( $activatedTemplateId == 25 ) {
    58           update_option('wpucs_main_heading', 'IS UNDER');
    59           update_option('wpucs_sub_heading', 'CONSTRUCTION ');
    60           update_option('wpucs_main_description', 'Hide your website until it\'s ready. Create an eye-catching Coming Soon & Maintenance Mode page with our easy-to-use. Super fast and user-friendly WP plugin in minutes.');
    61              
    62         }elseif ( $activatedTemplateId == 26 ) {
    63           update_option('wpucs_main_heading', 'Our Website Now');
    64           update_option('wpucs_sub_heading', 'Under Construction ');
    65           update_option('wpucs_main_description', 'Hide your website until it\'s ready. Create an eye-catching Coming Soon & Maintenance Mode page with our easy-to-use. Super fast and user-friendly WP plugin in minutes.');
    66              
    67         }elseif ( $activatedTemplateId == 27 ) {
    68           update_option('wpucs_main_heading', 'We\'re  Down For Maintenance ');
    69            
    70           update_option('wpucs_main_description', 'We Will Be Back Soon');
    71              
    72         }elseif ( $activatedTemplateId == 28 ) {
    73           update_option('wpucs_main_heading', 'Website Down For Maintenance ');
    74           update_option('wpucs_sub_heading', 'We Will Be Back Soon');
    75           update_option('wpucs_main_description', 'Hide your website until it\'s ready. Create an eye-catching Coming Soon & Maintenance Mode page with our easy-to-use. Super fast and user-friendly WP plugin in minutes.');
    76              
    77         }else {
    78              
    79         }
    80       }
    81      
    82       // Function to reset options for the 'Apperance' tab
    83       function ucsm_reset_design_tab_lite(){
    84           $wpucs_design_reset_nonce = wp_create_nonce('wpucs_design_reset_nonce');
    85           $activatedTemplateId = get_option('activated_template_id');
    86            
    87           ?>
    88             <input type="hidden" name="wpucs_design_reset_nonce_field" value="<?php echo esc_attr($wpucs_design_reset_nonce); ?>">
    89           <?php
    90           // Update the options for the 'Apperance' tab here default value
    91            
    92           update_option('wpucs_background_color', '#0f44ae');
    93           update_option('wpucs_background_color_rgba', 'rgb(15, 68, 174)');
    94           update_option('wpucs_background_image', UCSM_PLUGIN_URL_LITE.'assets/img/background/background-0.jpg');
    95           $site_favicon_url = get_site_icon_url();
    96           $site_title = get_bloginfo('name');
    97           $site_icon_url = get_site_icon_url();
    98           update_option('wpucs_website_text_logo', $site_title);
    99           update_option('wpucs_logo_setup', 'disabled');
    100              
     101    // Website Logo
     102    if ($site_icon_url) {
     103        update_option('wpucs_website_logo', $site_icon_url);
     104    } else {
     105        // If no site icon is set, you can set a default or handle accordingly
     106        update_option('wpucs_website_logo', UCSM_PLUGIN_URL_LITE . 'assets/img/icon/logo5.png');
     107    }
     108    // Website FAVICON
     109    if ($site_favicon_url) {
     110        update_option('wpucs_favicon', $site_favicon_url);
     111    } else {
     112        // If no site icon is set, you can set a default or handle accordingly
     113        update_option('wpucs_favicon', UCSM_PLUGIN_URL_LITE.'assets/img/icon/favicon.png');
     114    }
     115    // Update the options for the 'Apperance' tab here in individual activatedTemplateId       
     116    if ($activatedTemplateId == 13) {
     117         
     118          update_option('wpucs_background_image', UCSM_PLUGIN_URL_LITE . 'assets/img/background/background-13.jpg');
     119          update_option('wpucs_background_color', '#020925' );
     120          update_option('wpucs_background_color_rgba', 'rgb(2, 9, 37)');
    101121          // Website Logo
    102122          if ($site_icon_url) {
     
    104124          } else {
    105125              // If no site icon is set, you can set a default or handle accordingly
    106               update_option('wpucs_website_logo', UCSM_PLUGIN_URL_LITE . 'assets/img/icon/logo5.png');
     126              update_option('wpucs_website_logo', UCSM_PLUGIN_URL_LITE . 'assets/img/icon/logo1.png');
    107127          }
    108           // Website FAVICON
    109           if ($site_favicon_url) {
    110               update_option('wpucs_favicon', $site_favicon_url);
     128
     129
     130    }elseif ($activatedTemplateId == 16) {
     131          update_option('wpucs_background_color', '#4f220b' );
     132          update_option('wpucs_background_color_rgba', 'rgb(79, 34, 11)');
     133          update_option('wpucs_background_image', UCSM_PLUGIN_URL_LITE . 'assets/img/background/background-16.jpg');
     134          // Website Logo
     135          if ($site_icon_url) {
     136              update_option('wpucs_website_logo', $site_icon_url);
    111137          } else {
    112138              // If no site icon is set, you can set a default or handle accordingly
    113               update_option('wpucs_favicon', UCSM_PLUGIN_URL_LITE.'assets/img/icon/favicon.png');
     139              update_option('wpucs_website_logo', UCSM_PLUGIN_URL_LITE . 'assets/img/icon/logo16.png');
    114140          }
    115           // Update the options for the 'Apperance' tab here in individual activatedTemplateId       
    116           if ($activatedTemplateId == 13) {
    117                
    118                 update_option('wpucs_background_image', UCSM_PLUGIN_URL_LITE . 'assets/img/background/background-13.jpg');
    119                 update_option('wpucs_background_color', '#020925' );
    120                 update_option('wpucs_background_color_rgba', 'rgb(2, 9, 37)');
    121                 // Website Logo
    122                 if ($site_icon_url) {
    123                     update_option('wpucs_website_logo', $site_icon_url);
    124                 } else {
    125                     // If no site icon is set, you can set a default or handle accordingly
    126                     update_option('wpucs_website_logo', UCSM_PLUGIN_URL_LITE . 'assets/img/icon/logo1.png');
    127                 }
    128141
     142    }else{
    129143
    130           }elseif ($activatedTemplateId == 16) {
    131                 update_option('wpucs_background_color', '#4f220b' );
    132                 update_option('wpucs_background_color_rgba', 'rgb(79, 34, 11)');
    133                 update_option('wpucs_background_image', UCSM_PLUGIN_URL_LITE . 'assets/img/background/background-16.jpg');
    134                 // Website Logo
    135                 if ($site_icon_url) {
    136                     update_option('wpucs_website_logo', $site_icon_url);
    137                 } else {
    138                     // If no site icon is set, you can set a default or handle accordingly
    139                     update_option('wpucs_website_logo', UCSM_PLUGIN_URL_LITE . 'assets/img/icon/logo16.png');
    140                 }
     144    }
     145}
     146// Function to reset options for the 'social' tab
     147function ucsm_reset_social_tab_lite(){
     148  $wpucs_social_reset_nonce = wp_create_nonce('wpucs_social_reset_nonce');
     149    ?>
     150      <input type="hidden" name="wpucs_social_reset_nonce_field" value="<?php echo esc_attr($wpucs_social_reset_nonce); ?>">
     151    <?php
     152}
     153// Function to reset options for the 'Contact Info' tab
     154function ucsm_reset_contact_info_tab_lite(){   
     155  $wpucs_contact_info_reset_nonce = wp_create_nonce('wpucs_contact_info_reset_nonce');   
     156  ?>
     157    <input type="hidden" name="wpucs_contact_info_reset_nonce_field" value="<?php echo esc_attr($wpucs_contact_info_reset_nonce); ?>">
     158  <?php
     159}
     160// Function to reset options for the 'CountDown Timer' tab
     161function ucsm_reset_countdown_timer_tab_lite(){
     162  $wpucs_countdown_timer_reset_nonce = wp_create_nonce('wpucs_countdown_timer_reset_nonce');
     163 
     164  ?>
     165    <input type="hidden" name="wpucs_countdown_timer_reset_nonce_field" value="<?php echo esc_attr($wpucs_countdown_timer_reset_nonce); ?>">
     166  <?php
     167    // Update the options for the 'countdown_timer' tab here
     168    update_option('wpucs_countdown_timer_status', 'on');
     169    update_option('wpucs_countdown_date', '2026-02-28T12:00');
     170}
    141171
    142           }else{
     172// Function to reset options for the 'Newsletter' tab
     173function ucsm_reset_newsletter_tab_lite(){
     174  $wpucs_newsletter_nonce = wp_create_nonce('wpucs_newsletter_nonce');
     175 
     176  ?>
     177    <input type="hidden" name="wpucs_newsletter_nonce_field" value="<?php echo esc_attr($wpucs_newsletter_nonce); ?>">
     178  <?php
     179  // Update the options for the 'countdown_timer' tab here
     180  update_option('wpucs_newsletter_status', 'on');
     181  update_option('wpucs_client_email', '1');
     182}   
    143183
    144           }
    145       }
    146       // Function to reset options for the 'social' tab
    147       function ucsm_reset_social_tab_lite(){
    148         $wpucs_social_reset_nonce = wp_create_nonce('wpucs_social_reset_nonce');
    149           ?>
    150             <input type="hidden" name="wpucs_social_reset_nonce_field" value="<?php echo esc_attr($wpucs_social_reset_nonce); ?>">
    151           <?php
    152       }
    153       // Function to reset options for the 'Contact Info' tab
    154       function ucsm_reset_contact_info_tab_lite(){   
    155         $wpucs_contact_info_reset_nonce = wp_create_nonce('wpucs_contact_info_reset_nonce');   
    156         ?>
    157           <input type="hidden" name="wpucs_contact_info_reset_nonce_field" value="<?php echo esc_attr($wpucs_contact_info_reset_nonce); ?>">
    158         <?php
    159       }
    160       // Function to reset options for the 'CountDown Timer' tab
    161       function ucsm_reset_countdown_timer_tab_lite(){
    162         $wpucs_countdown_timer_reset_nonce = wp_create_nonce('wpucs_countdown_timer_reset_nonce');
    163        
    164         ?>
    165           <input type="hidden" name="wpucs_countdown_timer_reset_nonce_field" value="<?php echo esc_attr($wpucs_countdown_timer_reset_nonce); ?>">
    166         <?php
    167           // Update the options for the 'countdown_timer' tab here
    168           update_option('wpucs_countdown_timer_status', 'on');
    169           update_option('wpucs_countdown_date', '2025-12-31T12:00');
    170       }
    171 
    172       // Function to reset options for the 'Newsletter' tab
    173       function ucsm_reset_newsletter_tab_lite(){
    174         $wpucs_newsletter_nonce = wp_create_nonce('wpucs_newsletter_nonce');
    175        
    176         ?>
    177           <input type="hidden" name="wpucs_newsletter_nonce_field" value="<?php echo esc_attr($wpucs_newsletter_nonce); ?>">
    178         <?php
    179         // Update the options for the 'countdown_timer' tab here
    180         update_option('wpucs_newsletter_status', 'on');
    181         update_option('wpucs_client_email', '1');
    182       }   
    183 
    184       // Function to reset options for the 'seo' tab
    185       function ucsm_reset_seo_tab_lite(){
    186         $wpucs_seo_reset_nonce = wp_create_nonce('wpucs_seo_reset_nonce');
    187         ?>
    188           <input type="hidden" name="wpucs_seo_reset_nonce_field" value="<?php echo esc_attr($wpucs_seo_reset_nonce); ?>">
    189         <?php 
    190       }
     184// Function to reset options for the 'seo' tab
     185function ucsm_reset_seo_tab_lite(){
     186  $wpucs_seo_reset_nonce = wp_create_nonce('wpucs_seo_reset_nonce');
     187  ?>
     188    <input type="hidden" name="wpucs_seo_reset_nonce_field" value="<?php echo esc_attr($wpucs_seo_reset_nonce); ?>">
     189  <?php 
     190}
  • ultimate-coming-soon/trunk/templates/comingsoon0/style.css

    r3350095 r3413360  
    22    margin: 0;
    33    padding: 0;
    4     font-family: 'OpenSans';
    54   
    65}
     
    1615    justify-content: center;
    1716    align-items: center;
    18     height: 100vh;
    1917}
    2018
     
    2826
    2927.ucsm-header-top-bar-pro {
    30     position: absolute;
    31     top: 58px;
    32     left: 0;
    33     right: 0;
    34     padding: 0 100px;
     28    padding: 40px 100px 0;
    3529    display: flex;
    3630    align-items: center;
    3731    justify-content: space-between;
     32    width: 100%;
     33    gap: 30px;
    3834}
    3935.ucsm-header-top-bar-pro.align-center{
     
    5248    display: flex;
    5349    align-items: center;
     50    gap: 20px;
    5451}
    5552
     
    6562.ucsm-header-top-bar-pro .ucsm-header-social-lite ul li a {
    6663    display: inline-block;
    67     margin-left: 10px;
    68     height: 40px;
    69     width: 40px;
    70     border-radius: 50%;
    7164    display: inline-flex;
    7265    align-items: center;
     
    8780    text-transform: uppercase;
    8881    margin: 0 29px;
     82    padding-top: 100px;
    8983}
    9084
     
    9387    color: #ffffff;
    9488    margin: 20px 0 50px;
    95     font-family: 'inter-regular';
    9689}
    9790
     
    9992    display: flex;
    10093    padding-top: 50px;
    101 }
    102 .ucsm-form-box input{
     94    padding-left: 80px;
     95    padding-right: 80px;
     96}
     97.wpucs-container .ucsm-form-box input{
    10398    width: 100%;
    10499    height: 60px;
     
    108103    font-size: 17px;
    109104    color: #000;
    110     margin-bottom: 0 !important;
    111     font-family: 'inter-regular';
    112 
     105    margin: 0 !important;
     106    background-color: #fff;
    113107}
    114108
     
    127121    border-radius: 4px;
    128122    background: #F5BF57;
    129     border: 0;
    130     padding: 0 45px;
     123    border: 0 !important;
     124    padding: 0 30px;
    131125    font-size: 17px;
    132126    font-weight: 600;
     
    134128    cursor: pointer;
    135129    transition: all 0.3s ease;
    136     font-family: 'inter-semibold';
     130    letter-spacing: 0;
    137131}
    138132
     
    152146    align-items: center;
    153147    justify-content: center;
    154     font-family: 'inter-semibold';
    155148}
    156149
     
    160153    display: inline-block;
    161154    margin-top: 13px;
    162     font-family: 'inter-semibold';
    163155
    164156}
    165157
    166158.ucsm-contact-info-lite {
    167     position: absolute;
    168     left: 50%;
    169     bottom: 0px;
    170     transform: translateX(-50%);
    171159    width: 100%;
    172160}
     
    180168    justify-content: center;
    181169    align-items: center;
    182     font-family: 'inter-regular';
     170    gap: 30px;
     171    padding-top: 100px;
     172    padding-left: 15px;
     173  padding-right: 15px;
    183174
    184175}
     
    189180.ucsm-contact-info-lite ul li {
    190181    display: inline-block;
     182    gap: 15px;
    191183}
    192184
    193185.ucsm-contact-info-lite ul li,
    194186.ucsm-contact-info-lite ul li a {
    195     margin: 0 15px;
    196187    text-decoration: none;
    197188    color: #fff;
    198189    display: inline-flex;
    199190    align-items: center;
     191    gap: 15px;
    200192}
    201193
     
    207199
    208200.ucsm-contact-info-lite ul li .icon {
    209     margin-right: 10px;
    210201    display: inline-flex;
    211202    align-items: center;
     
    213204    height: 30px;
    214205    width: 30px;
     206    min-width: 30px;
    215207    border: 1px solid rgba(255, 255, 255, 0.1);
    216208    border-radius: 2px;
     
    220212    text-align: center;
    221213    border-top: 1px solid #ffffff2c;
    222     margin-top: 20px;
     214    margin-top: 30px;
    223215}
    224216.ucsm-contact-info-lite .ucsm-copyright p{
    225217    color: #ffffff;
    226218    margin: 20px 0;
    227     font-family: 'inter-bold';
    228219}
    229220.ucsm-contact-info-lite .ucsm-copyright p a{
     
    249240
    250241@media (max-width: 991px) {
    251     .wpucs-container {
    252         height: auto;
    253         padding: 150px 0 120px;
    254         position: relative;
    255     }
    256 
    257     .ucsm-contact-info-lite {
    258         padding-top: 0px;
    259         position: absolute;
    260         transform: translateX(-50%);
    261         bottom: 0;
    262     }
    263 
    264     .ucsm-contact-info-lite ul li a {
    265         margin: 0 15px 15px;
     242
     243    .ucsm-header-top-bar-pro{
     244        padding: 40px 15px 0;
     245    }
     246
     247    .ucsm-heading{
     248        padding-top: 60px;
    266249    }
    267250    .ucsm-header-textlogo-lite a{
    268251        font-size: 40px !important;
    269252    }
     253    .ucsm-contact-info-lite ul{
     254        padding-top: 60px;
     255    }
    270256}
    271257
    272258@media (max-width: 767px) {
    273     .ucsm-header-top-bar-pro {
    274         padding: 0 30px;
    275     }
    276259
    277260    .ucsm-content {
     
    303286
    304287    .ucsm-form-box {
    305         padding: 50px 15px 0;
     288        padding: 50px 0px 0;
    306289    }
    307290
     
    314297@media (max-width: 575px) {
    315298    .ucsm-header-top-bar-pro {
    316         padding: 0 15px;
    317         flex-direction: column;
    318         top: 30px;
    319     }
    320 
    321     .ucsm-header-top-bar-pro .ucsm-header-logo-lite {
    322         margin-bottom: 20px;
     299        flex-wrap: wrap;
     300        justify-content: center;
    323301    }
    324302
     
    344322    }
    345323
    346     .wpucs-container {
    347         padding: 200px 0 240px;
    348     }
    349 
    350324    form#coming-soon-form-lite {
    351325        flex-direction: column;
    352326    }
    353327
    354     .ucsm-header-logo-lite {
    355         text-align: center;
    356     }
    357328    .ucsm-header-textlogo-lite {
    358329        margin-bottom: 30px;
  • ultimate-coming-soon/trunk/templates/comingsoon13/index.php

    r3350095 r3413360  
    237237                </div>
    238238                <!-- End Social -->
    239                 <!-- ucsm copyright -->
    240                     <div class="ucsm-copyright">
    241                     <p><?php esc_html_e('Powered By', 'ultimate-coming-soon'); ?> <a target="__blank" href="https://rstheme.com/"><?php esc_html_e('RSTheme', 'ultimate-coming-soon'); ?></a></p>
    242                     </div>
    243                 <!-- End ucsm copyright -->
    244239            </div>
     240             <!-- ucsm copyright -->
     241                <div class="ucsm-copyright">
     242                <p><?php esc_html_e('Powered By', 'ultimate-coming-soon'); ?> <a target="__blank" href="https://rstheme.com/"><?php esc_html_e('RSTheme', 'ultimate-coming-soon'); ?></a></p>
     243                </div>
     244            <!-- End ucsm copyright -->
    245245            <!-- End Main Content -->
    246246           
  • ultimate-coming-soon/trunk/templates/comingsoon13/style.css

    r3350095 r3413360  
    55    margin: 0;
    66    padding: 0;
    7     font-family: 'OpenSans';
    87    background-color: #f7f7f7;
    98}
     
    1615    justify-content: center;
    1716    align-items: center;
    18     height: 100vh;
    1917    position: relative;
    2018}
     
    2826
    2927.ucsm-header-top-bar-pro {
    30     position: absolute;
    31     top: 58px;
    32     left: 0;
    33     right: 0;
    34     padding: 0 100px;
     28    padding: 40px 100px 0;
    3529    display: flex;
    3630    align-items: center;
    3731    justify-content: space-between;
     32    width: 100%;
     33    gap: 30px;
     34    flex-wrap: wrap;
    3835}
    3936
     
    5047}
    5148
    52 .ucsm-header-logo-lite {
    53     width: 300px;
    54 }
    5549
    5650.ucsm-header-logo-lite img {
     
    7266    line-height: 48.42px;
    7367    margin: 0 125px;
    74     font-family: 'leckerlione-regular';
     68    padding-top: 90px;
    7569}
    7670
     
    7973    font-size: 100px;
    8074    font-weight: 700;
    81     line-height: 120px;
    82     font-family: 'inter-bold';
     75    line-height: 1.2;
    8376    display: block;
    8477}
     
    8881    color: #ffffff;
    8982    margin: 20px 0 50px;
    90     font-family: 'inter-regular';
    9183
    9284}
     
    9486.ucsm-content form {
    9587    text-align: left;
    96     padding-top: 40px;
    9788}
    9889
    9990.ucsm-form-box {
    10091    display: flex;
    101     padding-top: 40px;
     92    padding-top: 80px;
    10293    width: 680px;
    10394    margin: 0 auto;
    10495}
    10596
    106 .ucsm-form-box input {
     97.ucsm-container .ucsm-form-box input {
    10798    width: 100%;
    10899    height: 60px;
     
    114105    background: transparent;
    115106    box-sizing: border-box;
    116     font-family: 'inter-regular';
     107    margin: 0 !important;
    117108
    118109}
     
    132123    border-radius: 10px;
    133124    background: #FFC75C;
    134     border: 0;
     125    border: 0 !important;
    135126    padding: 0 45px;
    136127    font-size: 17px;
     
    139130    cursor: pointer;
    140131    transition: all 0.3s ease;
    141     font-family: 'inter-semibold';
     132    letter-spacing: 0;
    142133}
    143134
     
    149140
    150141.ucsm-social-box-lite ul {
    151     margin: 50px 0 0;
     142    margin: 50px 0 100px;
    152143    padding: 0;
    153144    list-style-type: none;
     
    155146    justify-content: center;
    156147    align-items: center;
     148    gap: 15px;
    157149
    158150}
    159151
    160152.ucsm-social-box-lite ul li a {
    161     display: inline-block;
    162     margin-left: 10px;
    163153    height: 40px;
    164154    width: 40px;
     
    210200    color: rgba(255, 255, 255, 0.62);
    211201    font-size: 24px;
    212     font-family: 'jost-medium';
    213202}
    214203
     
    217206    color: #fff;
    218207    font-size: 50px;
    219     font-family: 'jost-medium';
    220208}
    221209
     
    238226.ucsm-contact-info-lite ul li {
    239227    display: inline-block;
    240     font-family: 'inter-regular';
    241228
    242229}
     
    244231.ucsm-contact-info-lite ul li,
    245232.ucsm-contact-info-lite ul li a {
    246     margin: 0 5px;
     233
    247234    text-decoration: none;
    248235    color: #fff;
     
    272259
    273260.ucsm-copyright{
    274     position: absolute;
    275     left: 0;
    276     bottom: 0;
     261
    277262    width: 100%;
    278263    border-top: 1px solid #ffffff38;
     264    padding: 20px 15px 20px 15px;
     265    display: flex;
     266  justify-content: center;
    279267}
    280268.ucsm-copyright p{
    281269    color: #ffffff;
    282     margin: 20px 0;
    283     font-family: 'jost-medium';
     270    margin:  0;
    284271}
    285272.ucsm-copyright p a{
     
    300287
    301288@media (max-width: 991px) {
    302     .ucsm-container {
    303         height: auto;
    304         padding: 150px 0 100px;
    305     }
    306     .ucsm-header-top-bar-pro{
    307         top: 30px;
    308     }
     289
    309290    .ucsm-contact-info-lite {
    310291        padding-top: 0px;
     
    313294    }
    314295
    315     .ucsm-contact-info-lite ul li a {
    316         margin: 0 15px 15px;
    317     }
    318 
    319296    .ucsm-countdown {
    320297        flex-wrap: wrap;
     
    327304        font-size: 40px !important;
    328305    }
     306    .ucsm-header-top-bar-pro{
     307        padding: 40px 15px 0;
     308    }
     309    .ucsm-heading{
     310        padding-top: 70PX;
     311        margin: 0;
     312    }
     313    .ucsm-content{
     314        padding-left: 15px;
     315        padding-right: 15px;
     316    }
     317    .ucsm-form-box{
     318        width: 100%;
     319        padding-top: 40px;
     320    }
     321    .ucsm-social-box-lite ul{
     322        margin: 50px 0 60px;
     323    }
    329324}
    330325
    331326@media (max-width: 767px) {
    332     .ucsm-header-top-bar-pro {
    333         padding: 0 30px;
    334     }
     327
    335328
    336329    .ucsm-content {
     
    372365    }
    373366
    374     .ucsm-form-box button {
    375         margin-top: 20px;
    376         padding: 20px 30px;
    377     }
    378 
    379367}
    380368
     
    388376@media (max-width: 575px) {
    389377    .ucsm-header-top-bar-pro {
    390         padding: 0 15px;
    391         flex-direction: column;
    392         top: 30px;
    393     }
    394 
    395     .ucsm-header-top-bar-pro .ucsm-header-logo-lite {
    396         margin-bottom: 10px;
    397         text-align: center;
     378        justify-content: center;
    398379    }
    399380
     
    419400    }
    420401
    421     .ucsm-container {
    422         padding: 200px 0 100px;
    423     }
    424402    .ucsm-header-textlogo-lite{
    425403        margin-bottom: 20px;
  • ultimate-coming-soon/trunk/templates/comingsoon16/index.php

    r3350095 r3413360  
    255255                            <?php endif; ?>
    256256                        </ul>
    257                         <!-- ucsm copyright -->
    258                         <div class="ucsm-copyright">
    259                             <p><?php esc_html_e('Powered By', 'ultimate-coming-soon'); ?> <a target="__blank" href="https://rstheme.com/"><?php esc_html_e('RSTheme', 'ultimate-coming-soon'); ?></a></p>
    260                         </div>
    261                         <!-- End ucsm copyright -->
    262257                    </div>
    263258                    <!-- End Contact Info  -->
    264259                </div>
    265260                <!-- End Main Content -->
     261                <!-- ucsm copyright -->
     262                    <div class="ucsm-copyright">
     263                        <p><?php esc_html_e('Powered By', 'ultimate-coming-soon'); ?> <a target="__blank" href="https://rstheme.com/"><?php esc_html_e('RSTheme', 'ultimate-coming-soon'); ?></a></p>
     264                    </div>
     265                <!-- End ucsm copyright -->
    266266            </div>
    267267        </div>
  • ultimate-coming-soon/trunk/templates/comingsoon16/style.css

    r3350095 r3413360  
    66    margin: 0;
    77    padding: 0;
    8     font-family: 'OpenSans';
    98    background-color: #f7f7f7;
    109}
     
    1716    justify-content: flex-start;
    1817    align-items: center;
    19     height: 100vh;
    2018    background-size: cover;
    2119    position: relative;
     
    4846    display: flex;
    4947    flex-direction: column;
     48    padding-left: 15px;
     49    padding-right: 15px;
    5050}
    5151
     
    5757    margin: 80px auto 0;
    5858    max-width: 600px;
    59     font-family: 'inter-bold';
     59    line-height: 1.14;
    6060}
    6161
    6262.ucsm-heading span {
    6363    color: #F58C31;
    64     font-family: 'inter-bold';
    6564}
    6665
     
    6968    color: #053643CC;
    7069    margin: 20px 0 60px;
    71     font-family: 'inter-regular';
    7270}
    7371
     
    7977}
    8078
    81 .ucsm-form-box input {
     79.ucsm-container .ucsm-form-box input {
    8280    width: 100%;
    8381    height: 60px;
     
    8987    border: 1px solid #05364333;
    9088    background: #D9D3C6;
    91     font-family: 'inter-regular';
     89    margin: 0 !important;
    9290
    9391}
     
    107105    border-radius: 40px;
    108106    background: #F58C31;
    109     border: 0;
     107    border: 0 !important;
    110108    padding: 0 45px;
    111109    font-size: 17px;
     
    114112    cursor: pointer;
    115113    transition: all 0.3s ease;
    116     font-family: 'inter-regular';
     114    letter-spacing: 0;
    117115}
    118116
     
    155153    display: inline-block;
    156154    margin-top: 13px;
    157     font-family: 'inter-semibold';
    158155}
    159156
     
    163160    align-items: center;
    164161    justify-content: center;
    165     font-family: 'Roboto';
    166162
    167163}
     
    169165.ucsm-contact-info-lite {
    170166    width: 100%;
    171     position: absolute;
    172     bottom: 0px;
    173     left: 50%;
    174     transform: translateX(-50%);
     167    padding-top: 100px;
     168    padding-bottom: 30px;
    175169}
    176170
     
    183177    justify-content: center;
    184178    align-items: center;
    185     font-family: 'inter-regular';
    186 
     179    gap: 30px;
    187180}
    188181
     
    193186.ucsm-contact-info-lite ul li,
    194187.ucsm-contact-info-lite ul li a {
    195     margin: 0 7px;
    196188    text-decoration: none;
    197189    color: #053643;
    198190    display: inline-flex;
    199191    align-items: center;
    200     gap:6px;
     192    gap:15px;
    201193}
    202194
     
    215207    border-radius: 50%;
    216208    width: 36px;
     209    min-width: 36px;
    217210    height: 36px;
    218211    display: flex;
     
    220213    justify-content: center;
    221214}
    222 .ucsm-contact-info-lite .ucsm-copyright{
     215 .ucsm-copyright{
    223216    border-top: 1px solid #ffffff3d;
    224     margin-top: 20px;
    225 }
    226 .ucsm-contact-info-lite .ucsm-copyright p{
    227     margin: 13px 0;
     217    width: 100%;
     218    display: flex;
     219    justify-content: center;
     220    padding-left: 15px;
     221    padding-right: 15px;
     222    padding-top: 20px;
     223    padding-bottom: 20px;
     224}
     225 .ucsm-copyright p{
     226    margin: 0;
    228227    color: #ffffff;
    229228}
    230229
    231 .ucsm-contact-info-lite .ucsm-copyright p a{
     230 .ucsm-copyright p a{
    232231    color: #ffffff;
    233232    font-weight: 700;
     
    245244
    246245@media (max-width: 1799px) {
    247     .ucsm-contact-info-lite {
    248         margin-bottom: 0px;
    249         margin-top: 30px;
    250     }
    251246    .ucsm-heading{
    252247        margin-top: 40px;
    253248        font-size: 60px !important;
    254         line-height: 70px;
    255249    }
    256250}
     
    258252
    259253@media (max-width: 991px) {
    260     .ucsm-container {
    261         height: auto;
    262         padding: 30px 0 200px;
    263     }
    264 
    265     .ucsm-contact-info-lite {
    266         padding-top: 0px;
    267         position: absolute;
    268         transform: translateX(-50%);
    269     }
    270 
    271     .ucsm-contact-info-lite ul li a {
    272         margin: 0 15px 0px;
    273     }
    274 
    275254    .ucsm-heading {
    276255        font-size: 54px !important;
     
    280259        font-size: 54px !important;
    281260    }
    282     .ucsm-contact-info-lite ul li{
    283         margin-bottom: 10px;
    284     }
    285261    .ucsm-header-textlogo-lite a{
    286262        font-size: 40px !important;
     263    }
     264    .ucsm-contact-info-lite{
     265        padding-top: 60px;
     266    }
     267    .ucsm-form-box{
     268        width: 100%;
     269    }
     270    .ucsm-heading{
     271        max-width: 100%;
    287272    }
    288273}
     
    293278    }
    294279
    295     .ucsm-content {
    296         max-width: 100%;
    297         padding: 0px 15px 0;
    298     }
    299 
    300280    .ucsm-heading {
    301281        font-size: 40px !important;
     
    320300
    321301    .ucsm-form-box {
    322         padding: 50px 15px 0;
     302        padding: 50px 0px 0;
    323303    }
    324304
     
    361341        width: 100%;
    362342    }
    363 
    364     .ucsm-container {
    365         padding: 30px 0 250px;
    366     }
    367343    .ucsm-header-textlogo-lite a{
    368344        font-size: 30px !important;
  • ultimate-coming-soon/trunk/templates/comingsoon25/index.php

    r3350095 r3413360  
    109109                    <img src="<?php echo esc_url($wpucs_shape_overlay); ?>" alt="">
    110110                </div>
     111            </div>
    111112                <!-- End image box -->
    112                 <div class="ucsm-copyright">
    113                     <p>Powered By <a target="__blank" href="https://rstheme.com/">RSTheme</a></p>
    114                 </div>
     113            <div class="ucsm-copyright">
     114                <p>Powered By <a target="__blank" href="https://rstheme.com/">RSTheme</a></p>
    115115            </div>
    116116        </div>
  • ultimate-coming-soon/trunk/templates/comingsoon25/style.css

    r3350095 r3413360  
    66    margin: 0;
    77    padding: 0;
    8     font-family: 'OpenSans';
    98    background-color: #f7f7f7;
    109}
     
    1716    justify-content: space-between;
    1817    align-items: flex-start;
    19     height: 100vh;
    2018    background-size: cover;
    2119    padding-right: 15px;
     
    2523}
    2624.ucsm-copyright{
    27     position: absolute;
    28     left: 0;
    29     bottom: 0;
    3025    width: 100%;
    3126    text-align: center;
    3227    border-top: 1px solid #ffffff1c;
     28    padding: 15px 15px 15px 15px;
     29    margin-top: 20px;
    3330}
    3431
    3532.ucsm-copyright p{
    3633    color: #ffffff;
    37     margin: 20px 0px;
    38     font-family: 'urbanist-semibold';
     34    margin: 0px;
    3935}
    4036
     
    7268
    7369.ucsm-header-logo-lite{
    74     width: 300px;
    7570    margin: 0 auto;
    7671}
     
    9590    background: #0d3c41;
    9691    margin-left: 0px;
    97     padding: 70px 60px 0;
     92    padding: 70px 60px 200px;
    9893    border-radius: 0 0 50px 50px;
    9994    display: flex;
     
    10499.ucsm-heading {
    105100    font-size: 130px;
    106     line-height: 100px;
     101    line-height: .85;
    107102    font-weight: 700;
    108103    color: #fff;
    109104    text-transform: uppercase;
    110     font-family: 'inter-bold';
    111105    max-width: 625px;
    112106    margin: 140px 0 30px;
     
    114108
    115109.ucsm-heading span {
    116     font-family: 'inter-bold';
    117110    font-size: 72px;
    118111}
     
    120113.ucsm-content p {
    121114    color: #053643CC;
    122     margin: 20px 0 200px;
     115    margin: 20px 0 0px;
    123116    max-width: 625px;
    124     font-family: 'urbanist-semibold';
    125117}
    126118
     
    142134    border: 1px solid #05364333;
    143135    background: #D9D3C6;
    144     font-family: 'inter-regular';
    145136
    146137}
     
    167158    cursor: pointer;
    168159    transition: all 0.3s ease;
    169     font-family: 'inter-regular';
    170160}
    171161
     
    208198    display: inline-block;
    209199    margin-top: 13px;
    210     font-family: 'inter-semibold';
    211200}
    212201
     
    216205    align-items: center;
    217206    justify-content: center;
    218     font-family: 'Roboto';
    219207
    220208}
     
    236224    justify-content: center;
    237225    align-items: center;
    238     font-family: 'inter-regular';
    239226
    240227}
     
    298285    .ucsm-heading{
    299286        font-size: 80px !important;
    300         line-height: 60px !important;
    301287        margin: 80px 0 30px;
    302288        max-width: 390px;
     
    308294        font-size: 18px !important;
    309295        line-height: 28px !important;
    310         margin: 20px 0 100px;
     296        margin: 20px 0 0px;
     297    }
     298    .ucsm-content{
     299        padding: 70px 60px 160px;
    311300    }
    312301}
     
    314303@media (max-width: 1199px) {
    315304    .ucsm-content{
    316         padding: 40px 60px 0;
     305        padding: 40px 60px 190px;
    317306    }
    318307}
     
    321310    .ucsm-container {
    322311        height: auto;
    323         padding-bottom: 100px;
    324312        display: block;
    325313        position: relative;
     
    334322    }
    335323    .ucsm-content{
    336         padding: 40px 60px 1px;
     324        padding: 40px 60px 40px;
    337325    }
    338326    .ucsm-heading{
     
    345333    .ucsm-heading {
    346334        font-size: 54px !important;
     335        line-height: 1.1;
    347336    }
    348337    .ucsm-heading span {
     
    363352    .ucsm-content {
    364353        max-width: 100%;
    365         padding: 60px 15px 1px;
    366354    }
    367355    .ucsm-heading {
     
    373361    .ucsm-content p {
    374362        font-size: 16px !important;
    375         margin-bottom: 50px;
    376363    }
    377364    .ucsm-countdown .ucsm-countdown-item-lite .ucsm-countdown-number-lite {
     
    389376    .ucsm-form-box{
    390377        width: auto;
     378    }
     379    .ucsm-content{
     380        padding: 40px 20px 40px;
    391381    }
    392382}
     
    403393    .ucsm-heading {
    404394        font-size: 30px !important;
    405         line-height: 40px !important;
     395        line-height: 1.3;
    406396    }
    407397    .ucsm-heading span {
     
    420410    .ucsm-container {
    421411        padding-top: 0px;
    422         padding-bottom: 100px;
    423412    }
    424413    .ucsm-header-logo-lite{
    425         width: inherit;
     414        /* width: inherit; */
    426415    } 
    427416    .ucsm-header-textlogo-lite a{
    428417        font-size: 30px !important;
    429     }  
    430 }
     418    }
     419}
  • ultimate-coming-soon/trunk/templates/comingsoon26/index.php

    r3350095 r3413360  
    8989    <!--  Container    -->
    9090    <div class="ucsm-container"
    91         style=" background-color: <?php echo wp_kses_post($wpucs_background_color_rgba); ?>;  background-image: url('<?php echo esc_url($wpucs_background_image); ?>'); background-size: cover; background-position: center; background-repeat: no-repeat;">
     91        style=" background-color: <?php echo wp_kses_post($wpucs_background_color_rgba); ?>;  background-image: url('<?php echo esc_url($wpucs_background_image); ?>'); background-size: cover; background-position: center; background-repeat: no-repeat; min-height: 100vh;">
    9292        <!-- Header Top Bar -->
    9393        <div class="ucsm-header-top-bar-pro <?php
  • ultimate-coming-soon/trunk/templates/comingsoon26/style.css

    r3350095 r3413360  
    22    margin: 0;
    33    padding: 0;
    4     font-family: 'OpenSans';
    54   
    65}
     
    109html {
    1110    margin-top: 0 !important;
    12 }
    13 .ucsm-container {
    14     display: flex;
    15     flex-direction: row;
    16     justify-content: center;
    17     align-items: flex-end;
    18     height: 100vh;
    1911}
    2012
     
    2214    text-align: center;
    2315    max-width: 1580px;
     16    margin: 0 auto;
     17    padding: 190px 15px 0;
    2418}
    2519
    2620
    2721.ucsm-header-top-bar-pro {
    28     position: absolute;
    29     top: 40px;
    30     left: 0;
    31     right: 0;
    32     padding: 0 100px;
    33     display: flex;
    34     align-items: center;
    35     justify-content: center;
     22    padding: 40px 100px 0;
     23    display: flex;
     24    align-items: center;
     25    justify-content: center;
     26    width: 100%;
    3627}
    3728.ucsm-header-top-bar-pro.align-left{
     
    5243    display: flex;
    5344    align-items: center;
     45    gap: 15px;
    5446}
    5547
     
    6153.ucsm-bottom-content .ucsm-header-social-lite ul li a {
    6254    display: inline-block;
    63     margin-left: 10px;
    6455    height: 40px;
    6556    width: 40px;
     
    7869.ucsm-heading {
    7970    font-size: 120px;
    80     line-height: 120px;
     71    line-height: 1;
    8172    color: #ffffff;
    8273    margin: 0px 0 30px;
     
    9990    font-size: 20px;
    10091    color: #ffffff;
    101     margin: 35px 0 50px;
    102     font-family: 'inter-regular';
    10392}
    10493
     
    116105    color: #000;
    117106    margin-bottom: 0 !important;
    118     font-family: 'inter-regular';
    119107}
    120108
     
    140128    cursor: pointer;
    141129    transition: all 0.3s ease;
    142     font-family: 'inter-semibold';
    143130}
    144131
     
    158145    align-items: center;
    159146    justify-content: center;
    160     font-family: 'inter-semibold';
    161147}
    162148
     
    166152    display: inline-block;
    167153    margin-top: 13px;
    168     font-family: 'inter-semibold';
    169154
    170155}
     
    186171    justify-content: center;
    187172    align-items: center;
    188     font-family: 'inter-regular';
    189173
    190174}
     
    236220    text-align: center;
    237221    border-top: 1px solid #ffffff2f;
     222    padding-top: 15px;
     223    padding-bottom: 15px;
    238224}
    239225
     
    242228    color: #ffffff;
    243229    font-size: 16px;
    244     margin: 15px 0;
     230    margin: 0;
    245231}
    246232
     
    264250        line-height: 90px;
    265251    }
    266     .ucsm-content .ucsm-bottom-box .ucsm-bottom-content{
    267         padding-right: 30px;
    268         padding-left: 30px;
    269     }
    270252    .ucsm-content .ucsm-bottom-box .shape-image{
    271253        min-width: 550px;
     
    275257
    276258@media (max-width: 1199px) {
    277     .ucsm-container {
    278         height: auto;
    279         padding: 200px 0 0px;
    280     }
    281259    .ucsm-bottom-box{
    282260        flex-direction: column-reverse;
     
    285263    .ucsm-content .ucsm-bottom-box .ucsm-bottom-content{
    286264        text-align: center;
    287         padding-bottom: 0;
     265        /* padding-bottom: 0; */
     266        padding-left: 0px;
    288267    }
    289268    .ucsm-heading{
    290269        font-size: 70px;
    291         line-height: 80px;
     270        line-height: 1.15;
    292271    }
    293272    .ucsm-content .ucsm-bottom-box .shape-image{
    294         padding-right: 30px;
    295         margin-top: 30px;
     273            padding-left: 0;
    296274    }
    297275    .ucsm-bottom-content .ucsm-header-social-lite ul{
    298276        justify-content: center;
    299277    }
    300     .ucsm-content p{
    301         margin: 35px 0 15px;
    302     }
    303     .ucsm-content .ucsm-copyright p{
    304         margin: 15px 0;
     278    .ucsm-content{
     279        padding: 90px 15px 0;
    305280    }
    306281
     
    320295    .ucsm-header-textlogo-lite a{
    321296        font-size: 40px !important;
    322     } 
     297    }
     298         .ucsm-content{
     299        padding: 65px 15px 0;
     300     }
    323301}
    324302
    325303@media (max-width: 767px) {
    326     .ucsm-header-top-bar-pro {
    327         padding: 0 30px;
    328     }
    329 
    330     .ucsm-content {
    331         max-width: inherit;
    332         padding: 0 15px;
    333     }
    334304
    335305    .ucsm-heading {
    336306        font-size: 40px !important;
    337         line-height: 50px;
    338307        margin: 0;
    339308    }
     
    367336    }
    368337    .ucsm-content .ucsm-bottom-box .shape-image{
    369         min-width: inherit;
    370     }
    371     .ucsm-container{
    372         padding-top: 170px;
     338        min-width: 100%;
     339    }
     340    .ucsm-header-top-bar-pro{
     341        padding: 40px 15px 0;
    373342    }
    374343}
    375344
    376345@media (max-width: 575px) {
    377     .ucsm-header-top-bar-pro {
    378         padding: 0 15px;
    379         flex-direction: column;
    380         top: 30px;
    381     }
    382 
    383     .ucsm-header-top-bar-pro .ucsm-header-logo-lite {
    384         margin-bottom: 20px;
    385     }
    386346
    387347    .ucsm-heading {
     
    406366    }
    407367
    408     .ucsm-container {
    409         padding: 150px 0 0px;
    410     }
    411 
    412368    form#coming-soon-form-lite {
    413369        flex-direction: column;
  • ultimate-coming-soon/trunk/templates/comingsoon27/style.css

    r3350095 r3413360  
    22    margin: 0;
    33    padding: 0;
    4     font-family: 'OpenSans';
    54   
    65}
     
    1615    justify-content: flex-end;
    1716    align-items: center;
    18     height: 100vh;
    1917}
    2018
     
    2422    display: flex;
    2523    flex-direction: column;
     24    padding-top: 80px;
     25    padding-bottom: 30px;
    2626}
    2727
    2828.ucsm-header-top-bar-pro {
    29     position: absolute;
    30     top: 40px;
    31     left: 0;
    32     right: 0;
    33     padding: 0 100px;
    34     display: flex;
    35     align-items: center;
    36     justify-content: center;
     29    padding: 40px 100px 0;
     30    display: flex;
     31    align-items: center;
     32    justify-content: center;
     33    width: 100%;
    3734}
    3835.ucsm-header-top-bar-pro.align-left{
     
    5249    align-items: center;
    5350    justify-content: center;
     51    gap: 30px;
    5452}
    5553
     
    6563
    6664.ucsm-content .ucsm-header-social-lite ul li a {
    67     display: inline-block;
    68     margin: 0 5px;
    69     height: 40px;
    70     width: 40px;
    71     border-radius: 50%;
    7265    display: inline-flex;
    7366    align-items: center;
     
    8376.ucsm-heading {
    8477    font-size: 100px;
    85     line-height: 100px;
     78    line-height: 1;
    8679    font-weight: 700;
    8780    color: #000000;
     
    9386    color: #ffffff;
    9487    margin: 36px 0 30px;
    95     font-family: 'inter-regular';
    9688}
    9789
     
    109101    color: #000;
    110102    margin-bottom: 0 !important;
    111     font-family: 'inter-regular';
    112103
    113104}
     
    134125    cursor: pointer;
    135126    transition: all 0.3s ease;
    136     font-family: 'inter-semibold';
    137127}
    138128
     
    152142    align-items: center;
    153143    justify-content: center;
    154     font-family: 'inter-semibold';
    155144}
    156145
     
    160149    display: inline-block;
    161150    margin-top: 13px;
    162     font-family: 'inter-semibold';
    163 
    164151}
    165152
     
    180167    justify-content: center;
    181168    align-items: center;
    182     font-family: 'inter-regular';
    183 
    184169}
    185170
     
    232217    width: 100%;
    233218    border-top: 1px solid #0000002f;
     219    padding: 20px 15px;
    234220}
    235221
    236222.ucsm-copyright p{
    237223    color: #000;
    238     margin: 20px 0;
    239     font-family: 'inter-semibold';
     224    margin:  0;
    240225}
    241226
     
    265250    .shape-image{
    266251        width: auto;
    267         padding: 0 30px 50px;
     252        padding: 0 15px 50px;
    268253    }
    269254}
     
    277262@media (max-width: 991px) {
    278263        .ucsm-container {
    279             height: auto;
    280             padding: 200px 0 0px;
    281264            justify-content: flex-start;
    282             position: relative;
    283265        }
    284266       
     
    306288        .ucsm-header-textlogo-lite a{
    307289            font-size: 40px !important;
     290        }
     291        .ucsm-content{
     292            padding-top: 60px;
    308293        }
    309294    }
     
    311296    @media (max-width: 767px) {
    312297        .ucsm-header-top-bar-pro {
    313             padding: 0 30px;
    314         }
    315        
    316         .ucsm-content {
    317             max-width: inherit;
    318             padding: 0 15px;
    319     }
     298            padding: 40px 15px 0;
     299        }
    320300   
    321301    .ucsm-heading {
     
    353333
    354334@media (max-width: 575px) {
    355     .ucsm-header-top-bar-pro {
    356         padding: 0 15px;
    357         flex-direction: column;
    358         top: 30px;
    359     }
    360 
    361     .ucsm-header-top-bar-pro .ucsm-header-logo-lite {
    362         margin-bottom: 20px;
    363     }
     335
    364336
    365337    .ucsm-heading {
     
    384356    }
    385357
    386     .ucsm-container {
    387         padding: 200px 0 0px;
    388     }
    389358
    390359    form#coming-soon-form-lite {
  • ultimate-coming-soon/trunk/templates/comingsoon28/index.php

    r3350095 r3413360  
    144144        <!-- End Header Top Bar -->
    145145        <!-- Main Content -->
     146         <div class="ucsm-content-wrapper">
    146147        <div class="ucsm-content">
    147148            <!-- Heading Text -->
     
    163164            <img src="<?php echo esc_url($wpucs_shape_overlay); ?>" alt="">
    164165        </div>
     166         </div>
    165167        <div class="ucsm-copyright">
    166168            <p><?php esc_html_e('Powered By', 'ultimate-coming-soon'); ?> <a target="__blank" href="https://rstheme.com/"><?php esc_html_e('RSTheme', 'ultimate-coming-soon'); ?></a></p>
  • ultimate-coming-soon/trunk/templates/comingsoon28/style.css

    r3350095 r3413360  
    11body {
    22    margin: 0;
    3     padding: 0;
    4     font-family: 'OpenSans';
    5    
     3    padding: 0;   
    64}
    75p.ucsm-description {
     
    1210}
    1311.ucsm-container {
    14     display: flex;
     12    /* display: flex;
    1513    flex-direction: row;
    1614    justify-content: center;
    1715    align-items: center;
    18     height: 100vh;
     16    height: 100vh; */
    1917}
    2018
    2119.ucsm-content {
    22     text-align: left;
     20    /* text-align: left;
    2321    max-width: 800px;
    2422    display: flex;
    25     flex-direction: column;
     23    flex-direction: column; */
    2624}
    2725
    2826.ucsm-header-top-bar-pro {
    29     position: absolute;
     27    /* position: absolute;
    3028    top: 40px;
    3129    left: 0;
    32     right: 0;
    33     padding: 0 100px;
     30    right: 0; */
     31    padding: 40px 100px 0;
    3432    display: flex;
    3533    align-items: center;
    3634    justify-content: space-between;
     35    width: 100%;
     36    gap: 30px;
     37    flex-wrap: wrap;
     38   
    3739}
    3840.ucsm-header-top-bar-pro.align-right{
     
    4850    display: flex;
    4951    align-items: center;
     52    gap: 20px;
    5053
    5154}
    5255
    5356.ucsm-header-logo-lite {
    54     width: 300px;
     57    /* width: 300px; */
    5558}
    5659
     
    6164
    6265.ucsm-header-top-bar-pro .ucsm-header-social-lite ul li a {
    63     display: inline-block;
     66    /* display: inline-block;
    6467    margin-left: 10px;
    6568    height: 40px;
    6669    width: 40px;
    67     border-radius: 50%;
     70    border-radius: 50%; */
    6871    display: inline-flex;
    6972    align-items: center;
     
    8083.ucsm-heading {
    8184    font-size: 100px;
    82     line-height: 120px;
     85    line-height: 1.15;
    8386    font-weight: 700;
    8487    color: #ffffff;
     
    8891.ucsm-content p {
    8992    color: #ffffff;
    90     margin: 20px 0 50px;
    91     font-family: 'inter-regular';
    92     padding-right: 100px;
     93    margin: 0;
    9394}
    9495
     
    106107    color: #000;
    107108    margin-bottom: 0 !important;
    108     font-family: 'inter-regular';
    109 
    110109}
    111110
     
    131130    cursor: pointer;
    132131    transition: all 0.3s ease;
    133     font-family: 'inter-semibold';
    134132}
    135133
     
    149147    align-items: center;
    150148    justify-content: center;
    151     font-family: 'inter-semibold';
    152149}
    153150
     
    157154    display: inline-block;
    158155    margin-top: 13px;
    159     font-family: 'inter-semibold';
    160156
    161157}
     
    177173    justify-content: center;
    178174    align-items: center;
    179     font-family: 'inter-regular';
    180 
    181175}
    182176
     
    215209
    216210.shape-image{
    217     display: block;
     211    /* display: block;
    218212    width: 770px;
    219     margin-left: 115px;
     213    margin-left: 115px; */
    220214}
    221215
    222216.shape-image img{
    223     max-width: 100%;
     217    width: 100%;
    224218}
    225219
    226220.ucsm-copyright{
    227     position: fixed;
     221    /* position: fixed;
    228222    left: 0;
    229     bottom: 0;
     223    bottom: 0; */
    230224    text-align: center;
    231225    width: 100%;
    232226    border-top: 1px solid #ffffff2f;
     227    padding-top: 20px;
     228  padding-bottom: 20px;
     229  padding-left: 15px;
     230  padding-right: 15px;
    233231}
    234232
    235233.ucsm-copyright p{
    236234    color: #ffffff;
    237     margin: 20px 0;
    238     font-family: 'inter-regular';
     235    margin: 0;
    239236}
    240237
     
    257254@media (max-width: 1799px) {
    258255    .ucsm-header-top-bar-pro{
    259         padding: 0 30px;
     256        /* padding: 0 30px; */
    260257    }
    261258    .ucsm-heading{
    262259        font-size: 70px;
    263         line-height: 80px;
     260        /* line-height: 80px; */
    264261    }
    265262    .ucsm-content{
    266         padding-left: 30px;
    267         width: 800px;
     263        /* padding-left: 30px;
     264        width: 800px; */
    268265    }
    269266    .shape-image{
    270         margin-left: 30px;
     267        /* margin-left: 30px; */
    271268    }
    272269    .ucsm-content p{
     
    279276    .ucsm-heading{
    280277        font-size: 50px !important;
    281         line-height: 60px !important;
     278        /* line-height: 60px !important; */
    282279    }
    283280    .ucsm-content h3{
    284281        font-size: 30px !important;
    285282        line-height: 40px !important;
    286         margin: 20px 0 0 !important;
     283        margin: 20px 0 20px !important;
    287284    }
    288285}
    289286@media (max-width: 991px) {
    290287    .ucsm-container {
    291         height: auto;
     288        /* height: auto;
    292289        padding: 150px 0 0px;
    293         flex-direction: column;
     290        flex-direction: column; */
    294291    }
    295292    .ucsm-content{
    296         text-align: center;
     293        /* text-align: center;
    297294        width: auto;
    298         padding: 0 30px;
     295        padding: 0 30px; */
    299296    }
    300297
     
    305302    }
    306303    .shape-image{
    307         width: auto;
     304        /* width: auto;
    308305        margin-left: 0;
    309         padding: 0 30px;
     306        padding: 0 30px; */
    310307    }
    311308
     
    322319    }
    323320    .ucsm-copyright{
    324         position: relative;
    325         margin-top: 80px;
     321        /* position: relative;
     322        margin-top: 80px; */
    326323    }
    327324    .ucsm-header-textlogo-lite a{
     
    336333
    337334    .ucsm-content {
    338         max-width: inherit;
    339         padding: 0 15px;
     335        /* max-width: inherit;
     336        padding: 0 15px; */
    340337    }
    341338
     
    381378
    382379    .ucsm-header-top-bar-pro .ucsm-header-logo-lite {
    383         margin-bottom: 20px;
     380        /* margin-bottom: 20px; */
    384381    }
    385382
     
    407404
    408405    .ucsm-container {
    409         padding: 150px 0 0px;
     406        /* padding: 150px 0 0px; */
    410407    }
    411408    .ucsm-content h3{
     
    418415
    419416    .ucsm-header-logo-lite {
    420         text-align: center;
     417        /* text-align: center; */
    421418    }
    422419    .ucsm-header-textlogo-lite {
     
    427424    }
    428425}
     426
     427.ucsm-content-wrapper {
     428    display: grid;
     429    grid-template-columns: 800px 770px;
     430    gap: 30px 100px;
     431    justify-content: center;
     432    padding-left: 15px;
     433    padding-right: 15px;
     434    align-items: center;
     435    padding-bottom: 30px;
     436}
     437
     438@media (max-width: 1700px) {
     439    .ucsm-content-wrapper {
     440        grid-template-columns: repeat(2,1fr);
     441        gap: 30px 30px;
     442    }
     443    .ucsm-header-top-bar-pro{
     444        padding: 40px 15px 0;
     445    }
     446}
     447
     448@media (max-width: 1400px) {
     449    .ucsm-header-top-bar-pro{
     450        padding: 40px 15px 0;
     451    }
     452}
     453
     454
     455@media (max-width: 991px) {
     456    .ucsm-content-wrapper {
     457        padding-top: 60px;
     458        grid-template-columns: repeat(1,1fr);
     459    }
     460}
  • ultimate-coming-soon/trunk/ultimate-coming-soon-maintenance.php

    r3350095 r3413360  
    33 * Plugin Name: Ultimate Coming Soon & Maintenance
    44 * Description: Coming Soon & Maintenance Mode Plugin For WordPress. Hide your website until it’s ready.
    5  * Version: 1.1.3
     5 * Version: 1.1.4
    66 * Author URI: http://rstheme.com
    77 * Plugin URI: https://wordpress.org/plugins/ultimate-coming-soon/
     
    1818
    1919// Define Custom Constant Variables
    20 define('UCSM_VERSION_LITE', '1.1.3');
     20define('UCSM_VERSION_LITE', '1.1.4');
    2121define('UCSM_PLUGIN_DIR_LITE', plugin_dir_path(__FILE__));
    2222define('UCSM_PLUGIN_URL_LITE', plugin_dir_url(__FILE__));
     
    110110   
    111111    // Enqueue custom admin notice styles
    112     wp_enqueue_style('ucsm-admin-notice-style', UCSM_PLUGIN_URL_LITE . 'assets/css/admin-notice.css', array(), '1.1.3', 'all');
    113     wp_enqueue_style('ucsm-font-family', UCSM_PLUGIN_URL_LITE . 'assets/css/wpucs_font_family_frontend.css', array(), '1.1.3');
     112    wp_enqueue_style('ucsm-admin-notice-style', UCSM_PLUGIN_URL_LITE . 'assets/css/admin-notice.css', array(), '1.1.4', 'all');
     113    wp_enqueue_style('ucsm-font-family', UCSM_PLUGIN_URL_LITE . 'assets/css/wpucs_font_family_frontend.css', array(), '1.1.4');
    114114}
    115115add_action('admin_enqueue_scripts', 'ucsm_enqueue_admin_main_styles');
Note: See TracChangeset for help on using the changeset viewer.