Make WordPress Themes

Changeset 299472


Ignore:
Timestamp:
11/20/2025 12:39:21 PM (4 days ago)
Author:
themedropbox
Message:

New version of Swimwear Shop - 0.3.9

Location:
swimwear-shop/0.3.9
Files:
2 added
13 edited
1 copied

Legend:

Unmodified
Added
Removed
  • swimwear-shop/0.3.9/404.php

    r273601 r299472  
    2020                    <?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' ))); ?>
    2121                </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 } ?>
    2227            </div>
    2328        </section>
  • swimwear-shop/0.3.9/css/addon.css

    r288186 r299472  
    2727.themelink strong {
    2828    display: block;
    29     margin-bottom: 10px;
     29    margin-bottom: 15px;
    3030    font-weight: 700;
    3131    font-size: 16px;
    3232    color: #707070;
     33    padding-top: 20px;
    3334}
    3435.themelink a, .themelink-1 a {
     
    4546    font-size: 14px;
    4647    box-shadow: 0px 0px 20px #0000005C;
     48    width: 130px;
    4749}
    4850.themelink-1 a{
     
    7476    flex-wrap: wrap;
    7577    border-radius: 15px; 
    76     width: 100%;
    7778    text-align: center;
    7879    box-shadow: 0px 3px 6px #00000029;
    7980    border: 1px solid #707070;
     81    padding: 3em 2.5em !important;
    8082}
    8183.section a{
     
    8385    margin-right: 10px;
    8486    padding: 12px 45px;
     87    width: auto;
    8588}
    8689/* Clearing Floats */
     
    107110.theme-info-wrap .columns-wrapper .column-half {
    108111    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;
    110118}
    111119.theme-info-wrap .columns-wrapper .column-third {
     
    179187}
    180188.important-link .column{
    181     padding: 1.9em 3.5em !important;
     189    /* padding: 2.5em !important; */
    182190}
    183191.important-link hr, .important-link .themelink{
     
    187195    width: 90%;
    188196    color: #707070;
    189 }
    190 .theme-demo .demo-import{
     197    border: 1px solid #787878;
     198}
     199.theme-demo .demo-import, .bundle-info{
    191200    background-image: linear-gradient(to right, #4734C0, #8371F6);
    192201    border-radius: 15px;
     
    195204    position: relative;
    196205    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;
    199217}
    200218.theme-demo .demo-import ul{
     
    298316    align-items: center;
    299317    gap: 5px;
     318    margin-bottom: 40px;
    300319}
    301320.wrapper-info img {
     
    503522    padding: 20px;
    504523    gap: 40px;
     524    order: -1;
     525    align-items: center;
    505526}
    506527.notice-get-started-class .admin-content {
     
    514535    text-shadow: none;
    515536}
    516 .notice-get-started-class .admin-content h1 {
     537.notice-get-started-class .admin-content h2 {
     538    font-size: 23px;
    517539    font-weight: 700;
    518540    line-height: 1.3;
     
    530552}
    531553.notice-get-started-class .admin-image img{
    532     height: 154px;
     554    height: 240px;
    533555    width: 100%;
    534556    max-width: 320px;
     
    538560    border: 2px solid #ddd;
    539561    border-radius: 4px;
     562}
     563.notice-get-started-class .admin-bundle-image img{
     564    height: 280px;
    540565}
    541566.notice-get-started-class .button-group.button-hero .button, .wp-core-ui .button.button-hero {
     
    576601    box-shadow: none;
    577602}
     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}
    578655@media screen and (max-width: 1300px) {
    579656    .notice-get-started-class .admin-content > div {
     
    598675       
    599676    }
    600     .important-link {
    601         display: grid;
    602         padding-right: 0px !important;
    603     }
    604677    .theme-info-wrap .columns-wrapper .column{
    605         padding-right: 10px;
     678        padding-right: unset;
    606679    }
    607680    .columns-wrapper .column-first hr{
     
    611684        margin: 20px 0;
    612685    }
     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    }
    613698}
  • swimwear-shop/0.3.9/css/default.css

    r288186 r299472  
    6464.woocommerce table.shop_table {
    6565    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;
    6670}
    6771.entry-content table th, .comment-body table th,
     
    456460  margin: 30px 0 40px 0;
    457461}
     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  
    337337            </div>
    338338            <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' ))); ?>
    340342                </h1>
    341343                <p><?php _e('Get Started With Theme By Clicking On Getting Started.', 'swimwear-shop'); ?></p>
     
    347349                </div>
    348350            </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>
    349354        </div>
    350355    <?php }
  • swimwear-shop/0.3.9/inc/addon.php

    r288186 r299472  
    1414    $swimwear_shop_theme = wp_get_theme();
    1515    add_theme_page(
     16        /* translators: 1: Theme name. */
    1617        sprintf( esc_html__( 'Welcome to %1$s', 'swimwear-shop' ), $swimwear_shop_theme->get( 'Name' )),
    1718        esc_html__( 'Theme Demo Import', 'swimwear-shop' ),
     
    5253            </div>
    5354        </div>
    54         <div class="column column-first clearfix">
     55        <div class="column column-half clearfix">
    5556            <div class="important-link">
    5657                <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' ); ?>
    6264                        </a>
    6365                    </div>
    6466
    65                     <div class="themelink column column-third clearfix">
     67                    <div class="themelink column column-half column-padding clearfix">
    6668                        <p><strong><?php esc_html_e( 'Need Help?', 'swimwear-shop' ); ?></strong></p>
    6769                        <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>
     
    7072                        </a>
    7173                    </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>
    8074                </div>
    8175                <hr>
    8276                <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' ); ?>
    8883                        </a>
    8984                    </div>
    9085
    91                     <div class="themelink column column-third clearfix">
     86                    <div class="themelink column column-half column-padding clearfix">
    9287                        <p><strong><?php esc_html_e( 'Leave us a review', 'swimwear-shop' ); ?></strong></p>
    9388                        <p><?php esc_html_e( 'Are you enjoying our theme? We would love to hear your feedback.', 'swimwear-shop' ); ?></p>
     
    9792                    </div>
    9893
    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>
    106106                </div>
    107107            </div>
     
    110110    <div id="getting-started">
    111111        <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' ),
    113115            esc_html($swimwear_shop_theme->get( 'Name' ))); ?></h3>
    114116            <div class="columns-wrapper clearfix">
     
    118120                            <a class="" href="<?php echo esc_url( SWIMWEAR_SHOP_PREMIUM_PAGE ); ?>" target="_blank"><?php esc_html_e( 'Get Premium', 'swimwear-shop' ); ?></a>
    119121                            <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>
    121123                        </div>
    122124                        <div class="theme-description-1"><?php echo esc_html($swimwear_shop_theme->get( 'Description' )); ?></div>
     
    124126                </div>
    125127                <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'); ?>"/>
    127129                </div>
    128130            </div>
     
    132134    <div id="theme-author">
    133135      <p><?php
     136        /* translators: 1: Theme name, 2: Author name, 3: Call to action text. */
    134137        printf( esc_html__( '%1$s is proudly brought to you by %2$s. If you like this theme, %3$s :)', 'swimwear-shop' ),
    135138            esc_html($swimwear_shop_theme->get( 'Name' )),
  • swimwear-shop/0.3.9/inc/color-scheme/custom-color-control.php

    r288186 r299472  
    8282 } 
    8383
    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 
    10284/*--------------------------- Woocommerce Product Sale Position -------------------*/   
    10385
     
    175157  $swimwear_shop_color_scheme_css .='}';
    176158}
     159
     160/*--------------------------- Menu Typography -------------------*/
     161
     162$swimwear_shop_theme_lay = get_theme_mod( 'swimwear_shop_menu_text_transform','Capitalize');
     163if($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}
     172else 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  
    6363    }
    6464
    65     .copywrap, .copywrap p, .copywrap p a {
    66         color: <?php echo esc_attr(get_theme_mod('swimwear_shop_footercoypright_color')); ?> !important;
    67     }
    6865    #footer h3  {
    6966        color: <?php echo esc_attr(get_theme_mod('swimwear_shop_footertitle_color')); ?> !important;
    7067
    71     }
    72     #footer p {
    73         color: <?php echo esc_attr(get_theme_mod('swimwear_shop_footerdescription_color')); ?>;
    7468    }
    7569    #footer ul li a {
  • swimwear-shop/0.3.9/inc/customizer.php

    r288186 r299472  
    425425       'type'      => 'color'
    426426    ));
     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    ));
    427446
    428447    $wp_customize->add_setting( 'swimwear_shop_header_upgraded_features',array(
     
    708727    ));
    709728
    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 
    726729    $wp_customize->add_setting( 'swimwear_shop_blog_upgraded_features',array(
    727730        'sanitize_callback' => 'sanitize_text_field'
     
    740743        'panel' => 'swimwear_shop_panel_area'
    741744    ));
    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     ));
    752745
    753746    $wp_customize->add_setting('swimwear_shop_single_post_date',array(
     
    801794        'section' => 'swimwear_shop_single_post_settings'
    802795    ));
    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     )));
    819796
    820797    $wp_customize->add_setting('swimwear_shop_sidebar_single_post_layout',array(
     
    920897    ));
    921898
     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
    922911    $wp_customize->add_setting( 'swimwear_shop_page_not_found_settings_upgraded_features',array(
    923912        'sanitize_callback' => 'sanitize_text_field'
     
    969958       'priority'   => null,
    970959    ));
    971 
    972     //  footer coypright color
    973     $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     ));
    984960
    985961    //  footer bg color
     
    10331009       'section'   => 'swimwear_shop_footer',
    10341010       'label' => __('Title Color', 'swimwear-shop'),
    1035        'type'      => 'color'
    1036     ));
    1037 
    1038     //  footer description color
    1039     $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'),
    10481011       'type'      => 'color'
    10491012    ));
  • swimwear-shop/0.3.9/inc/demo-content.php

    r288186 r299472  
    2222     // POST and update the customizer and other related data of Swimwear Shop
    2323    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')) {
    3949                // 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>';
    9898        // ------- Create Main Menu --------
    9999        $swimwear_shop_menuname = 'Primary Menu';
  • swimwear-shop/0.3.9/languages/swimwear-shop.pot

    r288186 r299472  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Swimwear Shop 0.3.6\n"
     5"Project-Id-Version: Swimwear Shop 0.3.9\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/swimwear-shop\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-08-30T11:02:30+05:30\n"
     12"POT-Creation-Date: 2025-11-12T17:32:20+05:30\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.11.0\n"
     
    4242
    4343#: 404.php:15
    44 #: inc/customizer.php:899
     44#: inc/customizer.php:876
    4545msgid "404 Not Found"
    4646msgstr ""
    4747
    4848#: 404.php:20
    49 #: inc/customizer.php:916
     49#: inc/customizer.php:893
    5050msgid "Looks like you have taken a wrong turn.....Don't worry... it happens to the best of us."
     51msgstr ""
     52
     53#: 404.php:24
     54msgid "Homepage"
    5155msgstr ""
    5256
     
    110114
    111115#: footer.php:133
    112 #: inc/customizer.php:1091
     116#: inc/customizer.php:1054
    113117msgid "TOP"
    114118msgstr ""
     
    217221
    218222#: functions.php:346
    219 #: inc/addon.php:119
     223#: inc/addon.php:121
    220224msgid "View Demo"
    221225msgstr ""
     
    249253msgstr ""
    250254
    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
    253258msgid "Welcome to %1$s"
    254259msgstr ""
    255260
    256 #: inc/addon.php:17
     261#: inc/addon.php:18
    257262msgid "Theme Demo Import"
    258263msgstr ""
    259264
    260 #: inc/addon.php:33
     265#: inc/addon.php:34
    261266msgid "Do you want to configure this theme? Look no further, our easy-to-follow theme documentation will walk you through it."
    262267msgstr ""
    263268
    264 #: inc/addon.php:40
     269#: inc/addon.php:41
    265270#: inc/tgm/class-tgm-plugin-activation.php:2553
    266271msgid "Version"
    267272msgstr ""
    268273
    269 #: inc/addon.php:58
     274#: inc/addon.php:60
     275msgid "Free Theme Documentation"
     276msgstr ""
     277
     278#: inc/addon.php:61
     279msgid "Need more details? Please check our full documentation for detailed theme setup."
     280msgstr ""
     281
     282#: inc/addon.php:63
     283msgid "Documentation"
     284msgstr ""
     285
     286#: inc/addon.php:68
     287msgid "Need Help?"
     288msgstr ""
     289
     290#: inc/addon.php:69
     291msgid "Go to our support forum to help you out in case of queries and doubts regarding our theme."
     292msgstr ""
     293
     294#: inc/addon.php:71
     295msgid "Contact Us"
     296msgstr ""
     297
     298#: inc/addon.php:79
    270299msgid "Pro version of our theme"
    271300msgstr ""
    272301
    273 #: inc/addon.php:59
     302#: inc/addon.php:80
    274303msgid "Are you excited for our theme? Then we will proceed for pro version of theme."
    275304msgstr ""
    276305
    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
     308msgid "Get Premium"
    312309msgstr ""
    313310
    314311#: inc/addon.php:87
    315 #: inc/upgrade-to-pro.php:31
    316 msgid "Theme Page"
    317 msgstr ""
    318 
    319 #: inc/addon.php:92
    320312msgid "Leave us a review"
    321313msgstr ""
    322314
    323 #: inc/addon.php:93
     315#: inc/addon.php:88
    324316msgid "Are you enjoying our theme? We would love to hear your feedback."
    325317msgstr ""
    326318
    327 #: inc/addon.php:95
     319#: inc/addon.php:90
    328320msgid "Rate This Theme"
    329321msgstr ""
    330322
    331 #: inc/addon.php:100
    332 #: inc/upgrade-to-pro.php:33
    333 msgid "Theme Documentation"
    334 msgstr ""
    335 
    336323#: 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
     324msgid "WordPress Theme Bundle"
     325msgstr ""
     326
     327#: inc/addon.php:102
     328msgid "Get access to a collection of 100+ stunning WordPress themes for just $99 — featuring designs for every business niche!"
     329msgstr ""
     330
     331#: inc/addon.php:104
     332msgid "Get Bundle at 20% OFF"
     333msgstr ""
     334
     335#. translators: %s: Theme name.
     336#: inc/addon.php:114
    345337msgid "Getting started with %s"
    346338msgstr ""
    347339
    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
     341msgid "Bundle of 100+ Themes at $99"
     342msgstr ""
     343
     344#. translators: 1: Theme name, 2: Author name, 3: Call to action text.
     345#: inc/addon.php:137
    357346msgid "%1$s is proudly brought to you by %2$s. If you like this theme, %3$s :)"
    358347msgstr ""
    359348
    360 #: inc/addon.php:137
     349#: inc/addon.php:140
    361350msgid "Rate it"
    362351msgstr ""
    363352
    364 #: inc/addon.php:137
     353#: inc/addon.php:140
    365354msgctxt "If you like this theme, rate it"
    366355msgid "rate it"
     
    455444#: inc/customizer.php:253
    456445#: 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
    459449#: 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
    463452msgid "Left"
    464453msgstr ""
     
    466455#: inc/customizer.php:254
    467456#: 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
    470460#: 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
    474463msgid "Right"
    475464msgstr ""
     
    496485
    497486#: inc/customizer.php:300
     487#: inc/customizer.php:836
    498488#: inc/customizer.php:859
    499 #: inc/customizer.php:882
    500489msgid "Theme Page Sidebar Position"
    501490msgstr ""
    502491
    503492#: inc/customizer.php:305
    504 #: inc/customizer.php:681
     493#: inc/customizer.php:700
     494#: inc/customizer.php:841
    505495#: inc/customizer.php:864
    506 #: inc/customizer.php:887
    507496msgid "No Sidebar"
    508497msgstr ""
     
    548537msgstr ""
    549538
     539#: inc/customizer.php:436
     540msgid "Menu Text Transform"
     541msgstr ""
     542
    550543#: inc/customizer.php:440
     544msgid "None"
     545msgstr ""
     546
     547#: inc/customizer.php:441
     548msgid "Capitalize"
     549msgstr ""
     550
     551#: inc/customizer.php:442
     552msgid "Uppercase"
     553msgstr ""
     554
     555#: inc/customizer.php:443
     556msgid "Lowercase"
     557msgstr ""
     558
     559#: inc/customizer.php:459
    551560msgid "Manage Slider Section"
    552561msgstr ""
    553562
    554 #: inc/customizer.php:442
     563#: inc/customizer.php:461
    555564msgid "<p class=\"sec-title\">Manage Slider Section</p> Select Category from the Dropdowns for slider, Also use the given image dimension (450 x 380)."
    556565msgstr ""
    557566
    558 #: inc/customizer.php:454
    559 #: inc/customizer.php:554
     567#: inc/customizer.php:473
     568#: inc/customizer.php:573
    560569msgid "Check To Enable This Section"
    561570msgstr ""
    562571
    563 #: inc/customizer.php:466
     572#: inc/customizer.php:485
    564573msgid "Add Slider Small Title"
    565574msgstr ""
    566575
    567 #: inc/customizer.php:489
     576#: inc/customizer.php:508
    568577msgid "Select Category to display Latest Post"
    569578msgstr ""
    570579
    571 #: inc/customizer.php:501
     580#: inc/customizer.php:520
    572581msgid "Add Slider Subheading"
    573582msgstr ""
    574583
    575 #: inc/customizer.php:513
     584#: inc/customizer.php:532
    576585msgid "Add Slider Button Text"
    577586msgstr ""
    578587
    579 #: inc/customizer.php:522
     588#: inc/customizer.php:541
    580589msgid "Add Slider Button Link"
    581590msgstr ""
    582591
    583 #: inc/customizer.php:539
     592#: inc/customizer.php:558
    584593msgid "Manage Products Section"
    585594msgstr ""
    586595
    587 #: inc/customizer.php:540
     596#: inc/customizer.php:559
    588597msgid "<p class=\"sec-title\">Manage Products Section</p>"
    589598msgstr ""
    590599
    591 #: inc/customizer.php:589
     600#: inc/customizer.php:608
    592601msgid "Select category to display products "
    593602msgstr ""
    594603
    595 #: inc/customizer.php:605
     604#: inc/customizer.php:624
    596605msgid "Manage Post Section"
    597606msgstr ""
    598607
    599 #: inc/customizer.php:617
     608#: inc/customizer.php:636
    600609msgid "Check to Enable Date"
    601610msgstr ""
    602611
    603 #: inc/customizer.php:628
     612#: inc/customizer.php:647
    604613msgid "Check to Enable Comments"
    605614msgstr ""
    606615
    607 #: inc/customizer.php:639
     616#: inc/customizer.php:658
    608617msgid "Check to Enable Author"
    609618msgstr ""
    610619
    611 #: inc/customizer.php:650
     620#: inc/customizer.php:669
    612621msgid "Check to Enable Time"
    613622msgstr ""
    614623
    615 #: inc/customizer.php:660
    616 #: inc/customizer.php:799
     624#: inc/customizer.php:679
     625#: inc/customizer.php:792
    617626msgid "Metabox Seperator"
    618627msgstr ""
    619628
    620 #: inc/customizer.php:661
    621 #: inc/customizer.php:800
     629#: inc/customizer.php:680
     630#: inc/customizer.php:793
    622631msgid "Ex: \"/\", \"|\", \"-\", ..."
    623632msgstr ""
    624633
    625 #: inc/customizer.php:672
     634#: inc/customizer.php:691
    626635msgid "Theme Post Sidebar Position"
    627636msgstr ""
    628637
    629 #: inc/customizer.php:673
     638#: inc/customizer.php:692
    630639msgid "This option work for blog page, archive page and search page."
    631640msgstr ""
    632641
    633 #: inc/customizer.php:678
     642#: inc/customizer.php:697
    634643msgid "Three Columns"
    635644msgstr ""
    636645
    637 #: inc/customizer.php:679
     646#: inc/customizer.php:698
    638647msgid "Four Columns"
    639648msgstr ""
    640649
    641 #: inc/customizer.php:680
     650#: inc/customizer.php:699
    642651msgid "Grid Layout"
    643652msgstr ""
    644653
    645 #: inc/customizer.php:691
     654#: inc/customizer.php:710
    646655msgid "Post Description Length"
    647656msgstr ""
    648657
    649 #: inc/customizer.php:694
     658#: inc/customizer.php:713
    650659msgid "No Content"
    651660msgstr ""
    652661
    653 #: inc/customizer.php:695
     662#: inc/customizer.php:714
    654663msgid "Excerpt Content"
    655664msgstr ""
    656665
    657 #: inc/customizer.php:696
     666#: inc/customizer.php:715
    658667msgid "Full Content"
    659668msgstr ""
    660669
    661 #: inc/customizer.php:706
     670#: inc/customizer.php:725
    662671msgid "Show / Hide Blog Post Thumbnail"
    663672msgstr ""
    664673
    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
    670675msgid "Manage Single Post Section"
    671676msgstr ""
    672677
    673 #: inc/customizer.php:749
    674 msgid "Check To Enable Breadcrumb"
    675 msgstr ""
    676 
    677 #: inc/customizer.php:759
     678#: inc/customizer.php:752
    678679msgid "Enable / Disable Date "
    679680msgstr ""
    680681
    681 #: inc/customizer.php:769
     682#: inc/customizer.php:762
    682683msgid "Enable / Disable Author"
    683684msgstr ""
    684685
    685 #: inc/customizer.php:779
     686#: inc/customizer.php:772
    686687msgid "Enable / Disable Comments"
    687688msgstr ""
    688689
    689 #: inc/customizer.php:789
     690#: inc/customizer.php:782
    690691msgid "Enable / Disable Time"
    691692msgstr ""
    692693
    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
    698695msgid "Single post sidebar layout"
    699696msgstr ""
    700697
    701 #: inc/customizer.php:829
     698#: inc/customizer.php:806
    702699msgid "Full"
    703700msgstr ""
    704701
     702#: inc/customizer.php:824
    705703#: inc/customizer.php:847
     704msgid "Manage Page Section"
     705msgstr ""
     706
    706707#: inc/customizer.php:870
    707 msgid "Manage Page Section"
    708 msgstr ""
    709 
    710 #: inc/customizer.php:893
    711708msgid "Manage 404 Page Section"
    712709msgstr ""
    713710
    714 #: inc/customizer.php:903
     711#: inc/customizer.php:880
    715712msgid "404 Heading"
    716713msgstr ""
    717714
    718 #: inc/customizer.php:914
     715#: inc/customizer.php:891
    719716msgid "404 Text"
    720717msgstr ""
    721718
    722 #: inc/customizer.php:934
     719#: inc/customizer.php:907
     720msgid "404 Button"
     721msgstr ""
     722
     723#: inc/customizer.php:923
    723724msgid "Manage Footer Section"
    724725msgstr ""
    725726
    726 #: inc/customizer.php:935
     727#: inc/customizer.php:924
    727728msgid "<p class=\"sec-title\">Manage Footer Section</p>"
    728729msgstr ""
    729730
    730 #: inc/customizer.php:947
     731#: inc/customizer.php:936
    731732msgid "Check to Enable Footer Widget"
    732733msgstr ""
    733734
     735#: inc/customizer.php:945
     736msgid "Copyright Line"
     737msgstr ""
     738
    734739#: inc/customizer.php:956
    735 msgid "Copyright Line"
    736 msgstr ""
    737 
    738 #: inc/customizer.php:967
    739740msgid "Copyright Link"
    740741msgstr ""
    741742
    742 #: inc/customizer.php:981
    743 msgid "Coypright Color"
     743#: inc/customizer.php:970
     744msgid "Footer Background Color"
     745msgstr ""
     746
     747#: inc/customizer.php:979
     748msgid "Footer Background Image"
     749msgstr ""
     750
     751#: inc/customizer.php:990
     752msgid "Footer Image Position"
     753msgstr ""
     754
     755#: inc/customizer.php:993
     756#: inc/customizer.php:1049
     757msgid "Center"
    744758msgstr ""
    745759
    746760#: 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
     761msgid "Top"
     762msgstr ""
     763
     764#: inc/customizer.php:997
     765msgid "Bottom"
     766msgstr ""
     767
     768#: inc/customizer.php:1010
     769msgid "Title Color"
     770msgstr ""
     771
     772#: inc/customizer.php:1023
     773msgid "List Color"
     774msgstr ""
     775
     776#: inc/customizer.php:1032
     777msgid "Check To Show Scroll To Top"
     778msgstr ""
     779
     780#: inc/customizer.php:1045
     781msgid "Scroll To Top Positions"
     782msgstr ""
     783
     784#: inc/customizer.php:1058
     785msgid "Scroll To Top Button Text"
     786msgstr ""
     787
     788#: inc/customizer.php:1068
     789msgid "Scroll to Top Button Shape"
     790msgstr ""
     791
     792#: inc/customizer.php:1073
     793msgid "Box"
     794msgstr ""
     795
     796#: inc/customizer.php:1074
     797msgid "Curved"
     798msgstr ""
     799
     800#: inc/customizer.php:1075
     801msgid "Circle"
     802msgstr ""
     803
    759804#: inc/customizer.php:1086
    760 msgid "Center"
    761 msgstr ""
    762 
    763 #: inc/customizer.php:1018
    764 msgid "Top"
    765 msgstr ""
    766 
    767 #: inc/customizer.php:1021
    768 msgid "Bottom"
    769 msgstr ""
    770 
    771 #: inc/customizer.php:1034
    772 msgid "Title Color"
    773 msgstr ""
    774 
    775 #: inc/customizer.php:1047
    776 msgid "Description Color"
    777 msgstr ""
    778 
    779 #: inc/customizer.php:1060
    780 msgid "List Color"
    781 msgstr ""
    782 
    783 #: inc/customizer.php:1069
    784 msgid "Check To Show Scroll To Top"
    785 msgstr ""
    786 
    787 #: inc/customizer.php:1082
    788 msgid "Scroll To Top Positions"
    789 msgstr ""
    790 
    791 #: inc/customizer.php:1095
    792 msgid "Scroll To Top Button Text"
    793 msgstr ""
    794 
    795 #: inc/customizer.php:1105
    796 msgid "Scroll to Top Button Shape"
    797 msgstr ""
    798 
    799 #: inc/customizer.php:1110
    800 msgid "Box"
    801 msgstr ""
    802 
    803 #: inc/customizer.php:1111
    804 msgid "Curved"
    805 msgstr ""
    806 
    807 #: inc/customizer.php:1112
    808 msgid "Circle"
    809 msgstr ""
    810 
    811 #: inc/customizer.php:1123
    812805msgid "Footer widget area"
    813806msgstr ""
    814807
    815 #: inc/customizer.php:1125
     808#: inc/customizer.php:1088
    816809msgid "One"
    817810msgstr ""
    818811
    819 #: inc/customizer.php:1126
     812#: inc/customizer.php:1089
    820813msgid "Two"
    821814msgstr ""
    822815
    823 #: inc/customizer.php:1127
     816#: inc/customizer.php:1090
    824817msgid "Three"
    825818msgstr ""
    826819
    827 #: inc/customizer.php:1128
     820#: inc/customizer.php:1091
    828821msgid "Four"
    829822msgstr ""
    830823
    831 #: inc/customizer.php:1144
     824#: inc/customizer.php:1107
    832825msgid "Manage Footer Social Section"
    833826msgstr ""
    834827
     828#: inc/customizer.php:1108
     829msgid "<p class=\"sec-title\">Manage Footer Social Section</p>"
     830msgstr ""
     831
     832#: inc/customizer.php:1121
     833msgid "Facebook Link"
     834msgstr ""
     835
     836#: inc/customizer.php:1133
     837msgid "Instagram Link"
     838msgstr ""
     839
    835840#: inc/customizer.php:1145
    836 msgid "<p class=\"sec-title\">Manage Footer Social Section</p>"
    837 msgstr ""
    838 
    839 #: inc/customizer.php:1158
    840 msgid "Facebook Link"
    841 msgstr ""
    842 
    843 #: inc/customizer.php:1170
    844 msgid "Instagram Link"
    845 msgstr ""
    846 
    847 #: inc/customizer.php:1182
    848841msgid "Pinterest Link"
    849842msgstr ""
    850843
    851 #: inc/customizer.php:1194
     844#: inc/customizer.php:1157
    852845msgid "Twitter Link"
    853846msgstr ""
    854847
    855 #: inc/customizer.php:1206
     848#: inc/customizer.php:1169
    856849msgid "Youtube Link"
    857850msgstr ""
    858851
    859 #: inc/customizer.php:1222
     852#: inc/customizer.php:1185
    860853msgid "Google Fonts"
    861854msgstr ""
    862855
    863 #: inc/customizer.php:1268
     856#: inc/customizer.php:1231
    864857msgid "Select your desired font for the headings."
    865858msgstr ""
    866859
    867 #: inc/customizer.php:1278
     860#: inc/customizer.php:1241
    868861msgid "Select your desired font for the body."
    869862msgstr ""
     
    13091302msgstr ""
    13101303
     1304#: inc/upgrade-to-pro.php:25
     1305msgid "Premium Demo"
     1306msgstr ""
     1307
    13111308#: inc/upgrade-to-pro.php:27
    13121309msgid "Rate Us"
     
    13151312#: inc/upgrade-to-pro.php:29
    13161313msgid "Support Forum"
     1314msgstr ""
     1315
     1316#: inc/upgrade-to-pro.php:31
     1317msgid "Theme Page"
     1318msgstr ""
     1319
     1320#: inc/upgrade-to-pro.php:33
     1321msgid "Theme Documentation"
    13171322msgstr ""
    13181323
  • swimwear-shop/0.3.9/readme.txt

    r297503 r299472  
    55Tested up to: 6.8
    66Requires PHP: 5.6
    7 Stable tag: 0.3.8
     7Stable tag: 0.3.9
    88License: GNU General Public License v2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    172172* Resolved minor css error.
    173173
     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
    174184== Resources ==
    175185
  • swimwear-shop/0.3.9/single.php

    r251038 r299472  
    1717                    <section class="site-main">
    1818                        <?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>
    2523                            <?php get_template_part( 'template-parts/post/content-single', 'single' ); ?>
    2624                            <?php the_post_navigation(); ?>
     
    4543                    <section class="site-main">
    4644                        <?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>
    5349                            <?php get_template_part( 'template-parts/post/content-single', 'single' ); ?>
    5450                            <?php the_post_navigation(); ?>
     
    6561                <section class="site-main">
    6662                    <?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>
    7367                        <?php get_template_part( 'template-parts/post/content-single', 'single' ); ?>
    7468                        <?php the_post_navigation(); ?>
  • swimwear-shop/0.3.9/style.css

    r297503 r299472  
    55Author URI: https://www.theclassictemplates.com/
    66Description: 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.8
     7Version: 0.3.9
    88Tested up to: 6.8
    99Requires PHP: 5.6
Note: See TracChangeset for help on using the changeset viewer.