Plugin Directory

Changeset 2396978

Timestamp:
10/09/2020 09:50:21 PM (4 years ago)
Author:
wpessential
Message:

WordPress 5.5 and Elementor 3.0 errors fixing

Location:
tci-ultimate-element-themes
Files:
480 added
1 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • tci-ultimate-element-themes/trunk/assets/js/tci-uet-custom-css.js

    r2144000 r2396978  
    11(function ($) {
    22    "use strict";
     3
    34
    45    function addCustomCss(css, view) {
     6
     7
     8
     9
    510        var model = view.getEditModel(),
    611            customCSS = model.get('settings').get('custom_css');
  • tci-ultimate-element-themes/trunk/classes/tci-uet-enqueue/class-tci-uet-enqueue.php

    r2156888 r2396978  
    160160    public function tci_uet_enqueue_base_frontend_script() {
    161161        wp_enqueue_style('tci-uet-frontend');
    162         wp_enqueue_script('tci-uet-frontend');
     162        wp_enqueue_script();
    163163    }
    164164}
  • tci-ultimate-element-themes/trunk/classes/tci-uet-modules/tci-uet-custom-css/class-tci-uet-custom-css.php

    r2149694 r2396978  
    3131        add_action( 'elementor/element/after_section_end', [ $this, 'add_controls_section' ], 10, 3 );
    3232        add_action( 'elementor/element/parse_css', [ $this, 'add_post_css' ], 10, 2 );
    33         add_action( 'elementor/css-file/post/parse', [ $this, 'add_page_settings_css' ] );
     33        add_action( 'elementor//parse', [ $this, 'add_page_settings_css' ] );
    3434        add_action( 'elementor/editor/after_enqueue_scripts', [ $this, 'enqueue_editor_scripts' ] );
    3535    }
  • tci-ultimate-element-themes/trunk/readme.txt

    r2157672 r2396978  
    11=== TCI Ultimate Element Themes ===
    2 Contributors: themecat007, hannanishfaq510
     2Contributors:
    33Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=ashadab59@gmail.com&lc=GB&item_name=Donate%20For%20TCI%20Ultimate%20Element%20Themes%20Plugin&currency_code=USD&no_note=0&bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest
    44Tags: elementor, addons, dynamic tags, woocommerce, custom css, custom-attribues, landing-page, smart slider 3, layer slider, revolutation slider, master slider, page builder, editor, landing page, drag-and-drop, visual editor, wysiwyg, design, maintenance mode, coming soon, under construction, website builder, landing page builder, front-end builder
    55Requires PHP: 7.0
    6 Requires at least: 5.0
    7 Tested up to: 5.2
     6Requires at least: 5.
     7Tested up to: 5.
    88WC requires at least: 3.0.0
    9 WC tested up to: 3.7
    10 Stable tag: 0.1
     9WC tested up to:
     10Stable tag:
    1111License: GPLv3
    1212License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    190190
    191191== Changelog ==
     192
     193
     194
    192195= 0.1 - 2019-09-17 =
    193196* Fix WooCommerce Errors.
  • tci-ultimate-element-themes/trunk/tci-uet.php

    r2157672 r2396978  
    22/**
    33 * Plugin Name: TCI Ultimate Element Themes
    4  * Description: Themecat_Info(TCI) present the TCI Ultimate Element Themes. Plugin have the unlimited elements.
     4 * Description: present the TCI Ultimate Element Themes. Plugin have the unlimited elements.
    55 * created themes.
    6  * Plugin URI: https://demo.themecat.org/tci-ultimate-elementor-themes
     6 * Plugin URI: https://.org/tci-ultimate-elementor-themes
    77 * Author: Themecat_Info
    8  * Version: 0.1
    9  * Author URI: https://themecat.org/
     8 * Version:
     9 * Author URI: https://.org/
    1010 * Text Domain: tci-uet
    1111 * Requires PHP: 7.0
    12  * Requires at least: 5.0
    13  * Tested up to: 5.2
     12 * Requires at least: 5.
     13 * Tested up to: 5.
    1414 * WC requires at least: 3.0.0
    15  * WC tested up to: 3.7
     15 * WC tested up to:
    1616 * License: GPLv3
    1717 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.