Changes from total/2.1.59 at r216973 to total/2.1.60 at r219020
- Location:
- total/2.1.60
- Files:
-
- 6 edited
-
inc/customizer/customizer-functions.php (modified) (1 diff)
-
inc/customizer/customizer-panel/assets/customizer.js (modified) (1 diff)
-
inc/customizer/customizer-panel/register-customizer-controls.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
style-rtl.css (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
total/2.1.60/inc/customizer/customizer-functions.php
r216973 r219020 113 113 114 114 function total_order_sections() { 115 if (!current_user_can('manage_options')) { 116 return; 117 } 118 119 check_ajax_referer('total-order-sections', 'secure'); 120 115 121 if (isset($_POST['sections'])) { 116 122 set_theme_mod('total_frontpage_sections', $_POST['sections']); -
total/2.1.60/inc/customizer/customizer-panel/assets/customizer.js
r216973 r219020 64 64 dataType: 'html', 65 65 data: { 66 'action': 'total_order_sections', 67 'sections': sec_ordered, 66 action: 'total_order_sections', 67 sections: sec_ordered, 68 secure: total_ajax_data.nonce 68 69 } 69 70 }).done(function (data) { -
total/2.1.60/inc/customizer/customizer-panel/register-customizer-controls.php
r216973 r219020 28 28 public function enqueue_customizer_script() { 29 29 wp_enqueue_script('total-customizer', TOTAL_CUSTOMIZER_URL . 'customizer-panel/assets/customizer.js', array('jquery'), TOTAL_VERSION, true); 30 31 wp_localize_script('total-customizer', 'total_ajax_data', array( 32 'nonce' => wp_create_nonce('total-order-sections') 33 )); 30 34 if (is_rtl()) { 31 35 wp_enqueue_style('total-customizer', TOTAL_CUSTOMIZER_URL . 'customizer-panel/assets/customizer.rtl.css', array(), TOTAL_VERSION); -
total/2.1.60/readme.txt
r216973 r219020 23 23 24 24 == Changelog == 25 = 2.1.60 - Feb 27, 2024 = 26 * Security Fixes 27 25 28 = 2.1.59 - Feb 08, 2024 = 26 29 * Minor CSS fixes -
total/2.1.60/style-rtl.css
r216973 r219020 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. 597 Version: 2.1.60 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.60/style.css
r216973 r219020 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. 597 Version: 2.1.60 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.