Make WordPress Themes

Changeset 193230


Ignore:
Timestamp:
06/01/2023 04:20:31 PM (2 years ago)
Author:
themedropbox
Message:

New version of Total - 2.1.42

Location:
total/2.1.42
Files:
1 deleted
7 edited
1 copied

Legend:

Unmodified
Added
Removed
  • total/2.1.42/inc/customizer/custom-controls/assets/css/customizer-controls.css

    r192427 r193230  
    346346}
    347347
     348.ht--type-selector.ht--full-width .ht--selector-labels,
    348349.ht--selector-labels.ht--full-width {
    349350    grid-template-columns: repeat(1, 1fr);
    350351}
    351352
     353.ht--type-selector.ht--half-width .ht--selector-labels,
    352354.ht--selector-labels.ht--half-width {
    353355    grid-template-columns: repeat(2, 1fr);
    354356}
    355357
     358.ht--type-selector.ht--one-third-width .ht--selector-labels,
    356359.ht--selector-labels.ht--one-third-width {
    357360    grid-template-columns: repeat(3, 1fr);
    358361}
    359362
     363.ht--type-selector.ht--one-forth-width .ht--selector-labels,
    360364.ht--selector-labels.ht--one-forth-width {
    361365    grid-template-columns: repeat(4, 1fr);
  • total/2.1.42/inc/customizer/custom-controls/assets/css/customizer-controls.rtl.css

    r192427 r193230  
    346346}
    347347
     348.ht--type-selector.ht--full-width .ht--selector-labels,
    348349.ht--selector-labels.ht--full-width {
    349350    grid-template-columns: repeat(1, 1fr);
    350351}
    351352
     353.ht--type-selector.ht--half-width .ht--selector-labels,
    352354.ht--selector-labels.ht--half-width {
    353355    grid-template-columns: repeat(2, 1fr);
    354356}
    355357
     358.ht--type-selector.ht--one-third-width .ht--selector-labels,
    356359.ht--selector-labels.ht--one-third-width {
    357360    grid-template-columns: repeat(3, 1fr);
    358361}
    359362
     363.ht--type-selector.ht--one-forth-width .ht--selector-labels,
    360364.ht--selector-labels.ht--one-forth-width {
    361365    grid-template-columns: repeat(4, 1fr);
  • total/2.1.42/js/total-custom.js

    r190600 r193230  
    2121        var hOffset = $stickyHeader.offset().top;
    2222
    23         var offset = hOffset - adminbarHeight;
     23        var offset = hOffset - adminbarHeight + 2;
    2424
    2525        $stickyHeader.headroom({
  • total/2.1.42/readme.txt

    r192427 r193230  
    33Requires at least: 5.0
    44Tested up to: 6.2
    5 Stable tag: 2.1.41
     5Stable tag: 2.1.42
    66Requires PHP: 5.6
    77License: GPLv2 or later
     
    2323
    2424== Changelog ==
     25= 2.1.42 - Jun 1, 2023 =
     26* CSS fixes
     27
    2528= 2.1.41 - May 23, 2023 =
    2629* Customizer CSS fixes
  • total/2.1.42/style-rtl.css

    r192427 r193230  
    55Author URI: https://hashthemes.com
    66Description: 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.41
     7Version: 2.1.42
    88License: GNU General Public License v2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • total/2.1.42/style.css

    r192427 r193230  
    55Author URI: https://hashthemes.com
    66Description: 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.41
     7Version: 2.1.42
    88License: GNU General Public License v2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.