Changeset 289767
- Timestamp:
- 09/22/2025 04:25:59 AM (2 months ago)
- Location:
- spa-skincare/1.1.4
- Files:
-
- 6 deleted
- 8 edited
- 1 copied
- . (copied) (copied from spa-skincare/1.1.2)
- assets/css/blocks.css (deleted)
- assets/css/blocks.min.css (deleted)
- assets/css/editor-blocks.css (deleted)
- assets/css/editor-blocks.min.css (deleted)
- assets/css/editor-style.css (deleted)
- assets/css/editor-style.min.css (deleted)
- assets/js/custom.js (modified) (1 diff)
- functions.php (modified) (3 diffs)
- inc/customizer/customizer.php (modified) (3 diffs)
- languages/spa-skincare.pot (modified) (6 diffs)
- readme.txt (modified) (3 diffs)
- rtl.css (modified) (2 diffs)
- style.css (modified) (3 diffs)
- template-parts/header/header-one.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spa-skincare/1.1.4/assets/js/custom.js
r266050 r289767 88 88 }); 89 89 }); 90 91 jQuery(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 71 71 add_image_size( 'spa-skincare-80-60', 80, 60, true ); 72 72 73 add_editor_style( array( '/assets/css/editor-style.min.css') );74 75 73 add_theme_support( 'align-wide' ); 76 add_theme_support( 'editor-styles' );77 74 add_theme_support( 'wp-block-styles' ); 78 75 … … 128 125 wp_enqueue_style( 'fontawesome', get_template_directory_uri() . '/assets/font-awesome/css/all.min.css' ); 129 126 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' );131 127 wp_enqueue_style( 'spa-skincare-style', get_stylesheet_uri() ); 132 128 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 ); … … 188 184 */ 189 185 function 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' ) );192 186 // Google Font 193 187 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 55 55 // Site Identity 56 56 57 $wp_customize->get_section( 'title_tagline' )->panel = 'spa_skincare_header_settings_panel'; 58 57 59 $wp_customize->add_setting( 58 60 'spa_skincare_site_logo', … … 115 117 ); 116 118 117 // Header Option 119 // Header Options 118 120 119 121 $wp_customize->add_section( … … 122 124 'panel' => 'spa_skincare_header_settings_panel', 123 125 '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 ) 124 146 ) 125 147 ); -
spa-skincare/1.1.4/languages/spa-skincare.pot
r282115 r289767 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Spa Skincare 1.1. 0\n"5 "Project-Id-Version: Spa Skincare 1.1.2\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/spa-skincare\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-0 7-21T11:06:13+00:00\n"12 "POT-Creation-Date: 2025-08-23T04:09:36+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.11.0\n" … … 113 113 msgstr "" 114 114 115 #: functions.php:99 116 msgid "https://www.themepixels.net/products/skincare-wordpress-theme/" 117 msgstr "" 118 119 #: functions.php:100 120 msgid "https://themepixels.net/demo-site/spa-skincare/" 121 msgstr "" 122 123 #: functions.php:101 124 msgid "https://www.themepixels.net/docs/spa-skincare-free/" 125 msgstr "" 126 115 127 #: functions.php:102 116 msgid "https://www.themepixels.net/products/ skincare-wordpress-theme/"128 msgid "https://www.themepixels.net/products/wp-theme-bundle/" 117 129 msgstr "" 118 130 119 131 #: functions.php:103 120 msgid "https://themepixels.net/demo-site/spa-skincare/"121 msgstr ""122 123 #: functions.php:104124 msgid "https://www.themepixels.net/docs/spa-skincare-free/"125 msgstr ""126 127 #: functions.php:105128 msgid "https://www.themepixels.net/products/wp-theme-bundle/"129 msgstr ""130 131 #: functions.php:106132 132 msgid "https://wordpress.org/support/theme/spa-skincare" 133 133 msgstr "" 134 134 135 135 #. translators: 1: Theme name 136 #: functions.php:2 51136 #: functions.php:245 137 137 msgid "Hello! Thank you for choosing our %1$s!" 138 138 msgstr "" 139 139 140 #: functions.php:2 55140 #: functions.php:249 141 141 msgid "Spa Skincare Theme Information" 142 142 msgstr "" 143 143 144 #: functions.php:25 6144 #: functions.php:250 145 145 #: inc/free-demo-content/spa_skincare_config_file.php:49 146 146 msgid "Free Demo Content" … … 169 169 msgstr "" 170 170 171 #: inc/customizer/customizer.php:7 0171 #: inc/customizer/customizer.php:72 172 172 msgid "ON / OFF Site Logo" 173 173 msgstr "" 174 174 175 #: inc/customizer/customizer.php:9 0175 #: inc/customizer/customizer.php:92 176 176 msgid "ON / OFF Site Title" 177 177 msgstr "" 178 178 179 #: inc/customizer/customizer.php:11 0179 #: inc/customizer/customizer.php:112 180 180 msgid "ON / OFF Site Tagline" 181 181 msgstr "" 182 182 183 #: inc/customizer/customizer.php:12 3183 #: inc/customizer/customizer.php:125 184 184 msgid "Header Options" 185 185 msgstr "" 186 186 187 #: inc/customizer/customizer.php:140 187 #: inc/customizer/customizer.php:142 188 msgid "ON / OFF Sticky Header" 189 msgstr "" 190 191 #: inc/customizer/customizer.php:162 188 192 msgid "ON / OFF Topbar Section" 189 193 msgstr "" 190 194 191 #: inc/customizer/customizer.php:1 58195 #: inc/customizer/customizer.php:180 192 196 msgid "Location" 193 197 msgstr "" 194 198 195 #: inc/customizer/customizer.php:1 76199 #: inc/customizer/customizer.php:198 196 200 msgid "Phone Number" 197 201 msgstr "" 198 202 199 #: inc/customizer/customizer.php: 194203 #: inc/customizer/customizer.php:216 200 204 msgid "Opening Time" 201 205 msgstr "" 202 206 203 #: inc/customizer/customizer.php:2 07207 #: inc/customizer/customizer.php:229 204 208 msgid "Banner Options" 205 209 msgstr "" 206 210 207 #: inc/customizer/customizer.php:2 24211 #: inc/customizer/customizer.php:246 208 212 msgid "ON / OFF Banner Section" 209 213 msgstr "" 210 214 211 #: inc/customizer/customizer.php:2 42215 #: inc/customizer/customizer.php:264 212 216 msgid "No of banner" 213 217 msgstr "" 214 218 215 #: inc/customizer/customizer.php:2 66219 #: inc/customizer/customizer.php:288 216 220 msgid "Banner Short Heading 0" 217 221 msgstr "" 218 222 219 #: inc/customizer/customizer.php: 284223 #: inc/customizer/customizer.php:306 220 224 msgid "Banner Heading 0" 221 225 msgstr "" 222 226 223 #: inc/customizer/customizer.php:3 02227 #: inc/customizer/customizer.php:324 224 228 msgid "Banner Button Link 0" 225 229 msgstr "" 226 230 227 #: inc/customizer/customizer.php:3 20231 #: inc/customizer/customizer.php:342 228 232 msgid "Banner Appointment Link 0" 229 233 msgstr "" 230 234 231 #: inc/customizer/customizer.php:3 40235 #: inc/customizer/customizer.php:362 232 236 msgid "Banner Image 0" 233 237 msgstr "" 234 238 235 #: inc/customizer/customizer.php:3 54239 #: inc/customizer/customizer.php:376 236 240 msgid "Project Options" 237 241 msgstr "" 238 242 239 #: inc/customizer/customizer.php:3 71243 #: inc/customizer/customizer.php:393 240 244 msgid "ON / OFF Project Section" 241 245 msgstr "" 242 246 243 #: inc/customizer/customizer.php: 389247 #: inc/customizer/customizer.php:411 244 248 msgid "Project Heading" 245 249 msgstr "" 246 250 247 #: inc/customizer/customizer.php:4 07251 #: inc/customizer/customizer.php:429 248 252 msgid "No of project" 249 253 msgstr "" 250 254 251 #: inc/customizer/customizer.php:4 31255 #: inc/customizer/customizer.php:453 252 256 msgid "Project Heading 0" 253 257 msgstr "" 254 258 255 #: inc/customizer/customizer.php:4 49259 #: inc/customizer/customizer.php:471 256 260 msgid "Project Content 0" 257 261 msgstr "" 258 262 259 #: inc/customizer/customizer.php:4 67263 #: inc/customizer/customizer.php:489 260 264 msgid "Project Button Link 0" 261 265 msgstr "" 262 266 263 #: inc/customizer/customizer.php: 487267 #: inc/customizer/customizer.php:509 264 268 msgid "Project Image 0" 265 269 msgstr "" 266 270 267 #: inc/customizer/customizer.php:5 01271 #: inc/customizer/customizer.php:523 268 272 msgid "Global Color Options" 269 273 msgstr "" 270 274 271 #: inc/customizer/customizer.php:5 18275 #: inc/customizer/customizer.php:540 272 276 #: themeinfo/spa_skincare_themeinfo_page.php:430 273 277 msgid "Global Color" 274 278 msgstr "" 275 279 276 #: inc/customizer/customizer.php:5 30280 #: inc/customizer/customizer.php:552 277 281 msgid "Global Font Family Options" 278 282 msgstr "" 279 283 280 #: inc/customizer/customizer.php:5 45284 #: inc/customizer/customizer.php:567 281 285 msgid "Global Font Family" 282 286 msgstr "" 283 287 284 #: inc/customizer/customizer.php:5 59288 #: inc/customizer/customizer.php:581 285 289 msgid "Footer Widgets Options" 286 290 msgstr "" 287 291 288 #: inc/customizer/customizer.php:5 76292 #: inc/customizer/customizer.php:598 289 293 msgid "ON / OFF Footer Widgets" 290 294 msgstr "" 291 295 292 #: inc/customizer/customizer.php: 587296 #: inc/customizer/customizer.php:609 293 297 msgid "Copyright Options" 294 298 msgstr "" 295 299 296 #: inc/customizer/customizer.php:6 02300 #: inc/customizer/customizer.php:624 297 301 msgid "Edit Copyright Text" 298 302 msgstr "" 299 303 300 #: inc/customizer/customizer.php: 696304 #: inc/customizer/customizer.php:718 301 305 #: inc/free-demo-content/free-content.php:264 302 306 #: themeinfo/spa_skincare_themeinfo_page.php:219 … … 304 308 msgstr "" 305 309 306 #: inc/customizer/customizer.php: 697310 #: inc/customizer/customizer.php:719 307 311 #: inc/free-demo-content/free-content.php:266 308 312 #: themeinfo/spa_skincare_themeinfo_page.php:221 … … 310 314 msgstr "" 311 315 312 #: inc/customizer/customizer.php:7 03316 #: inc/customizer/customizer.php:725 313 317 #: themeinfo/spa_skincare_themeinfo_page.php:231 314 318 msgid "Preview Pro Theme" 315 319 msgstr "" 316 320 317 #: inc/customizer/customizer.php:7 04321 #: inc/customizer/customizer.php:726 318 322 #: themeinfo/spa_skincare_themeinfo_page.php:233 319 323 msgid "View Live Demo" -
spa-skincare/1.1.4/readme.txt
r286816 r289767 5 5 Requires PHP: 5.6 6 6 Tested up to: 6.8 7 Stable tag: 1.1. 27 Stable tag: 1.1.3 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 11 11 Spa Skincare WordPress Theme, Copyright 2024 Spa Skincare Themes 12 12 Spa 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.15 13 16 14 == Description == … … 90 88 * Bugs Have Been Fixed. 91 89 90 = 1.1.3 = 91 * Added Sticky Header Setting. 92 * Relocated Site Identity Settings. 93 94 = 1.1.4 = 95 * Minor Bugs Fixed. 96 92 97 == Resources == 93 98 -
spa-skincare/1.1.4/rtl.css
r282115 r289767 2602 2602 2603 2603 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 } 2619 body.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---*/ 2610 2643 2611 2644 header.site-header .site-branding > a { … … 2953 2986 padding-top: 0; 2954 2987 padding-bottom: 50px; 2988 padding: 0; 2955 2989 } 2956 2990 } -
spa-skincare/1.1.4/style.css
r286816 r289767 5 5 Author URI: https://www.themepixels.net/ 6 6 Description: 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. 27 Version: 1.1.4 8 8 Requires PHP: 5.6 9 9 Tested up to: 6.8 … … 2340 2340 ----------------------------------------------------------------*/ 2341 2341 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 } 2353 body.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 2342 2376 /*---site header logo style---*/ 2343 2377 header.site-header .site-branding > a { … … 2640 2674 padding-top: 0; 2641 2675 padding-bottom: 50px; 2676 padding: 0; 2642 2677 } 2643 2678 } -
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' : '' ); ?>"> 2 2 <?php if (get_theme_mod('spa_skincare_header_section_on_off_setting', true)) { ?> 3 3 <div class="top-header py-3"> … … 57 57 } 58 58 ?> 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) . '";'; ?>> 60 60 <div class="container"> 61 61 <div class="row align-items-center">
Note: See TracChangeset for help on using the changeset viewer.