Changeset 227248
- Timestamp:
- 05/10/2024 04:03:45 AM (19 months ago)
- Location:
- joyas-shop/1.2.2
- Files:
-
- 3 edited
- 1 copied
-
. (copied) (copied from joyas-shop/1.2.1)
-
inc/starter-content.php (modified) (3 diffs)
-
inc/theme-core.php (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
joyas-shop/1.2.2/inc/starter-content.php
r227246 r227248 39 39 'slider' => array( 40 40 // Widget $id -> set when creating a Widget Class 41 ' custom_html' ,41 'text' , 42 42 // Widget $instance -> settings 43 43 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>' 45 45 ) 46 46 ), … … 128 128 <!-- /wp:group --> 129 129 <!-- 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%"} --> 131 131 <div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:columns --> 132 132 <div class="wp-block-columns"><!-- wp:column --> … … 345 345 'theme_mods' => array( 346 346 'custom_logo' => '{{logo}}', 347 ), 347 'custom-header' => false, 348 ), 349 348 350 // Default to a static front page and assign the front and posts pages. 349 351 'options' => array( -
joyas-shop/1.2.2/inc/theme-core.php
r227246 r227248 298 298 array( 299 299 'label' => __('Joyas shop', 'joyas-shop'), 300 'description' => __('Sonoran hero patterns', 'joyas-shop'),301 300 ) 302 301 ); -
joyas-shop/1.2.2/style.css
r227246 r227248 8 8 Tested up to: 6.2.0 9 9 Requires PHP: 7.0 10 Version: 1.2. 110 Version: 1.2.2 11 11 License: GPLv3 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.