Make WordPress Themes

Changeset 227248


Ignore:
Timestamp:
05/10/2024 04:03:45 AM (19 months ago)
Author:
themedropbox
Message:

New version of Joyas Shop - 1.2.2

Location:
joyas-shop/1.2.2
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • joyas-shop/1.2.2/inc/starter-content.php

    r227246 r227248  
    3939            'slider' => array(
    4040            // Widget $id -> set when creating a Widget Class
    41             'custom_html' ,
     41            'text' ,
    4242            // Widget $instance -> settings
    4343            array(
    44               'content'  => '<div id="static_header_banner" class="header-img" style="background-image: url('.esc_url( get_theme_file_uri( '/assets/image/custom-header.jpg' ) ).'); background-attachment: scroll; background-size: cover; background-position: center center;height: 70vh;"><div class="content-text" bis_skin_checked="1"><div class="container" bis_skin_checked="1"><div class="site-header-text-wrap" bis_skin_checked="1"><h1 class="page-title-text">Create. Reliable. Inspire.</h1><p>Discover the perfect blend of simplicity and functionality with easy eCommerce and blogging theme, designed for your upcoming online store. Elevate your online presence effortlessly!</p></div></div></div></div>'
     44              'text'  => '<div id="static_header_banner" class="header-img" style="background-image: url('.esc_url( get_theme_file_uri( '/assets/image/custom-header.jpg' ) ).'); background-attachment: scroll; background-size: cover; background-position: center center;height: 70vh;"><div class="content-text" bis_skin_checked="1"><div class="container" bis_skin_checked="1"><div class="site-header-text-wrap" bis_skin_checked="1"><h1 class="page-title-text">Create. Reliable. Inspire.</h1><p>Discover the perfect blend of simplicity and functionality with easy eCommerce and blogging theme, designed for your upcoming online store. Elevate your online presence effortlessly!</p></div></div></div></div>'
    4545            )
    4646          ),
     
    128128<!-- /wp:group -->
    129129<!-- wp:columns -->
    130 <div class="wp-block-columns"><!-- wp:column {"width":"66.66%"} -->
     130<div class="wp-block-columns" style="padding:10px 80px 10px 0px;"><!-- wp:column {"width":"66.66%"} -->
    131131<div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:columns -->
    132132<div class="wp-block-columns"><!-- wp:column -->
     
    345345        'theme_mods' => array(
    346346            'custom_logo' => '{{logo}}',
    347         ),
     347            'custom-header' => false,
     348        ),
     349
    348350        // Default to a static front page and assign the front and posts pages.
    349351        'options'     => array(
  • joyas-shop/1.2.2/inc/theme-core.php

    r227246 r227248  
    298298        array(
    299299            'label'       => __('Joyas shop', 'joyas-shop'),
    300             'description' => __('Sonoran hero patterns', 'joyas-shop'),
    301300        )
    302301    );
  • joyas-shop/1.2.2/style.css

    r227246 r227248  
    88Tested up to: 6.2.0
    99Requires PHP: 7.0
    10 Version: 1.2.1
     10Version: 1.2.2
    1111License: GPLv3 or later
    1212License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.