Changeset 197179
- Timestamp:
- 07/21/2023 06:51:29 AM (2 years ago)
- Location:
- cozysoft/0.2
- Files:
-
- 3 added
- 3 edited
- 1 copied
-
. (copied) (copied from cozysoft/0.1)
-
functions.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
style.css (modified) (4 diffs)
-
theme-functions (added)
-
theme-functions/controls (added)
-
theme-functions/controls/class-customize.php (added)
Legend:
- Unmodified
- Added
- Removed
-
cozysoft/0.2/functions.php
r197173 r197179 27 27 add_action( 'wp_enqueue_scripts', 'cozysoft_theme_css', 99); 28 28 29 require get_stylesheet_directory() . '/theme-functions/controls/class-customize.php'; 29 30 30 31 /** -
cozysoft/0.2/readme.txt
r197173 r197179 4 4 Tested up to: 6.2 5 5 Requires PHP: 5.6 6 Stable tag: 0. 16 Stable tag: 0.2 7 7 License: GPLv3 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 12 12 == Description == 13 13 14 CozySoft is lightweight, highly extendable and multi-purpose WordPress Theme. It will enable you to create almost any type of website with a beautiful & professional design. CozySoft supports popular WordPress plugins such as Elementor, WPML, Polylang, Yoast SEO, WooCommerce, Contact Form 7, Jetpack, and much more. 14 CozySoft is lightweight, highly extendable and multi-purpose WordPress Theme. It will enable you to create almost any type of website with a beautiful & professional design. CozySoft supports popular WordPress plugins such as Elementor, WPML, Polylang, Yoast SEO, WooCommerce, Contact Form 7, Jetpack, and much more. CozySoft Pro demo https://preview.desertthemes.com/pro/cozysoft/ 15 15 16 16 … … 88 88 == Changelog == 89 89 90 @version 0.2 91 * Added Theme URI 92 * Added Upsale Link in Customizer 93 90 94 @version 0.1 91 95 * Initial release -
cozysoft/0.2/style.css
r197173 r197179 3 3 Text Domain: cozysoft 4 4 Template: softme 5 Version: 0. 15 Version: 0.2 6 6 Tested up to: 6.2 7 7 Requires at least: 4.7 … … 9 9 Author: DesertThemes 10 10 Author URI: https://desertthemes.com/ 11 Description: CozySoft is lightweight, highly extendable and multi-purpose WordPress Theme. It will enable you to create almost any type of website with a beautiful & professional design. CozySoft supports popular WordPress plugins such as Elementor, WPML, Polylang, Yoast SEO, WooCommerce, Contact Form 7, Jetpack, and much more. 11 Theme URI: https://desertthemes.com/themes/cozysoft-free/ 12 Description: CozySoft is lightweight, highly extendable and multi-purpose WordPress Theme. It will enable you to create almost any type of website with a beautiful & professional design. CozySoft supports popular WordPress plugins such as Elementor, WPML, Polylang, Yoast SEO, WooCommerce, Contact Form 7, Jetpack, and much more. CozySoft Pro demo https://preview.desertthemes.com/pro/cozysoft/ 12 13 Tags: one-column, two-columns ,right-sidebar, flexible-header, custom-background, custom-header, custom-menu, editor-style, featured-images, footer-widgets, post-formats, theme-options, threaded-comments, translation-ready, full-width-template, custom-logo, blog, e-commerce, portfolio 13 14 License: GPLv3 or later … … 68 69 } 69 70 71 .header--five .dt_navbar-wrapper .site--logo:before { 72 content: ""; 73 position: absolute; 74 bottom: 0; 75 left: 0; 76 width: 100%; 77 height: 2.7rem; 78 background-color: #fff; 79 z-index: -1; 80 } 81 70 82 .header--five .dt_navbar-wrapper .site--logo .site-description { 71 position: absolute ;83 position: absolute !important; 72 84 bottom: 0; 73 85 left: 0; … … 139 151 140 152 .header--five:has(.dt_header-topbar)+.site-content .dt_slider .dt_slider-innercell { 141 padding: 11.8rem 0 0;153 padding: 8.8rem 0 0; 142 154 } 143 155 }
Note: See TracChangeset
for help on using the changeset viewer.