Changeset 299472
- Timestamp:
- 11/20/2025 12:39:21 PM (4 days ago)
- Location:
- swimwear-shop/0.3.9
- Files:
-
- 2 added
- 13 edited
- 1 copied
-
. (copied) (copied from swimwear-shop/0.3.8)
-
404.php (modified) (1 diff)
-
css/addon.css (modified) (16 diffs)
-
css/default.css (modified) (2 diffs)
-
functions.php (modified) (2 diffs)
-
images/bundle.png (added)
-
images/image_1.webp (added)
-
inc/addon.php (modified) (8 diffs)
-
inc/color-scheme/custom-color-control.php (modified) (2 diffs)
-
inc/custom-header.php (modified) (1 diff)
-
inc/customizer.php (modified) (7 diffs)
-
inc/demo-content.php (modified) (1 diff)
-
languages/swimwear-shop.pot (modified) (12 diffs)
-
readme.txt (modified) (2 diffs)
-
single.php (modified) (3 diffs)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
swimwear-shop/0.3.9/404.php
r273601 r299472 20 20 <?php echo esc_html(get_theme_mod('swimwear_shop_page_not_found_content',__( 'Looks like you have taken a wrong turn.....Don\'t worry... it happens to the best of us.', 'swimwear-shop' ))); ?> 21 21 </p> 22 <?php if( get_theme_mod('swimwear_shop_page_not_found_btn','Homepage') != ''){ ?> 23 <div class="not-found-btn mt-3 mb-4 mx-0"> 24 <a href="<?php echo esc_url( home_url() ); ?>" class="button py-2 px-3"><?php echo esc_html(get_theme_mod('swimwear_shop_page_not_found_btn',__('Homepage','swimwear-shop')));?><span class="screen-reader-text"><?php echo esc_html(get_theme_mod('swimwear_shop_page_not_found_btn',__('Homepage','swimwear-shop')));?></span></a> 25 </div> 26 <?php } ?> 22 27 </div> 23 28 </section> -
swimwear-shop/0.3.9/css/addon.css
r288186 r299472 27 27 .themelink strong { 28 28 display: block; 29 margin-bottom: 1 0px;29 margin-bottom: 15px; 30 30 font-weight: 700; 31 31 font-size: 16px; 32 32 color: #707070; 33 padding-top: 20px; 33 34 } 34 35 .themelink a, .themelink-1 a { … … 45 46 font-size: 14px; 46 47 box-shadow: 0px 0px 20px #0000005C; 48 width: 130px; 47 49 } 48 50 .themelink-1 a{ … … 74 76 flex-wrap: wrap; 75 77 border-radius: 15px; 76 width: 100%;77 78 text-align: center; 78 79 box-shadow: 0px 3px 6px #00000029; 79 80 border: 1px solid #707070; 81 padding: 3em 2.5em !important; 80 82 } 81 83 .section a{ … … 83 85 margin-right: 10px; 84 86 padding: 12px 45px; 87 width: auto; 85 88 } 86 89 /* Clearing Floats */ … … 107 110 .theme-info-wrap .columns-wrapper .column-half { 108 111 width: 50%; 109 112 } 113 .theme-info-wrap .columns-wrapper .column-border{ 114 border-right: 1px solid #787878; 115 } 116 .theme-info-wrap .columns-wrapper .column-padding{ 117 padding-left: 2em; 110 118 } 111 119 .theme-info-wrap .columns-wrapper .column-third { … … 179 187 } 180 188 .important-link .column{ 181 padding: 1.9em 3.5em !important;189 /* padding: 2.5em !important; */ 182 190 } 183 191 .important-link hr, .important-link .themelink{ … … 187 195 width: 90%; 188 196 color: #707070; 189 } 190 .theme-demo .demo-import{ 197 border: 1px solid #787878; 198 } 199 .theme-demo .demo-import, .bundle-info{ 191 200 background-image: linear-gradient(to right, #4734C0, #8371F6); 192 201 border-radius: 15px; … … 195 204 position: relative; 196 205 box-shadow: 0px 3px 6px #00000029; 197 height: 412px; 198 overflow-y: auto; 206 height: 437px; 207 display: flex; 208 flex-direction: column; 209 justify-content: space-between; 210 } 211 .theme-demo .demo-import .theme-offer .view-site-btn + ul { 212 display: none; 213 } 214 .demo-import .plugin-notice{ 215 height: 78px; 216 overflow-y: auto; 199 217 } 200 218 .theme-demo .demo-import ul{ … … 298 316 align-items: center; 299 317 gap: 5px; 318 margin-bottom: 40px; 300 319 } 301 320 .wrapper-info img { … … 503 522 padding: 20px; 504 523 gap: 40px; 524 order: -1; 525 align-items: center; 505 526 } 506 527 .notice-get-started-class .admin-content { … … 514 535 text-shadow: none; 515 536 } 516 .notice-get-started-class .admin-content h1 { 537 .notice-get-started-class .admin-content h2 { 538 font-size: 23px; 517 539 font-weight: 700; 518 540 line-height: 1.3; … … 530 552 } 531 553 .notice-get-started-class .admin-image img{ 532 height: 154px;554 height: 240px; 533 555 width: 100%; 534 556 max-width: 320px; … … 538 560 border: 2px solid #ddd; 539 561 border-radius: 4px; 562 } 563 .notice-get-started-class .admin-bundle-image img{ 564 height: 280px; 540 565 } 541 566 .notice-get-started-class .button-group.button-hero .button, .wp-core-ui .button.button-hero { … … 576 601 box-shadow: none; 577 602 } 603 /* Bundle Info */ 604 .bundle-info .bundle-image{ 605 border-radius: unset !important; 606 box-shadow: unset !important; 607 border: unset !important; 608 } 609 .bundle-info h3{ 610 font-size: 24px; 611 text-transform: capitalize; 612 color: #FFFFFF; 613 margin-bottom: 10px; 614 } 615 .bundle-info b{ 616 font-size: 15px; 617 font-weight: 400; 618 margin: 20px 0; 619 } 620 .bundle-info a{ 621 width: 175px; 622 margin: auto; 623 padding: 10px; 624 margin-top: 15px; 625 transition: transform 0.3s ease-in-out; 626 } 627 .bundle-info a:hover{ 628 transform: scale(1.2); 629 } 630 .bundle-info a:hover { 631 transform: scale(1.1); 632 } 633 634 .bundle-info .bundle-content{ 635 padding: 0px 30px; 636 } 637 .bundle-info .themelink{ 638 margin-bottom: 35px; 639 margin-top: unset; 640 } 641 .bundle-info a:hover{ 642 background-image: linear-gradient(to right, #04B866, #1BE800); 643 } 644 @media screen and (max-width: 1400px) and (min-width: 991px){ 645 .theme-demo .demo-import, .bundle-info{ 646 height: auto; 647 } 648 .start-box .button-large{ 649 padding: unset; 650 } 651 .bundle-info a{ 652 width: 90px; 653 } 654 } 578 655 @media screen and (max-width: 1300px) { 579 656 .notice-get-started-class .admin-content > div { … … 598 675 599 676 } 600 .important-link {601 display: grid;602 padding-right: 0px !important;603 }604 677 .theme-info-wrap .columns-wrapper .column{ 605 padding-right: 10px;678 padding-right: unset; 606 679 } 607 680 .columns-wrapper .column-first hr{ … … 611 684 margin: 20px 0; 612 685 } 686 .theme-info-wrap .columns-wrapper .column-border{ 687 border: unset; 688 } 689 .theme-info-wrap .columns-wrapper .column-padding{ 690 padding-left: unset; 691 } 692 .bundle-info{ 693 margin-top: 20px; 694 } 695 .theme-demo .demo-import, .bundle-info{ 696 height: auto; 697 } 613 698 } -
swimwear-shop/0.3.9/css/default.css
r288186 r299472 64 64 .woocommerce table.shop_table { 65 65 border: 2px solid #262626; 66 } 67 .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price del{ 68 margin-right: 6px; 69 display: inline-flex; 66 70 } 67 71 .entry-content table th, .comment-body table th, … … 456 460 margin: 30px 0 40px 0; 457 461 } 462 .error404 .page-not-found .not-found-btn{ 463 background-color: var(--first-theme-color); 464 display: inline-flex; 465 padding: 5px; 466 border-radius: 5px; 467 } 468 .error404 .page-not-found .not-found-btn:hover{ 469 background-color: #000; 470 } 471 .error404 .page-not-found .not-found-btn a{ 472 color: #fff; 473 text-decoration: none; 474 font-size: 16px; 475 font-weight: 600; 476 } -
swimwear-shop/0.3.9/functions.php
r288186 r299472 337 337 </div> 338 338 <div class="admin-content" > 339 <h1><?php printf( esc_html__( 'Welcome to %1$s %2$s', 'swimwear-shop' ), esc_html($swimwear_shop_theme->get( 'Name' )), esc_html($swimwear_shop_theme->get( 'Version' ))); ?> 339 <h1><?php 340 /* translators: 1: Theme name, 2: Theme version. */ 341 printf( esc_html__( 'Welcome to %1$s %2$s', 'swimwear-shop' ), esc_html($swimwear_shop_theme->get( 'Name' )), esc_html($swimwear_shop_theme->get( 'Version' ))); ?> 340 342 </h1> 341 343 <p><?php _e('Get Started With Theme By Clicking On Getting Started.', 'swimwear-shop'); ?></p> … … 347 349 </div> 348 350 </div> 351 <div class="admin-bundle-image"> 352 <a href="<?php echo esc_url( SWIMWEAR_SHOP_BUNDLE_PAGE ); ?>" target="_blank"><img src="<?php echo esc_url(get_stylesheet_directory_uri()) .'/images/image_1.webp'; ?>" /></a> 353 </div> 349 354 </div> 350 355 <?php } -
swimwear-shop/0.3.9/inc/addon.php
r288186 r299472 14 14 $swimwear_shop_theme = wp_get_theme(); 15 15 add_theme_page( 16 /* translators: 1: Theme name. */ 16 17 sprintf( esc_html__( 'Welcome to %1$s', 'swimwear-shop' ), $swimwear_shop_theme->get( 'Name' )), 17 18 esc_html__( 'Theme Demo Import', 'swimwear-shop' ), … … 52 53 </div> 53 54 </div> 54 <div class="column column- firstclearfix">55 <div class="column column-half clearfix"> 55 56 <div class="important-link"> 56 57 <div class="main-box columns-wrapper clearfix"> 57 <div class="themelink column column-third clearfix"> 58 <p><strong><?php esc_html_e( 'Pro version of our theme', 'swimwear-shop' ); ?></strong></p> 59 <p><?php esc_html_e( 'Are you excited for our theme? Then we will proceed for pro version of theme.', 'swimwear-shop' ); ?></p> 60 <a class="get-premium" href="<?php echo esc_url( SWIMWEAR_SHOP_PREMIUM_PAGE ); ?>" target="_blank"> 61 <?php esc_html_e( 'Go To Premium', 'swimwear-shop' ); ?> 58 59 <div class="themelink column column-half column-border clearfix"> 60 <p><strong><?php esc_html_e( 'Free Theme Documentation', 'swimwear-shop' ); ?></strong></p> 61 <p><?php esc_html_e( 'Need more details? Please check our full documentation for detailed theme setup.', 'swimwear-shop' ); ?></p> 62 <a href="<?php echo esc_url( SWIMWEAR_SHOP_THEME_DOCUMENTATION ); ?>" target="_blank"> 63 <?php esc_html_e( 'Documentation', 'swimwear-shop' ); ?> 62 64 </a> 63 65 </div> 64 66 65 <div class="themelink column column- thirdclearfix">67 <div class="themelink column column-half column-padding clearfix"> 66 68 <p><strong><?php esc_html_e( 'Need Help?', 'swimwear-shop' ); ?></strong></p> 67 69 <p><?php esc_html_e( 'Go to our support forum to help you out in case of queries and doubts regarding our theme.', 'swimwear-shop' ); ?></p> … … 70 72 </a> 71 73 </div> 72 73 <div class="themelink column column-third clearfix">74 <p><strong><?php esc_html_e( 'Check Our Demo', 'swimwear-shop' ); ?></strong></p>75 <p><?php esc_html_e( 'Here, you can view a live demonstration of our premium theme.', 'swimwear-shop' ); ?></p>76 <a href="<?php echo esc_url( SWIMWEAR_SHOP_PRO_DEMO ); ?>" target="_blank">77 <?php esc_html_e( 'Premium Demo', 'swimwear-shop' ); ?>78 </a>79 </div>80 74 </div> 81 75 <hr> 82 76 <div class="main-box columns-wrapper clearfix"> 83 <div class="themelink column column-third clearfix"> 84 <p><strong><?php esc_html_e( 'Check all classic features', 'swimwear-shop' ); ?></strong></p> 85 <p><?php esc_html_e( 'Explore all our 90+ Premium Themes Collections', 'swimwear-shop' ); ?></p> 86 <a href="<?php echo esc_url( SWIMWEAR_SHOP_THEME_PAGE ); ?>" target="_blank"> 87 <?php esc_html_e( 'Theme Page', 'swimwear-shop' ); ?> 77 78 <div class="themelink column column-half column-border clearfix"> 79 <p><strong><?php esc_html_e( 'Pro version of our theme', 'swimwear-shop' ); ?></strong></p> 80 <p><?php esc_html_e( 'Are you excited for our theme? Then we will proceed for pro version of theme.', 'swimwear-shop' ); ?></p> 81 <a class="get-premium" href="<?php echo esc_url( SWIMWEAR_SHOP_PREMIUM_PAGE ); ?>" target="_blank"> 82 <?php esc_html_e( 'Get Premium', 'swimwear-shop' ); ?> 88 83 </a> 89 84 </div> 90 85 91 <div class="themelink column column- thirdclearfix">86 <div class="themelink column column-half column-padding clearfix"> 92 87 <p><strong><?php esc_html_e( 'Leave us a review', 'swimwear-shop' ); ?></strong></p> 93 88 <p><?php esc_html_e( 'Are you enjoying our theme? We would love to hear your feedback.', 'swimwear-shop' ); ?></p> … … 97 92 </div> 98 93 99 <div class="themelink column column-third clearfix"> 100 <p><strong><?php esc_html_e( 'Theme Documentation', 'swimwear-shop' ); ?></strong></p> 101 <p><?php esc_html_e( 'Need more details? Please check our full documentation for detailed theme setup.', 'swimwear-shop' ); ?></p> 102 <a href="<?php echo esc_url( SWIMWEAR_SHOP_THEME_DOCUMENTATION ); ?>" target="_blank"> 103 <?php esc_html_e( 'Documentation', 'swimwear-shop' ); ?> 104 </a> 105 </div> 94 </div> 95 </div> 96 </div> 97 <div class="column column-quarter clearfix start-box"> 98 <div class="bundle-info"> 99 <img src="<?php echo esc_url( get_template_directory_uri().'/images/bundle.png'); ?>" alt="<?php echo esc_attr( 'screenshot', 'swimwear-shop'); ?>" class="bundle-image"/> 100 <div class="bundle-content themelink"> 101 <h3><?php esc_html_e( 'WordPress Theme Bundle', 'swimwear-shop' ); ?></h3> 102 <small><b><?php esc_html_e( 'Get access to a collection of 100+ stunning WordPress themes for just $99 — featuring designs for every business niche!', 'swimwear-shop' ); ?></small></b> 103 <a class="get-premium" href="<?php echo esc_url( SWIMWEAR_SHOP_BUNDLE_PAGE ); ?>" target="_blank"> 104 <?php esc_html_e( 'Get Bundle at 20% OFF', 'swimwear-shop' ); ?> 105 </a> 106 106 </div> 107 107 </div> … … 110 110 <div id="getting-started"> 111 111 <div class="section"> 112 <h3><?php printf( esc_html__( 'Getting started with %s', 'swimwear-shop' ), 112 <h3><?php 113 /* translators: %s: Theme name. */ 114 printf( esc_html__( 'Getting started with %s', 'swimwear-shop' ), 113 115 esc_html($swimwear_shop_theme->get( 'Name' ))); ?></h3> 114 116 <div class="columns-wrapper clearfix"> … … 118 120 <a class="" href="<?php echo esc_url( SWIMWEAR_SHOP_PREMIUM_PAGE ); ?>" target="_blank"><?php esc_html_e( 'Get Premium', 'swimwear-shop' ); ?></a> 119 121 <a href="<?php echo esc_url( SWIMWEAR_SHOP_PRO_DEMO ); ?>" target="_blank"><?php esc_html_e( 'View Demo', 'swimwear-shop' ); ?></a> 120 <a class="get-premium" href="<?php echo esc_url( SWIMWEAR_SHOP_BUNDLE_PAGE ); ?>" target="_blank"><?php esc_html_e( 'Bundle of 90+ Themes at $99', 'swimwear-shop' ); ?></a>122 <a class="get-premium" href="<?php echo esc_url( SWIMWEAR_SHOP_BUNDLE_PAGE ); ?>" target="_blank"><?php esc_html_e( 'Bundle of 100+ Themes at $99', 'swimwear-shop' ); ?></a> 121 123 </div> 122 124 <div class="theme-description-1"><?php echo esc_html($swimwear_shop_theme->get( 'Description' )); ?></div> … … 124 126 </div> 125 127 <div class="column column-half clearfix"> 126 <img src="<?php echo esc_url( $swimwear_shop_theme->get_screenshot() ); ?>" alt=" "/>128 <img src="<?php echo esc_url( $swimwear_shop_theme->get_screenshot() ); ?>" alt="<?php echo esc_attr( 'screenshot', 'swimwear-shop'); ?>"/> 127 129 </div> 128 130 </div> … … 132 134 <div id="theme-author"> 133 135 <p><?php 136 /* translators: 1: Theme name, 2: Author name, 3: Call to action text. */ 134 137 printf( esc_html__( '%1$s is proudly brought to you by %2$s. If you like this theme, %3$s :)', 'swimwear-shop' ), 135 138 esc_html($swimwear_shop_theme->get( 'Name' )), -
swimwear-shop/0.3.9/inc/color-scheme/custom-color-control.php
r288186 r299472 82 82 } 83 83 84 /*--------------------------- Blog Post Page Image Box Shadow -------------------*/85 86 $swimwear_shop_blog_post_page_image_box_shadow = get_theme_mod('swimwear_shop_blog_post_page_image_box_shadow',0);87 if($swimwear_shop_blog_post_page_image_box_shadow != false){88 $swimwear_shop_color_scheme_css .='.blog-post .post-thumb img{';89 $swimwear_shop_color_scheme_css .='box-shadow: '.esc_attr($swimwear_shop_blog_post_page_image_box_shadow).'px '.esc_attr($swimwear_shop_blog_post_page_image_box_shadow).'px '.esc_attr($swimwear_shop_blog_post_page_image_box_shadow).'px #cccccc;';90 $swimwear_shop_color_scheme_css .='}';91 }92 93 /*--------------------------- Single Post Page Image Box Shadow -------------------*/94 95 $swimwear_shop_single_post_page_image_box_shadow = get_theme_mod('swimwear_shop_single_post_page_image_box_shadow',0);96 if($swimwear_shop_single_post_page_image_box_shadow != false){97 $swimwear_shop_color_scheme_css .='.single-post img{';98 $swimwear_shop_color_scheme_css .='box-shadow: '.esc_attr($swimwear_shop_single_post_page_image_box_shadow).'px '.esc_attr($swimwear_shop_single_post_page_image_box_shadow).'px '.esc_attr($swimwear_shop_single_post_page_image_box_shadow).'px #cccccc;';99 $swimwear_shop_color_scheme_css .='}';100 }101 102 84 /*--------------------------- Woocommerce Product Sale Position -------------------*/ 103 85 … … 175 157 $swimwear_shop_color_scheme_css .='}'; 176 158 } 159 160 /*--------------------------- Menu Typography -------------------*/ 161 162 $swimwear_shop_theme_lay = get_theme_mod( 'swimwear_shop_menu_text_transform','Capitalize'); 163 if($swimwear_shop_theme_lay == 'Uppercase'){ 164 $swimwear_shop_color_scheme_css .='.main-nav a{'; 165 $swimwear_shop_color_scheme_css .='text-transform: uppercase;'; 166 $swimwear_shop_color_scheme_css .='}'; 167 }else if($swimwear_shop_theme_lay == 'Lowercase'){ 168 $swimwear_shop_color_scheme_css .='.main-nav a{'; 169 $swimwear_shop_color_scheme_css .='text-transform: lowercase;'; 170 $swimwear_shop_color_scheme_css .='}'; 171 } 172 else if($swimwear_shop_theme_lay == 'Capitalize'){ 173 $swimwear_shop_color_scheme_css .='.main-nav a{'; 174 $swimwear_shop_color_scheme_css .='text-transform: capitalize;'; 175 $swimwear_shop_color_scheme_css .='}'; 176 } -
swimwear-shop/0.3.9/inc/custom-header.php
r255431 r299472 63 63 } 64 64 65 .copywrap, .copywrap p, .copywrap p a {66 color: <?php echo esc_attr(get_theme_mod('swimwear_shop_footercoypright_color')); ?> !important;67 }68 65 #footer h3 { 69 66 color: <?php echo esc_attr(get_theme_mod('swimwear_shop_footertitle_color')); ?> !important; 70 67 71 }72 #footer p {73 color: <?php echo esc_attr(get_theme_mod('swimwear_shop_footerdescription_color')); ?>;74 68 } 75 69 #footer ul li a { -
swimwear-shop/0.3.9/inc/customizer.php
r288186 r299472 425 425 'type' => 'color' 426 426 )); 427 428 // Menu Text Transform 429 $wp_customize->add_setting( 'swimwear_shop_menu_text_transform', array( 430 'default' => 'Capitalize', 431 'transport' => 'refresh', 432 'sanitize_callback' => 'swimwear_shop_sanitize_choices' 433 )); 434 435 $wp_customize->add_control( 'swimwear_shop_menu_text_transform', array( 436 'label' => __( 'Menu Text Transform', 'swimwear-shop' ), 437 'section' => 'swimwear_shop_header_section', 438 'type' => 'select', 439 'choices' => array( 440 'None' => __( 'None', 'swimwear-shop' ), 441 'Capitalize' => __( 'Capitalize', 'swimwear-shop' ), 442 'Uppercase' => __( 'Uppercase', 'swimwear-shop' ), 443 'Lowercase' => __( 'Lowercase', 'swimwear-shop' ), 444 ), 445 )); 427 446 428 447 $wp_customize->add_setting( 'swimwear_shop_header_upgraded_features',array( … … 708 727 )); 709 728 710 $wp_customize->add_setting( 'swimwear_shop_blog_post_page_image_box_shadow', array(711 'default' => '0',712 'transport' => 'refresh',713 'sanitize_callback' => 'swimwear_shop_sanitize_integer'714 ) );715 $wp_customize->add_control(new Swimwear_Shop_Slider_Custom_Control( $wp_customize, 'swimwear_shop_blog_post_page_image_box_shadow',array(716 'label' => esc_html__('Blog Page Image Box Shadow','swimwear-shop'),717 'section'=> 'swimwear_shop_blog_post_settings',718 'settings'=>'swimwear_shop_blog_post_page_image_box_shadow',719 'input_attrs' => array(720 'step' => 1,721 'min' => 0,722 'max' => 100,723 ),724 )));725 726 729 $wp_customize->add_setting( 'swimwear_shop_blog_upgraded_features',array( 727 730 'sanitize_callback' => 'sanitize_text_field' … … 740 743 'panel' => 'swimwear_shop_panel_area' 741 744 )); 742 743 $wp_customize->add_setting( 'swimwear_shop_single_page_breadcrumb',array(744 'default' => true,745 'sanitize_callback' => 'swimwear_shop_sanitize_checkbox',746 ));747 $wp_customize->add_control('swimwear_shop_single_page_breadcrumb',array(748 'section' => 'swimwear_shop_single_post_settings',749 'label' => __( 'Check To Enable Breadcrumb','swimwear-shop' ),750 'type' => 'checkbox'751 ));752 745 753 746 $wp_customize->add_setting('swimwear_shop_single_post_date',array( … … 801 794 'section' => 'swimwear_shop_single_post_settings' 802 795 )); 803 804 $wp_customize->add_setting( 'swimwear_shop_single_post_page_image_box_shadow', array(805 'default' => '0',806 'transport' => 'refresh',807 'sanitize_callback' => 'swimwear_shop_sanitize_integer'808 ));809 $wp_customize->add_control(new Swimwear_Shop_Slider_Custom_Control( $wp_customize, 'swimwear_shop_single_post_page_image_box_shadow',array(810 'label' => esc_html__('Single Post Image Box Shadow','swimwear-shop'),811 'section'=> 'swimwear_shop_single_post_settings',812 'settings'=>'swimwear_shop_single_post_page_image_box_shadow',813 'input_attrs' => array(814 'step' => 1,815 'min' => 0,816 'max' => 100,817 ),818 )));819 796 820 797 $wp_customize->add_setting('swimwear_shop_sidebar_single_post_layout',array( … … 920 897 )); 921 898 899 $wp_customize->add_setting('swimwear_shop_page_not_found_btn',array( 900 'default' => 'Homepage', 901 'sanitize_callback' => 'sanitize_text_field', 902 'capability' => 'edit_theme_options', 903 )); 904 $wp_customize->add_control( 'swimwear_shop_page_not_found_btn', array( 905 'settings' => 'swimwear_shop_page_not_found_btn', 906 'section' => 'swimwear_shop_page_not_found', 907 'label' => __('404 Button', 'swimwear-shop'), 908 'type' => 'text' 909 )); 910 922 911 $wp_customize->add_setting( 'swimwear_shop_page_not_found_settings_upgraded_features',array( 923 912 'sanitize_callback' => 'sanitize_text_field' … … 969 958 'priority' => null, 970 959 )); 971 972 // footer coypright color973 $wp_customize->add_setting('swimwear_shop_footercoypright_color',array(974 'default' => '',975 'sanitize_callback' => 'swimwear_shop_sanitize_hex_color',976 'capability' => 'edit_theme_options',977 ));978 $wp_customize->add_control( 'swimwear_shop_footercoypright_color', array(979 'settings' => 'swimwear_shop_footercoypright_color',980 'section' => 'swimwear_shop_footer',981 'label' => __('Coypright Color', 'swimwear-shop'),982 'type' => 'color'983 ));984 960 985 961 // footer bg color … … 1033 1009 'section' => 'swimwear_shop_footer', 1034 1010 'label' => __('Title Color', 'swimwear-shop'), 1035 'type' => 'color'1036 ));1037 1038 // footer description color1039 $wp_customize->add_setting('swimwear_shop_footerdescription_color',array(1040 'default' => '',1041 'sanitize_callback' => 'swimwear_shop_sanitize_hex_color',1042 'capability' => 'edit_theme_options',1043 ));1044 $wp_customize->add_control( 'swimwear_shop_footerdescription_color', array(1045 'settings' => 'swimwear_shop_footerdescription_color',1046 'section' => 'swimwear_shop_footer',1047 'label' => __('Description Color', 'swimwear-shop'),1048 1011 'type' => 'color' 1049 1012 )); -
swimwear-shop/0.3.9/inc/demo-content.php
r288186 r299472 22 22 // POST and update the customizer and other related data of Swimwear Shop 23 23 if ( isset( $_POST['submit'] ) ) { 24 25 //Check if WooCommerce is installed and activated 26 if (!is_plugin_active('woocommerce/woocommerce.php')) { 27 // Install the plugin if it doesn't exist 28 $swimwear_shop_plugin_slug = 'woocommerce'; 29 $swimwear_shop_plugin_file = 'woocommerce/woocommerce.php'; 30 31 // Check if plugin is installed 32 $swimwear_shop_installed_plugins = get_plugins(); 33 if (!isset($swimwear_shop_installed_plugins[$swimwear_shop_plugin_file])) { 34 include_once(ABSPATH . 'wp-admin/includes/plugin-install.php'); 35 include_once(ABSPATH . 'wp-admin/includes/file.php'); 36 include_once(ABSPATH . 'wp-admin/includes/misc.php'); 37 include_once(ABSPATH . 'wp-admin/includes/class-wp-upgrader.php'); 38 24 echo '<div class="plugin-notice">'; 25 //Check if WooCommerce is installed and activated 26 if (!is_plugin_active('woocommerce/woocommerce.php')) { 27 // Install the plugin if it doesn't exist 28 $swimwear_shop_plugin_slug = 'woocommerce'; 29 $swimwear_shop_plugin_file = 'woocommerce/woocommerce.php'; 30 31 // Check if plugin is installed 32 $swimwear_shop_installed_plugins = get_plugins(); 33 if (!isset($swimwear_shop_installed_plugins[$swimwear_shop_plugin_file])) { 34 include_once(ABSPATH . 'wp-admin/includes/plugin-install.php'); 35 include_once(ABSPATH . 'wp-admin/includes/file.php'); 36 include_once(ABSPATH . 'wp-admin/includes/misc.php'); 37 include_once(ABSPATH . 'wp-admin/includes/class-wp-upgrader.php'); 38 39 // Install the plugin 40 $swimwear_shop_upgrader = new Plugin_Upgrader(); 41 $swimwear_shop_upgrader->install('https://downloads.wordpress.org/plugin/woocommerce.latest-stable.zip'); 42 } 43 // Activate the plugin 44 activate_plugin($swimwear_shop_plugin_file); 45 } 46 47 //Check if Sales Countdown Timer is installed and activated 48 if (!is_plugin_active('sales-countdown-timer/sales-countdown-timer.php')) { 39 49 // Install the plugin 40 $swimwear_shop_upgrader = new Plugin_Upgrader(); 41 $swimwear_shop_upgrader->install('https://downloads.wordpress.org/plugin/woocommerce.latest-stable.zip'); 42 } 43 // Activate the plugin 44 activate_plugin($swimwear_shop_plugin_file); 45 } 46 47 //Check if Sales Countdown Timer is installed and activated 48 if (!is_plugin_active('sales-countdown-timer/sales-countdown-timer.php')) { 49 // Install the plugin 50 include_once ABSPATH . 'wp-admin/includes/plugin-install.php'; 51 include_once ABSPATH . 'wp-admin/includes/file.php'; 52 include_once ABSPATH . 'wp-admin/includes/misc.php'; 53 include_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php'; 54 55 $swimwear_shop_plugin_slug = 'sales-countdown-timer'; 56 $swimwear_shop_api = plugins_api('plugin_information', array('slug' => $swimwear_shop_plugin_slug)); 57 58 if (is_wp_error($swimwear_shop_api)) { 59 return; 60 } 61 62 $swimwear_shop_upgrader = new Plugin_Upgrader(new Automatic_Upgrader_Skin()); 63 $swimwear_shop_upgrader->install($swimwear_shop_api->download_link); 64 65 // Activate the plugin 66 activate_plugin('sales-countdown-timer/sales-countdown-timer.php'); 67 } 68 69 // Check if Classic Blog Grid plugin is installed 70 if (!is_plugin_active('classic-blog-grid/classic-blog-grid.php')) { 71 // Plugin slug and file path for Classic Blog Grid 72 $swimwear_shop_plugin_slug = 'classic-blog-grid'; 73 $swimwear_shop_plugin_file = 'classic-blog-grid/classic-blog-grid.php'; 74 75 // Check if Classic Blog Grid is installed and activated 76 if ( ! is_plugin_active( $swimwear_shop_plugin_file ) ) { 77 78 // Check if Classic Blog Grid is installed 79 $swimwear_shop_installed_plugins = get_plugins(); 80 if ( ! isset( $swimwear_shop_installed_plugins[ $swimwear_shop_plugin_file ] ) ) { 81 82 // Include necessary files to install plugins 83 include_once( ABSPATH . 'wp-admin/includes/plugin-install.php' ); 84 include_once( ABSPATH . 'wp-admin/includes/file.php' ); 85 include_once( ABSPATH . 'wp-admin/includes/misc.php' ); 86 include_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.php' ); 87 88 // Download and install Classic Blog Grid 89 $swimwear_shop_upgrader = new Plugin_Upgrader(); 90 $swimwear_shop_upgrader->install( 'https://downloads.wordpress.org/plugin/classic-blog-grid.latest-stable.zip' ); 91 } 92 93 // Activate the Classic Blog Grid plugin after installation (if needed) 94 activate_plugin( $swimwear_shop_plugin_file ); 95 } 96 } 97 50 include_once ABSPATH . 'wp-admin/includes/plugin-install.php'; 51 include_once ABSPATH . 'wp-admin/includes/file.php'; 52 include_once ABSPATH . 'wp-admin/includes/misc.php'; 53 include_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php'; 54 55 $swimwear_shop_plugin_slug = 'sales-countdown-timer'; 56 $swimwear_shop_api = plugins_api('plugin_information', array('slug' => $swimwear_shop_plugin_slug)); 57 58 if (is_wp_error($swimwear_shop_api)) { 59 return; 60 } 61 62 $swimwear_shop_upgrader = new Plugin_Upgrader(new Automatic_Upgrader_Skin()); 63 $swimwear_shop_upgrader->install($swimwear_shop_api->download_link); 64 65 // Activate the plugin 66 activate_plugin('sales-countdown-timer/sales-countdown-timer.php'); 67 } 68 69 // Check if Classic Blog Grid plugin is installed 70 if (!is_plugin_active('classic-blog-grid/classic-blog-grid.php')) { 71 // Plugin slug and file path for Classic Blog Grid 72 $swimwear_shop_plugin_slug = 'classic-blog-grid'; 73 $swimwear_shop_plugin_file = 'classic-blog-grid/classic-blog-grid.php'; 74 75 // Check if Classic Blog Grid is installed and activated 76 if ( ! is_plugin_active( $swimwear_shop_plugin_file ) ) { 77 78 // Check if Classic Blog Grid is installed 79 $swimwear_shop_installed_plugins = get_plugins(); 80 if ( ! isset( $swimwear_shop_installed_plugins[ $swimwear_shop_plugin_file ] ) ) { 81 82 // Include necessary files to install plugins 83 include_once( ABSPATH . 'wp-admin/includes/plugin-install.php' ); 84 include_once( ABSPATH . 'wp-admin/includes/file.php' ); 85 include_once( ABSPATH . 'wp-admin/includes/misc.php' ); 86 include_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.php' ); 87 88 // Download and install Classic Blog Grid 89 $swimwear_shop_upgrader = new Plugin_Upgrader(); 90 $swimwear_shop_upgrader->install( 'https://downloads.wordpress.org/plugin/classic-blog-grid.latest-stable.zip' ); 91 } 92 93 // Activate the Classic Blog Grid plugin after installation (if needed) 94 activate_plugin( $swimwear_shop_plugin_file ); 95 } 96 } 97 echo '</div>'; 98 98 // ------- Create Main Menu -------- 99 99 $swimwear_shop_menuname = 'Primary Menu'; -
swimwear-shop/0.3.9/languages/swimwear-shop.pot
r288186 r299472 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Swimwear Shop 0.3. 6\n"5 "Project-Id-Version: Swimwear Shop 0.3.9\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/swimwear-shop\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- 08-30T11:02:30+05:30\n"12 "POT-Creation-Date: 2025-11-12T17:32:20+05:30\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.11.0\n" … … 42 42 43 43 #: 404.php:15 44 #: inc/customizer.php:8 9944 #: inc/customizer.php:876 45 45 msgid "404 Not Found" 46 46 msgstr "" 47 47 48 48 #: 404.php:20 49 #: inc/customizer.php: 91649 #: inc/customizer.php:893 50 50 msgid "Looks like you have taken a wrong turn.....Don't worry... it happens to the best of us." 51 msgstr "" 52 53 #: 404.php:24 54 msgid "Homepage" 51 55 msgstr "" 52 56 … … 110 114 111 115 #: footer.php:133 112 #: inc/customizer.php:10 91116 #: inc/customizer.php:1054 113 117 msgid "TOP" 114 118 msgstr "" … … 217 221 218 222 #: functions.php:346 219 #: inc/addon.php:1 19223 #: inc/addon.php:121 220 224 msgid "View Demo" 221 225 msgstr "" … … 249 253 msgstr "" 250 254 251 #: inc/addon.php:16 252 #: inc/addon.php:30 255 #. translators: 1: Theme name. 256 #: inc/addon.php:17 257 #: inc/addon.php:31 253 258 msgid "Welcome to %1$s" 254 259 msgstr "" 255 260 256 #: inc/addon.php:1 7261 #: inc/addon.php:18 257 262 msgid "Theme Demo Import" 258 263 msgstr "" 259 264 260 #: inc/addon.php:3 3265 #: inc/addon.php:34 261 266 msgid "Do you want to configure this theme? Look no further, our easy-to-follow theme documentation will walk you through it." 262 267 msgstr "" 263 268 264 #: inc/addon.php:4 0269 #: inc/addon.php:41 265 270 #: inc/tgm/class-tgm-plugin-activation.php:2553 266 271 msgid "Version" 267 272 msgstr "" 268 273 269 #: inc/addon.php:58 274 #: inc/addon.php:60 275 msgid "Free Theme Documentation" 276 msgstr "" 277 278 #: inc/addon.php:61 279 msgid "Need more details? Please check our full documentation for detailed theme setup." 280 msgstr "" 281 282 #: inc/addon.php:63 283 msgid "Documentation" 284 msgstr "" 285 286 #: inc/addon.php:68 287 msgid "Need Help?" 288 msgstr "" 289 290 #: inc/addon.php:69 291 msgid "Go to our support forum to help you out in case of queries and doubts regarding our theme." 292 msgstr "" 293 294 #: inc/addon.php:71 295 msgid "Contact Us" 296 msgstr "" 297 298 #: inc/addon.php:79 270 299 msgid "Pro version of our theme" 271 300 msgstr "" 272 301 273 #: inc/addon.php: 59302 #: inc/addon.php:80 274 303 msgid "Are you excited for our theme? Then we will proceed for pro version of theme." 275 304 msgstr "" 276 305 277 #: inc/addon.php:61 278 msgid "Go To Premium" 279 msgstr "" 280 281 #: inc/addon.php:66 282 msgid "Need Help?" 283 msgstr "" 284 285 #: inc/addon.php:67 286 msgid "Go to our support forum to help you out in case of queries and doubts regarding our theme." 287 msgstr "" 288 289 #: inc/addon.php:69 290 msgid "Contact Us" 291 msgstr "" 292 293 #: inc/addon.php:74 294 msgid "Check Our Demo" 295 msgstr "" 296 297 #: inc/addon.php:75 298 msgid "Here, you can view a live demonstration of our premium theme." 299 msgstr "" 300 301 #: inc/addon.php:77 302 #: inc/upgrade-to-pro.php:25 303 msgid "Premium Demo" 304 msgstr "" 305 306 #: inc/addon.php:84 307 msgid "Check all classic features" 308 msgstr "" 309 310 #: inc/addon.php:85 311 msgid "Explore all our 90+ Premium Themes Collections" 306 #: inc/addon.php:82 307 #: inc/addon.php:120 308 msgid "Get Premium" 312 309 msgstr "" 313 310 314 311 #: inc/addon.php:87 315 #: inc/upgrade-to-pro.php:31316 msgid "Theme Page"317 msgstr ""318 319 #: inc/addon.php:92320 312 msgid "Leave us a review" 321 313 msgstr "" 322 314 323 #: inc/addon.php: 93315 #: inc/addon.php:88 324 316 msgid "Are you enjoying our theme? We would love to hear your feedback." 325 317 msgstr "" 326 318 327 #: inc/addon.php:9 5319 #: inc/addon.php:90 328 320 msgid "Rate This Theme" 329 321 msgstr "" 330 322 331 #: inc/addon.php:100332 #: inc/upgrade-to-pro.php:33333 msgid "Theme Documentation"334 msgstr ""335 336 323 #: inc/addon.php:101 337 msgid "Need more details? Please check our full documentation for detailed theme setup." 338 msgstr "" 339 340 #: inc/addon.php:103 341 msgid "Documentation" 342 msgstr "" 343 344 #: inc/addon.php:112 324 msgid "WordPress Theme Bundle" 325 msgstr "" 326 327 #: inc/addon.php:102 328 msgid "Get access to a collection of 100+ stunning WordPress themes for just $99 — featuring designs for every business niche!" 329 msgstr "" 330 331 #: inc/addon.php:104 332 msgid "Get Bundle at 20% OFF" 333 msgstr "" 334 335 #. translators: %s: Theme name. 336 #: inc/addon.php:114 345 337 msgid "Getting started with %s" 346 338 msgstr "" 347 339 348 #: inc/addon.php:118 349 msgid "Get Premium" 350 msgstr "" 351 352 #: inc/addon.php:120 353 msgid "Bundle of 90+ Themes at $99" 354 msgstr "" 355 356 #: inc/addon.php:134 340 #: inc/addon.php:122 341 msgid "Bundle of 100+ Themes at $99" 342 msgstr "" 343 344 #. translators: 1: Theme name, 2: Author name, 3: Call to action text. 345 #: inc/addon.php:137 357 346 msgid "%1$s is proudly brought to you by %2$s. If you like this theme, %3$s :)" 358 347 msgstr "" 359 348 360 #: inc/addon.php:1 37349 #: inc/addon.php:140 361 350 msgid "Rate it" 362 351 msgstr "" 363 352 364 #: inc/addon.php:1 37353 #: inc/addon.php:140 365 354 msgctxt "If you like this theme, rate it" 366 355 msgid "rate it" … … 455 444 #: inc/customizer.php:253 456 445 #: inc/customizer.php:303 457 #: inc/customizer.php:676 458 #: inc/customizer.php:830 446 #: inc/customizer.php:695 447 #: inc/customizer.php:807 448 #: inc/customizer.php:839 459 449 #: inc/customizer.php:862 460 #: inc/customizer.php:885 461 #: inc/customizer.php:1019 462 #: inc/customizer.php:1085 450 #: inc/customizer.php:995 451 #: inc/customizer.php:1048 463 452 msgid "Left" 464 453 msgstr "" … … 466 455 #: inc/customizer.php:254 467 456 #: inc/customizer.php:304 468 #: inc/customizer.php:677 469 #: inc/customizer.php:831 457 #: inc/customizer.php:696 458 #: inc/customizer.php:808 459 #: inc/customizer.php:840 470 460 #: inc/customizer.php:863 471 #: inc/customizer.php:886 472 #: inc/customizer.php:1020 473 #: inc/customizer.php:1084 461 #: inc/customizer.php:996 462 #: inc/customizer.php:1047 474 463 msgid "Right" 475 464 msgstr "" … … 496 485 497 486 #: inc/customizer.php:300 487 #: inc/customizer.php:836 498 488 #: inc/customizer.php:859 499 #: inc/customizer.php:882500 489 msgid "Theme Page Sidebar Position" 501 490 msgstr "" 502 491 503 492 #: inc/customizer.php:305 504 #: inc/customizer.php:681 493 #: inc/customizer.php:700 494 #: inc/customizer.php:841 505 495 #: inc/customizer.php:864 506 #: inc/customizer.php:887507 496 msgid "No Sidebar" 508 497 msgstr "" … … 548 537 msgstr "" 549 538 539 #: inc/customizer.php:436 540 msgid "Menu Text Transform" 541 msgstr "" 542 550 543 #: inc/customizer.php:440 544 msgid "None" 545 msgstr "" 546 547 #: inc/customizer.php:441 548 msgid "Capitalize" 549 msgstr "" 550 551 #: inc/customizer.php:442 552 msgid "Uppercase" 553 msgstr "" 554 555 #: inc/customizer.php:443 556 msgid "Lowercase" 557 msgstr "" 558 559 #: inc/customizer.php:459 551 560 msgid "Manage Slider Section" 552 561 msgstr "" 553 562 554 #: inc/customizer.php:4 42563 #: inc/customizer.php:461 555 564 msgid "<p class=\"sec-title\">Manage Slider Section</p> Select Category from the Dropdowns for slider, Also use the given image dimension (450 x 380)." 556 565 msgstr "" 557 566 558 #: inc/customizer.php:4 54559 #: inc/customizer.php:5 54567 #: inc/customizer.php:473 568 #: inc/customizer.php:573 560 569 msgid "Check To Enable This Section" 561 570 msgstr "" 562 571 563 #: inc/customizer.php:4 66572 #: inc/customizer.php:485 564 573 msgid "Add Slider Small Title" 565 574 msgstr "" 566 575 567 #: inc/customizer.php: 489576 #: inc/customizer.php:508 568 577 msgid "Select Category to display Latest Post" 569 578 msgstr "" 570 579 571 #: inc/customizer.php:5 01580 #: inc/customizer.php:520 572 581 msgid "Add Slider Subheading" 573 582 msgstr "" 574 583 575 #: inc/customizer.php:5 13584 #: inc/customizer.php:532 576 585 msgid "Add Slider Button Text" 577 586 msgstr "" 578 587 579 #: inc/customizer.php:5 22588 #: inc/customizer.php:541 580 589 msgid "Add Slider Button Link" 581 590 msgstr "" 582 591 583 #: inc/customizer.php:5 39592 #: inc/customizer.php:558 584 593 msgid "Manage Products Section" 585 594 msgstr "" 586 595 587 #: inc/customizer.php:5 40596 #: inc/customizer.php:559 588 597 msgid "<p class=\"sec-title\">Manage Products Section</p>" 589 598 msgstr "" 590 599 591 #: inc/customizer.php: 589600 #: inc/customizer.php:608 592 601 msgid "Select category to display products " 593 602 msgstr "" 594 603 595 #: inc/customizer.php:6 05604 #: inc/customizer.php:624 596 605 msgid "Manage Post Section" 597 606 msgstr "" 598 607 599 #: inc/customizer.php:6 17608 #: inc/customizer.php:636 600 609 msgid "Check to Enable Date" 601 610 msgstr "" 602 611 603 #: inc/customizer.php:6 28612 #: inc/customizer.php:647 604 613 msgid "Check to Enable Comments" 605 614 msgstr "" 606 615 607 #: inc/customizer.php:6 39616 #: inc/customizer.php:658 608 617 msgid "Check to Enable Author" 609 618 msgstr "" 610 619 611 #: inc/customizer.php:6 50620 #: inc/customizer.php:669 612 621 msgid "Check to Enable Time" 613 622 msgstr "" 614 623 615 #: inc/customizer.php:6 60616 #: inc/customizer.php:79 9624 #: inc/customizer.php:679 625 #: inc/customizer.php:792 617 626 msgid "Metabox Seperator" 618 627 msgstr "" 619 628 620 #: inc/customizer.php:6 61621 #: inc/customizer.php: 800629 #: inc/customizer.php:680 630 #: inc/customizer.php:793 622 631 msgid "Ex: \"/\", \"|\", \"-\", ..." 623 632 msgstr "" 624 633 625 #: inc/customizer.php:6 72634 #: inc/customizer.php:691 626 635 msgid "Theme Post Sidebar Position" 627 636 msgstr "" 628 637 629 #: inc/customizer.php:6 73638 #: inc/customizer.php:692 630 639 msgid "This option work for blog page, archive page and search page." 631 640 msgstr "" 632 641 633 #: inc/customizer.php:6 78642 #: inc/customizer.php:697 634 643 msgid "Three Columns" 635 644 msgstr "" 636 645 637 #: inc/customizer.php:6 79646 #: inc/customizer.php:698 638 647 msgid "Four Columns" 639 648 msgstr "" 640 649 641 #: inc/customizer.php:6 80650 #: inc/customizer.php:699 642 651 msgid "Grid Layout" 643 652 msgstr "" 644 653 645 #: inc/customizer.php: 691654 #: inc/customizer.php:710 646 655 msgid "Post Description Length" 647 656 msgstr "" 648 657 649 #: inc/customizer.php: 694658 #: inc/customizer.php:713 650 659 msgid "No Content" 651 660 msgstr "" 652 661 653 #: inc/customizer.php: 695662 #: inc/customizer.php:714 654 663 msgid "Excerpt Content" 655 664 msgstr "" 656 665 657 #: inc/customizer.php: 696666 #: inc/customizer.php:715 658 667 msgid "Full Content" 659 668 msgstr "" 660 669 661 #: inc/customizer.php:7 06670 #: inc/customizer.php:725 662 671 msgid "Show / Hide Blog Post Thumbnail" 663 672 msgstr "" 664 673 665 #: inc/customizer.php:716 666 msgid "Blog Page Image Box Shadow" 667 msgstr "" 668 669 #: inc/customizer.php:738 674 #: inc/customizer.php:741 670 675 msgid "Manage Single Post Section" 671 676 msgstr "" 672 677 673 #: inc/customizer.php:749 674 msgid "Check To Enable Breadcrumb" 675 msgstr "" 676 677 #: inc/customizer.php:759 678 #: inc/customizer.php:752 678 679 msgid "Enable / Disable Date " 679 680 msgstr "" 680 681 681 #: inc/customizer.php:76 9682 #: inc/customizer.php:762 682 683 msgid "Enable / Disable Author" 683 684 msgstr "" 684 685 685 #: inc/customizer.php:77 9686 #: inc/customizer.php:772 686 687 msgid "Enable / Disable Comments" 687 688 msgstr "" 688 689 689 #: inc/customizer.php:78 9690 #: inc/customizer.php:782 690 691 msgid "Enable / Disable Time" 691 692 msgstr "" 692 693 693 #: inc/customizer.php:810 694 msgid "Single Post Image Box Shadow" 695 msgstr "" 696 697 #: inc/customizer.php:826 694 #: inc/customizer.php:803 698 695 msgid "Single post sidebar layout" 699 696 msgstr "" 700 697 701 #: inc/customizer.php:8 29698 #: inc/customizer.php:806 702 699 msgid "Full" 703 700 msgstr "" 704 701 702 #: inc/customizer.php:824 705 703 #: inc/customizer.php:847 704 msgid "Manage Page Section" 705 msgstr "" 706 706 707 #: inc/customizer.php:870 707 msgid "Manage Page Section"708 msgstr ""709 710 #: inc/customizer.php:893711 708 msgid "Manage 404 Page Section" 712 709 msgstr "" 713 710 714 #: inc/customizer.php: 903711 #: inc/customizer.php:880 715 712 msgid "404 Heading" 716 713 msgstr "" 717 714 718 #: inc/customizer.php: 914715 #: inc/customizer.php:891 719 716 msgid "404 Text" 720 717 msgstr "" 721 718 722 #: inc/customizer.php:934 719 #: inc/customizer.php:907 720 msgid "404 Button" 721 msgstr "" 722 723 #: inc/customizer.php:923 723 724 msgid "Manage Footer Section" 724 725 msgstr "" 725 726 726 #: inc/customizer.php:9 35727 #: inc/customizer.php:924 727 728 msgid "<p class=\"sec-title\">Manage Footer Section</p>" 728 729 msgstr "" 729 730 730 #: inc/customizer.php:9 47731 #: inc/customizer.php:936 731 732 msgid "Check to Enable Footer Widget" 732 733 msgstr "" 733 734 735 #: inc/customizer.php:945 736 msgid "Copyright Line" 737 msgstr "" 738 734 739 #: inc/customizer.php:956 735 msgid "Copyright Line"736 msgstr ""737 738 #: inc/customizer.php:967739 740 msgid "Copyright Link" 740 741 msgstr "" 741 742 742 #: inc/customizer.php:981 743 msgid "Coypright Color" 743 #: inc/customizer.php:970 744 msgid "Footer Background Color" 745 msgstr "" 746 747 #: inc/customizer.php:979 748 msgid "Footer Background Image" 749 msgstr "" 750 751 #: inc/customizer.php:990 752 msgid "Footer Image Position" 753 msgstr "" 754 755 #: inc/customizer.php:993 756 #: inc/customizer.php:1049 757 msgid "Center" 744 758 msgstr "" 745 759 746 760 #: inc/customizer.php:994 747 msgid "Footer Background Color" 748 msgstr "" 749 750 #: inc/customizer.php:1003 751 msgid "Footer Background Image" 752 msgstr "" 753 754 #: inc/customizer.php:1014 755 msgid "Footer Image Position" 756 msgstr "" 757 758 #: inc/customizer.php:1017 761 msgid "Top" 762 msgstr "" 763 764 #: inc/customizer.php:997 765 msgid "Bottom" 766 msgstr "" 767 768 #: inc/customizer.php:1010 769 msgid "Title Color" 770 msgstr "" 771 772 #: inc/customizer.php:1023 773 msgid "List Color" 774 msgstr "" 775 776 #: inc/customizer.php:1032 777 msgid "Check To Show Scroll To Top" 778 msgstr "" 779 780 #: inc/customizer.php:1045 781 msgid "Scroll To Top Positions" 782 msgstr "" 783 784 #: inc/customizer.php:1058 785 msgid "Scroll To Top Button Text" 786 msgstr "" 787 788 #: inc/customizer.php:1068 789 msgid "Scroll to Top Button Shape" 790 msgstr "" 791 792 #: inc/customizer.php:1073 793 msgid "Box" 794 msgstr "" 795 796 #: inc/customizer.php:1074 797 msgid "Curved" 798 msgstr "" 799 800 #: inc/customizer.php:1075 801 msgid "Circle" 802 msgstr "" 803 759 804 #: inc/customizer.php:1086 760 msgid "Center"761 msgstr ""762 763 #: inc/customizer.php:1018764 msgid "Top"765 msgstr ""766 767 #: inc/customizer.php:1021768 msgid "Bottom"769 msgstr ""770 771 #: inc/customizer.php:1034772 msgid "Title Color"773 msgstr ""774 775 #: inc/customizer.php:1047776 msgid "Description Color"777 msgstr ""778 779 #: inc/customizer.php:1060780 msgid "List Color"781 msgstr ""782 783 #: inc/customizer.php:1069784 msgid "Check To Show Scroll To Top"785 msgstr ""786 787 #: inc/customizer.php:1082788 msgid "Scroll To Top Positions"789 msgstr ""790 791 #: inc/customizer.php:1095792 msgid "Scroll To Top Button Text"793 msgstr ""794 795 #: inc/customizer.php:1105796 msgid "Scroll to Top Button Shape"797 msgstr ""798 799 #: inc/customizer.php:1110800 msgid "Box"801 msgstr ""802 803 #: inc/customizer.php:1111804 msgid "Curved"805 msgstr ""806 807 #: inc/customizer.php:1112808 msgid "Circle"809 msgstr ""810 811 #: inc/customizer.php:1123812 805 msgid "Footer widget area" 813 806 msgstr "" 814 807 815 #: inc/customizer.php:1 125808 #: inc/customizer.php:1088 816 809 msgid "One" 817 810 msgstr "" 818 811 819 #: inc/customizer.php:1 126812 #: inc/customizer.php:1089 820 813 msgid "Two" 821 814 msgstr "" 822 815 823 #: inc/customizer.php:1 127816 #: inc/customizer.php:1090 824 817 msgid "Three" 825 818 msgstr "" 826 819 827 #: inc/customizer.php:1 128820 #: inc/customizer.php:1091 828 821 msgid "Four" 829 822 msgstr "" 830 823 831 #: inc/customizer.php:11 44824 #: inc/customizer.php:1107 832 825 msgid "Manage Footer Social Section" 833 826 msgstr "" 834 827 828 #: inc/customizer.php:1108 829 msgid "<p class=\"sec-title\">Manage Footer Social Section</p>" 830 msgstr "" 831 832 #: inc/customizer.php:1121 833 msgid "Facebook Link" 834 msgstr "" 835 836 #: inc/customizer.php:1133 837 msgid "Instagram Link" 838 msgstr "" 839 835 840 #: inc/customizer.php:1145 836 msgid "<p class=\"sec-title\">Manage Footer Social Section</p>"837 msgstr ""838 839 #: inc/customizer.php:1158840 msgid "Facebook Link"841 msgstr ""842 843 #: inc/customizer.php:1170844 msgid "Instagram Link"845 msgstr ""846 847 #: inc/customizer.php:1182848 841 msgid "Pinterest Link" 849 842 msgstr "" 850 843 851 #: inc/customizer.php:11 94844 #: inc/customizer.php:1157 852 845 msgid "Twitter Link" 853 846 msgstr "" 854 847 855 #: inc/customizer.php:1 206848 #: inc/customizer.php:1169 856 849 msgid "Youtube Link" 857 850 msgstr "" 858 851 859 #: inc/customizer.php:1 222852 #: inc/customizer.php:1185 860 853 msgid "Google Fonts" 861 854 msgstr "" 862 855 863 #: inc/customizer.php:12 68856 #: inc/customizer.php:1231 864 857 msgid "Select your desired font for the headings." 865 858 msgstr "" 866 859 867 #: inc/customizer.php:12 78860 #: inc/customizer.php:1241 868 861 msgid "Select your desired font for the body." 869 862 msgstr "" … … 1309 1302 msgstr "" 1310 1303 1304 #: inc/upgrade-to-pro.php:25 1305 msgid "Premium Demo" 1306 msgstr "" 1307 1311 1308 #: inc/upgrade-to-pro.php:27 1312 1309 msgid "Rate Us" … … 1315 1312 #: inc/upgrade-to-pro.php:29 1316 1313 msgid "Support Forum" 1314 msgstr "" 1315 1316 #: inc/upgrade-to-pro.php:31 1317 msgid "Theme Page" 1318 msgstr "" 1319 1320 #: inc/upgrade-to-pro.php:33 1321 msgid "Theme Documentation" 1317 1322 msgstr "" 1318 1323 -
swimwear-shop/0.3.9/readme.txt
r297503 r299472 5 5 Tested up to: 6.8 6 6 Requires PHP: 5.6 7 Stable tag: 0.3. 87 Stable tag: 0.3.9 8 8 License: GNU General Public License v2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 172 172 * Resolved minor css error. 173 173 174 = 0.3.9 = 175 * Added menu text transform option in customizer. 176 * Added homepage button option in 404 page section. 177 * Resolved css error in getstarted and cart page. 178 * Fixed translation warnings. 179 * Fixed alt attribute issue. 180 * Added bundle info in getstarted. 181 * Changed in activation notice 182 * Updated pot file. 183 174 184 == Resources == 175 185 -
swimwear-shop/0.3.9/single.php
r251038 r299472 17 17 <section class="site-main"> 18 18 <?php while ( have_posts() ) : the_post(); ?> 19 <?php if(get_theme_mod('swimwear_shop_single_page_breadcrumb',true) == 1){ ?> 20 <header class="page-header"> 21 <span><?php swimwear_shop_the_breadcrumb(); ?></span> 22 <h1><?php the_title(); ?></h1> 23 </header> 24 <?php } ?> 19 <header class="page-header"> 20 <span><?php swimwear_shop_the_breadcrumb(); ?></span> 21 <h1><?php the_title(); ?></h1> 22 </header> 25 23 <?php get_template_part( 'template-parts/post/content-single', 'single' ); ?> 26 24 <?php the_post_navigation(); ?> … … 45 43 <section class="site-main"> 46 44 <?php while ( have_posts() ) : the_post(); ?> 47 <?php if(get_theme_mod('swimwear_shop_single_page_breadcrumb',true) == 1){ ?> 48 <header class="page-header"> 49 <span><?php swimwear_shop_the_breadcrumb(); ?></span> 50 <h1><?php the_title(); ?></h1> 51 </header> 52 <?php } ?> 45 <header class="page-header"> 46 <span><?php swimwear_shop_the_breadcrumb(); ?></span> 47 <h1><?php the_title(); ?></h1> 48 </header> 53 49 <?php get_template_part( 'template-parts/post/content-single', 'single' ); ?> 54 50 <?php the_post_navigation(); ?> … … 65 61 <section class="site-main"> 66 62 <?php while ( have_posts() ) : the_post(); ?> 67 <?php if(get_theme_mod('swimwear_shop_single_page_breadcrumb',true) == 1){ ?> 68 <header class="page-header"> 69 <span><?php swimwear_shop_the_breadcrumb(); ?></span> 70 <h1><?php the_title(); ?></h1> 71 </header> 72 <?php } ?> 63 <header class="page-header"> 64 <span><?php swimwear_shop_the_breadcrumb(); ?></span> 65 <h1><?php the_title(); ?></h1> 66 </header> 73 67 <?php get_template_part( 'template-parts/post/content-single', 'single' ); ?> 74 68 <?php the_post_navigation(); ?> -
swimwear-shop/0.3.9/style.css
r297503 r299472 5 5 Author URI: https://www.theclassictemplates.com/ 6 6 Description: Swimwear Shop is an ideal WordPress theme for creating a vibrant and user-friendly online store for all types of swimwear. Designed with elegance and functionality in mind, this theme showcases a wide array of swimming costumes, from trendy bikinis and one-piece swimsuits to practical swim trunks and rash guards. The layout is clean, modern, and responsive, ensuring a seamless shopping experience across all devices. The theme is elegant and made for niches such as Swimwear Retail, Beachwear Store, Bikini Boutique, Resort Wear, Online Swimwear, Athletic Swimwear, Swimwear Fashion, Summer Apparel, Poolside Wear, Active Beachwear, Swimwear Designer, Sports Swimwear, Luxury Swimwear, Custom Swimwear, Swimwear Ecommerce. This theme offers an extensive range of swimwear options, catering to diverse customer needs. It’s perfect for promoting plus-size, maternity, and modest swimming costumes, as well as specialty items like UV-protective and chlorine-resistant swimwear. Customers can easily browse through different categories, such as swim bras, swim tops, and swim bottoms. The theme also supports a variety of accessories, including swim caps, goggles, and beach cover-ups like sarongs and kaftans. Highlighting collections and seasonal trends, such as retro and vintage styles, this theme ensures your shop stays current and appealing. One of the key benefits of the Swimwear Shop WordPress Theme is its customization options. You can personalize your store with stunning banners, engaging call-to-action buttons (CTA), and social media integration to boost customer engagement. It’s SEO-friendly, with optimized codes for faster page load times and secure, clean code to protect your site. 7 Version: 0.3. 87 Version: 0.3.9 8 8 Tested up to: 6.8 9 9 Requires PHP: 5.6
Note: See TracChangeset
for help on using the changeset viewer.