Changeset 193230
- Timestamp:
- 06/01/2023 04:20:31 PM (2 years ago)
- Location:
- total/2.1.42
- Files:
-
- 1 deleted
- 7 edited
- 1 copied
-
. (copied) (copied from total/2.1.41)
-
inc/customizer/custom-controls/assets/css/customizer-controls.css (modified) (1 diff)
-
inc/customizer/custom-controls/assets/css/customizer-controls.rtl.css (modified) (1 diff)
-
js/total-custom.js (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
screenshot.jpg (modified) (previous)
-
screenshot1.jpg (deleted)
-
style-rtl.css (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
total/2.1.42/inc/customizer/custom-controls/assets/css/customizer-controls.css
r192427 r193230 346 346 } 347 347 348 .ht--type-selector.ht--full-width .ht--selector-labels, 348 349 .ht--selector-labels.ht--full-width { 349 350 grid-template-columns: repeat(1, 1fr); 350 351 } 351 352 353 .ht--type-selector.ht--half-width .ht--selector-labels, 352 354 .ht--selector-labels.ht--half-width { 353 355 grid-template-columns: repeat(2, 1fr); 354 356 } 355 357 358 .ht--type-selector.ht--one-third-width .ht--selector-labels, 356 359 .ht--selector-labels.ht--one-third-width { 357 360 grid-template-columns: repeat(3, 1fr); 358 361 } 359 362 363 .ht--type-selector.ht--one-forth-width .ht--selector-labels, 360 364 .ht--selector-labels.ht--one-forth-width { 361 365 grid-template-columns: repeat(4, 1fr); -
total/2.1.42/inc/customizer/custom-controls/assets/css/customizer-controls.rtl.css
r192427 r193230 346 346 } 347 347 348 .ht--type-selector.ht--full-width .ht--selector-labels, 348 349 .ht--selector-labels.ht--full-width { 349 350 grid-template-columns: repeat(1, 1fr); 350 351 } 351 352 353 .ht--type-selector.ht--half-width .ht--selector-labels, 352 354 .ht--selector-labels.ht--half-width { 353 355 grid-template-columns: repeat(2, 1fr); 354 356 } 355 357 358 .ht--type-selector.ht--one-third-width .ht--selector-labels, 356 359 .ht--selector-labels.ht--one-third-width { 357 360 grid-template-columns: repeat(3, 1fr); 358 361 } 359 362 363 .ht--type-selector.ht--one-forth-width .ht--selector-labels, 360 364 .ht--selector-labels.ht--one-forth-width { 361 365 grid-template-columns: repeat(4, 1fr); -
total/2.1.42/js/total-custom.js
r190600 r193230 21 21 var hOffset = $stickyHeader.offset().top; 22 22 23 var offset = hOffset - adminbarHeight ;23 var offset = hOffset - adminbarHeight + 2; 24 24 25 25 $stickyHeader.headroom({ -
total/2.1.42/readme.txt
r192427 r193230 3 3 Requires at least: 5.0 4 4 Tested up to: 6.2 5 Stable tag: 2.1.4 15 Stable tag: 2.1.42 6 6 Requires PHP: 5.6 7 7 License: GPLv2 or later … … 23 23 24 24 == Changelog == 25 = 2.1.42 - Jun 1, 2023 = 26 * CSS fixes 27 25 28 = 2.1.41 - May 23, 2023 = 26 29 * Customizer CSS fixes -
total/2.1.42/style-rtl.css
r192427 r193230 5 5 Author URI: https://hashthemes.com 6 6 Description: Total as its name suggest is a complete package theme with all the feature that you need to make a complete website. The theme has clean and elegant design with vibrant color(Theme Color Changable Option) and parallax sections. The home page consist of slider, featured section with icon, about us section with progress bar, portfolio section with masonary layout, team section, testimonial section, counter section, blog section with option to add 3, 6 or 9 blog posts, clients logo carousel slider and call to action section. The theme is fully responsive and is built on customizer that enable you to configure the website with live preview. The theme is SEO friendly, Cross browser compatible, fully translation ready and is compatible with WooCommerce - an ecommerce plugin and all other major plugins. The theme can also be used with all major page builder plugins like Elementor, SiteOrigin, WpBakery VisualComposer and Beaver Builder. The theme provides option to import the demo with just one click. DEMO: https://hashthemes.com/wordpress-theme/total/ 7 Version: 2.1.4 17 Version: 2.1.42 8 8 License: GNU General Public License v2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
total/2.1.42/style.css
r192427 r193230 5 5 Author URI: https://hashthemes.com 6 6 Description: Total as its name suggest is a complete package theme with all the feature that you need to make a complete website. The theme has clean and elegant design with vibrant color(Theme Color Changable Option) and parallax sections. The home page consist of slider, featured section with icon, about us section with progress bar, portfolio section with masonary layout, team section, testimonial section, counter section, blog section with option to add 3, 6 or 9 blog posts, clients logo carousel slider and call to action section. The theme is fully responsive and is built on customizer that enable you to configure the website with live preview. The theme is SEO friendly, Cross browser compatible, fully translation ready and is compatible with WooCommerce - an ecommerce plugin and all other major plugins. The theme can also be used with all major page builder plugins like Elementor, SiteOrigin, WpBakery VisualComposer and Beaver Builder. The theme provides option to import the demo with just one click. DEMO: https://hashthemes.com/wordpress-theme/total/ 7 Version: 2.1.4 17 Version: 2.1.42 8 8 License: GNU General Public License v2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.