Make WordPress Themes

Changeset 289767

Timestamp:
09/22/2025 04:25:59 AM (2 months ago)
Author:
themedropbox
Message:

New version of Spa Skincare - 1.1.4

Location:
spa-skincare/1.1.4
Files:
6 deleted
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • spa-skincare/1.1.4/assets/js/custom.js

    r266050 r289767  
    8888  });
    8989});
     90
     91jQuery(document).ready(function($) {
     92  $(window).scroll(function() {
     93      if ($('.sticky-header').length) {
     94          if ($(this).scrollTop() > 50) {
     95              $('header.sticky-header').addClass('sticky-active');
     96          } else {
     97              $('header.sticky-header').removeClass('sticky-active');
     98          }
     99      }
     100  });
     101});
  • spa-skincare/1.1.4/functions.php

    r282115 r289767  
    7171        add_image_size( 'spa-skincare-80-60', 80, 60, true );
    7272       
    73         add_editor_style( array( '/assets/css/editor-style.min.css') );
    74 
    7573        add_theme_support( 'align-wide' );
    76         add_theme_support( 'editor-styles' );
    7774        add_theme_support( 'wp-block-styles' );
    7875
     
    128125    wp_enqueue_style( 'fontawesome', get_template_directory_uri() . '/assets/font-awesome/css/all.min.css' );
    129126    wp_enqueue_style( 'owl.carousel.css', get_template_directory_uri() . '/assets/css/owl.carousel.css' );
    130     wp_enqueue_style( 'spa-skincare-blocks', get_template_directory_uri() . '/assets/css/blocks.min.css' );
    131127    wp_enqueue_style( 'spa-skincare-style', get_stylesheet_uri() );
    132128    wp_enqueue_style( 'spa-skincare-google-font', 'https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap', false );
     
    188184*/
    189185function spa_skincare_block_editor_styles() {
    190     // Block styles.
    191     wp_enqueue_style( 'spa-skincare-block-editor-style', get_theme_file_uri( '/assets/css/editor-blocks.min.css' ) );
    192186    // Google Font
    193187    wp_enqueue_style( 'spa-skincare-google-font', 'https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700,700i', false );
  • spa-skincare/1.1.4/inc/customizer/customizer.php

    r279833 r289767  
    5555    // Site Identity
    5656
     57    $wp_customize->get_section( 'title_tagline' )->panel = 'spa_skincare_header_settings_panel';
     58
    5759    $wp_customize->add_setting(
    5860        'spa_skincare_site_logo',
     
    115117    );
    116118   
    117     // Header Option
     119    // Header Options
    118120
    119121    $wp_customize->add_section(
     
    122124            'panel'      => 'spa_skincare_header_settings_panel',
    123125            'title'    => esc_html__( 'Header Options', 'spa-skincare' ),
     126        )
     127    );
     128
     129    $wp_customize->add_setting(
     130        'spa_skincare_sticky_header',
     131        array(
     132            'default'           => false,
     133            'sanitize_callback' => 'spa_skincare_sanitize_on_off',
     134        )
     135    );
     136
     137    $wp_customize->add_control(
     138        new spa_skincare_On_Off_Custom_Control(
     139            $wp_customize,
     140            'spa_skincare_sticky_header',
     141            array(
     142                'label'    => esc_html__( 'ON / OFF Sticky Header', 'spa-skincare' ),
     143                'section'  => 'spa_skincare_header_section',
     144                'settings' => 'spa_skincare_sticky_header',
     145            )
    124146        )
    125147    );
  • spa-skincare/1.1.4/languages/spa-skincare.pot

    r282115 r289767  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Spa Skincare 1.1.0\n"
     5"Project-Id-Version: Spa Skincare 1.1.2\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/spa-skincare\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-07-21T11:06:13+00:00\n"
     12"POT-Creation-Date: 2025-08-23T04:09:36+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.11.0\n"
     
    113113msgstr ""
    114114
     115#: functions.php:99
     116msgid "https://www.themepixels.net/products/skincare-wordpress-theme/"
     117msgstr ""
     118
     119#: functions.php:100
     120msgid "https://themepixels.net/demo-site/spa-skincare/"
     121msgstr ""
     122
     123#: functions.php:101
     124msgid "https://www.themepixels.net/docs/spa-skincare-free/"
     125msgstr ""
     126
    115127#: functions.php:102
    116 msgid "https://www.themepixels.net/products/skincare-wordpress-theme/"
     128msgid "https://www.themepixels.net/products/wp-theme-bundle/"
    117129msgstr ""
    118130
    119131#: functions.php:103
    120 msgid "https://themepixels.net/demo-site/spa-skincare/"
    121 msgstr ""
    122 
    123 #: functions.php:104
    124 msgid "https://www.themepixels.net/docs/spa-skincare-free/"
    125 msgstr ""
    126 
    127 #: functions.php:105
    128 msgid "https://www.themepixels.net/products/wp-theme-bundle/"
    129 msgstr ""
    130 
    131 #: functions.php:106
    132132msgid "https://wordpress.org/support/theme/spa-skincare"
    133133msgstr ""
    134134
    135135#. translators: 1: Theme name
    136 #: functions.php:251
     136#: functions.php:245
    137137msgid "Hello! Thank you for choosing our %1$s!"
    138138msgstr ""
    139139
    140 #: functions.php:255
     140#: functions.php:249
    141141msgid "Spa Skincare Theme Information"
    142142msgstr ""
    143143
    144 #: functions.php:256
     144#: functions.php:250
    145145#: inc/free-demo-content/spa_skincare_config_file.php:49
    146146msgid "Free Demo Content"
     
    169169msgstr ""
    170170
    171 #: inc/customizer/customizer.php:70
     171#: inc/customizer/customizer.php:72
    172172msgid "ON / OFF Site Logo"
    173173msgstr ""
    174174
    175 #: inc/customizer/customizer.php:90
     175#: inc/customizer/customizer.php:92
    176176msgid "ON / OFF Site Title"
    177177msgstr ""
    178178
    179 #: inc/customizer/customizer.php:110
     179#: inc/customizer/customizer.php:112
    180180msgid "ON / OFF Site Tagline"
    181181msgstr ""
    182182
    183 #: inc/customizer/customizer.php:123
     183#: inc/customizer/customizer.php:125
    184184msgid "Header Options"
    185185msgstr ""
    186186
    187 #: inc/customizer/customizer.php:140
     187#: inc/customizer/customizer.php:142
     188msgid "ON / OFF Sticky Header"
     189msgstr ""
     190
     191#: inc/customizer/customizer.php:162
    188192msgid "ON / OFF Topbar Section"
    189193msgstr ""
    190194
    191 #: inc/customizer/customizer.php:158
     195#: inc/customizer/customizer.php:180
    192196msgid "Location"
    193197msgstr ""
    194198
    195 #: inc/customizer/customizer.php:176
     199#: inc/customizer/customizer.php:198
    196200msgid "Phone Number"
    197201msgstr ""
    198202
    199 #: inc/customizer/customizer.php:194
     203#: inc/customizer/customizer.php:216
    200204msgid "Opening Time"
    201205msgstr ""
    202206
    203 #: inc/customizer/customizer.php:207
     207#: inc/customizer/customizer.php:229
    204208msgid "Banner Options"
    205209msgstr ""
    206210
    207 #: inc/customizer/customizer.php:224
     211#: inc/customizer/customizer.php:246
    208212msgid "ON / OFF Banner Section"
    209213msgstr ""
    210214
    211 #: inc/customizer/customizer.php:242
     215#: inc/customizer/customizer.php:264
    212216msgid "No of banner"
    213217msgstr ""
    214218
    215 #: inc/customizer/customizer.php:266
     219#: inc/customizer/customizer.php:288
    216220msgid "Banner Short Heading 0"
    217221msgstr ""
    218222
    219 #: inc/customizer/customizer.php:284
     223#: inc/customizer/customizer.php:306
    220224msgid "Banner Heading 0"
    221225msgstr ""
    222226
    223 #: inc/customizer/customizer.php:302
     227#: inc/customizer/customizer.php:324
    224228msgid "Banner Button Link 0"
    225229msgstr ""
    226230
    227 #: inc/customizer/customizer.php:320
     231#: inc/customizer/customizer.php:342
    228232msgid "Banner Appointment Link 0"
    229233msgstr ""
    230234
    231 #: inc/customizer/customizer.php:340
     235#: inc/customizer/customizer.php:362
    232236msgid "Banner Image 0"
    233237msgstr ""
    234238
    235 #: inc/customizer/customizer.php:354
     239#: inc/customizer/customizer.php:376
    236240msgid "Project Options"
    237241msgstr ""
    238242
    239 #: inc/customizer/customizer.php:371
     243#: inc/customizer/customizer.php:393
    240244msgid "ON / OFF Project Section"
    241245msgstr ""
    242246
    243 #: inc/customizer/customizer.php:389
     247#: inc/customizer/customizer.php:411
    244248msgid "Project Heading"
    245249msgstr ""
    246250
    247 #: inc/customizer/customizer.php:407
     251#: inc/customizer/customizer.php:429
    248252msgid "No of project"
    249253msgstr ""
    250254
    251 #: inc/customizer/customizer.php:431
     255#: inc/customizer/customizer.php:453
    252256msgid "Project Heading 0"
    253257msgstr ""
    254258
    255 #: inc/customizer/customizer.php:449
     259#: inc/customizer/customizer.php:471
    256260msgid "Project Content 0"
    257261msgstr ""
    258262
    259 #: inc/customizer/customizer.php:467
     263#: inc/customizer/customizer.php:489
    260264msgid "Project Button Link 0"
    261265msgstr ""
    262266
    263 #: inc/customizer/customizer.php:487
     267#: inc/customizer/customizer.php:509
    264268msgid "Project Image 0"
    265269msgstr ""
    266270
    267 #: inc/customizer/customizer.php:501
     271#: inc/customizer/customizer.php:523
    268272msgid "Global Color Options"
    269273msgstr ""
    270274
    271 #: inc/customizer/customizer.php:518
     275#: inc/customizer/customizer.php:540
    272276#: themeinfo/spa_skincare_themeinfo_page.php:430
    273277msgid "Global Color"
    274278msgstr ""
    275279
    276 #: inc/customizer/customizer.php:530
     280#: inc/customizer/customizer.php:552
    277281msgid "Global Font Family Options"
    278282msgstr ""
    279283
    280 #: inc/customizer/customizer.php:545
     284#: inc/customizer/customizer.php:567
    281285msgid "Global Font Family"
    282286msgstr ""
    283287
    284 #: inc/customizer/customizer.php:559
     288#: inc/customizer/customizer.php:581
    285289msgid "Footer Widgets Options"
    286290msgstr ""
    287291
    288 #: inc/customizer/customizer.php:576
     292#: inc/customizer/customizer.php:598
    289293msgid "ON / OFF Footer Widgets"
    290294msgstr ""
    291295
    292 #: inc/customizer/customizer.php:587
     296#: inc/customizer/customizer.php:609
    293297msgid "Copyright Options"
    294298msgstr ""
    295299
    296 #: inc/customizer/customizer.php:602
     300#: inc/customizer/customizer.php:624
    297301msgid "Edit Copyright Text"
    298302msgstr ""
    299303
    300 #: inc/customizer/customizer.php:696
     304#: inc/customizer/customizer.php:718
    301305#: inc/free-demo-content/free-content.php:264
    302306#: themeinfo/spa_skincare_themeinfo_page.php:219
     
    304308msgstr ""
    305309
    306 #: inc/customizer/customizer.php:697
     310#: inc/customizer/customizer.php:719
    307311#: inc/free-demo-content/free-content.php:266
    308312#: themeinfo/spa_skincare_themeinfo_page.php:221
     
    310314msgstr ""
    311315
    312 #: inc/customizer/customizer.php:703
     316#: inc/customizer/customizer.php:725
    313317#: themeinfo/spa_skincare_themeinfo_page.php:231
    314318msgid "Preview Pro Theme"
    315319msgstr ""
    316320
    317 #: inc/customizer/customizer.php:704
     321#: inc/customizer/customizer.php:726
    318322#: themeinfo/spa_skincare_themeinfo_page.php:233
    319323msgid "View Live Demo"
  • spa-skincare/1.1.4/readme.txt

    r286816 r289767  
    55Requires PHP: 5.6
    66Tested up to: 6.8
    7 Stable tag: 1.1.2
     7Stable tag: 1.1.3
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1111Spa Skincare WordPress Theme, Copyright 2024 Spa Skincare Themes
    1212Spa Skincare is distributed under the terms of the GNU General Public License v3
    13 
    14 Spa Skincare WordPress Themes are designed to cater to a wide range of website needs with a focus on pixel-perfect design and functionality.
    1513
    1614== Description ==
     
    9088* Bugs Have Been Fixed.
    9189
     90= 1.1.3 =
     91* Added Sticky Header Setting.
     92* Relocated Site Identity Settings.
     93
     94= 1.1.4 =
     95* Minor Bugs Fixed.
     96
    9297== Resources ==
    9398
  • spa-skincare/1.1.4/rtl.css

    r282115 r289767  
    26022602 
    26032603 
    2604   /*--------------------------------------------------------------
    2605   # Header
    2606   ----------------------------------------------------------------*/
    2607  
    2608  
    2609   /*---site header logo style---*/
     2604/*--------------------------------------------------------------
     2605# Header
     2606----------------------------------------------------------------*/
     2607
     2608.sticky-header{
     2609  transition: all 0.3s ease;
     2610}
     2611.sticky-active {
     2612  position: sticky;
     2613  top: 0;
     2614  z-index: 999;
     2615  background: #fff;
     2616  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
     2617  transition: all 0.3s ease;
     2618}
     2619body.admin-bar .sticky-active {
     2620  top: 32px;
     2621}
     2622
     2623@media screen and (max-width: 780px) {
     2624  body.admin-bar .sticky-active {
     2625    top: 40px;
     2626  }
     2627}
     2628
     2629@media screen and (max-width: 550px) {
     2630  .sticky-active {
     2631    position: relative;
     2632    top: 0;
     2633    background: unset;
     2634    box-shadow: unset;
     2635    transition: unset;
     2636  }
     2637  body.admin-bar .sticky-active {
     2638    top: 0;
     2639  }
     2640}
     2641
     2642/*---site header logo style---*/
    26102643 
    26112644  header.site-header .site-branding > a {
     
    29532986      padding-top: 0;
    29542987      padding-bottom: 50px;
     2988      padding: 0;
    29552989    }
    29562990  }
  • spa-skincare/1.1.4/style.css

    r286816 r289767  
    55Author URI: https://www.themepixels.net/
    66Description: The Spa Skincare WordPress Theme is a beautifully designed template tailored specifically for wellness and spa businesses. Whether you're offering luxury spa services, rejuvenating wellness treatments, or holistic therapies, this theme is crafted to highlight your spa's offerings in the most appealing way. It is perfect for spas, wellness centers, med spas, beauty salons, and wellness retreats. With a clean, elegant, and calming design, the theme creates an inviting atmosphere for visitors, reflecting the peaceful and rejuvenating nature of spa treatments. This theme features multiple customization options that allow you to create a tailored experience, showcasing your spa packages, services, and treatments like hot stone massage, detox facials, body wraps, and more. The visually stunning layout, with ample space for high-quality images, is ideal for displaying spa therapies, relaxation zones, and luxurious facilities such as hot tubs, saunas, or aromatherapy treatments. Whether you're promoting a wellness spa, spa retreat, or beauty spa, this theme offers a comprehensive platform for your brand. The Spa Skincare WordPress Theme is fully responsive and retina-ready, ensuring your website looks great across all devices, from desktop to mobile. This theme also supports cross-browser compatibility, so your clients can explore your services on their preferred browser.
    7 Version: 1.1.2
     7Version: 1.1.4
    88Requires PHP: 5.6
    99Tested up to: 6.8
     
    23402340----------------------------------------------------------------*/
    23412341
     2342.sticky-header{
     2343  transition: all 0.3s ease;
     2344}
     2345.sticky-active {
     2346  position: sticky;
     2347  top: 0;
     2348  z-index: 999;
     2349  background: #fff;
     2350  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
     2351  transition: all 0.3s ease;
     2352}
     2353body.admin-bar .sticky-active {
     2354  top: 32px;
     2355}
     2356
     2357@media screen and (max-width: 780px) {
     2358  body.admin-bar .sticky-active {
     2359    top: 40px;
     2360  }
     2361}
     2362
     2363@media screen and (max-width: 550px) {
     2364  .sticky-active {
     2365    position: relative;
     2366    top: 0;
     2367    background: #fff;
     2368    box-shadow: unset;
     2369    transition: unset;
     2370  }
     2371  body.admin-bar .sticky-active {
     2372    top: 0;
     2373  }
     2374}
     2375
    23422376/*---site header logo style---*/
    23432377header.site-header .site-branding > a {
     
    26402674    padding-top: 0;
    26412675    padding-bottom: 50px;
     2676    padding: 0;
    26422677  }
    26432678}
  • spa-skincare/1.1.4/template-parts/header/header-one.php

    r272564 r289767  
    1 <header id="masthead" class="site-header header-one">
     1<header id="masthead" class="site-header header-one <?php echo esc_attr( get_theme_mod('spa_skincare_sticky_header', false) ? 'sticky-header' : '' ); ?>">
    22    <?php if (get_theme_mod('spa_skincare_header_section_on_off_setting', true)) { ?>
    33        <div class="top-header py-3">
     
    5757    }
    5858    ?>
    59     <div class="bottom-header header-image-wrap fixed-header" <?php if ($spa_skincare_header_style) echo 'style="' . esc_attr($spa_skincare_header_style) . '";'; ?>>       
     59    <div class="bottom-header header-image-wrap" <?php if ($spa_skincare_header_style) echo 'style="' . esc_attr($spa_skincare_header_style) . '";'; ?>>       
    6060        <div class="container">
    6161            <div class="row align-items-center">
Note: See TracChangeset for help on using the changeset viewer.