Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/www/wp-content/themes/dt-the7/inc/admin/assets/js/elementor/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/www/wp-content/themes/dt-the7/inc/admin/assets/js/elementor/elements-widget-preview.js
(function ($) {

    // Make sure you run this code under Elementor.
    $(window).on("elementor/frontend/init", function () {
        var onEditSettingsTimeout;

        // the7_elements widget.
        elementorFrontend.hooks.addAction("frontend/element_ready/the7_elements.default", the7ElementsWidgetHandler);

        elementorEditorAddOnChangeHandler("the7_elements:overlay_background_background", toggleDefaultImageOverlay);
        elementorEditorAddOnChangeHandler("the7_elements:overlay_hover_background_background", toggleDefaultImageOverlay);
        elementorEditorAddOnChangeHandler("the7_elements", function (controlView, widgetView) {
            if ($.isEmptyObject(controlView.model.attributes.selectors)) {
                return;
            }

            relayoutIsotope(widgetView, widgetView.model.getSetting("layout"));
        });

        // the7-elements-woo-masonry widget.
        elementorFrontend.hooks.addAction("frontend/element_ready/the7-elements-woo-masonry.default", the7ElementsWidgetHandler);
        elementorFrontend.hooks.addAction("frontend/element_ready/the7-elements-woo-masonry.default", handleMasonryLayout);

        // the7-wc-products widget.
        elementorFrontend.hooks.addAction("frontend/element_ready/the7-wc-products.default", the7ElementsWidgetHandler);
        elementorFrontend.hooks.addAction("frontend/element_ready/the7-wc-products.default", handleMasonryLayout);

        function relayoutIsotope(widgetView, layout) {
            if (layout === "masonry") {
                clearTimeout(onEditSettingsTimeout);
                onEditSettingsTimeout = setTimeout(function () {
                    window.jQuery(widgetView.$el).find(".iso-container").isotope("layout");
                }, 400);
            }
        }
    });

    /**
     * @param controlView Control view object.
     * @param widgetView Widget view object.
     */
    function toggleDefaultImageOverlay(controlView, widgetView) {
        if (widgetView.model.getSetting("overlay_background_background") || widgetView.model.getSetting("overlay_hover_background_background")) {
            widgetView.$el.find(".the7-elementor-widget").removeClass("enable-bg-rollover");
        } else {
            widgetView.$el.find(".the7-elementor-widget").addClass("enable-bg-rollover");
        }
    }

    /**
     * @param $scope The Widget wrapper element as a jQuery element
     * @param $ The jQuery alias
     */
    function handleMasonryLayout($scope, $) {
        var $isoContainer = $scope.find(".iso-container");
        if ($isoContainer.length) {
            the7ApplyColumns($scope.attr("data-id"), $isoContainer, the7GetMasonryColumnsConfig);
        }
    }

    /**
     * @param $scope The Widget wrapper element as a jQuery element
     * @param $ The jQuery alias
     */
    function the7ElementsWidgetHandler($scope, $) {
        var processEffects = function ($atoms, instant) {
            var k = 1;

            $atoms.filter(function () {
                var $this = $(this);

                return !$this.hasClass("shown") && !$this.hasClass("animation-triggered");
            }).each(function () {
                var $this = $(this);
                var timeout = 200;
                if (!instant && dtGlobals.isInViewport($this) && !$this.hasClass("hidden")) {
                    timeout = 100 * k++;
                }

                $this.addClass("animation-triggered");
                setTimeout(function () {
                    $this.removeClass("animation-triggered").addClass("shown");
                }, timeout);
            });
        };

        var $dataAttrContainer = $scope.find(".portfolio-shortcode");
        if (!$dataAttrContainer.length) {
            $dataAttrContainer = $scope.find(".products-shortcode");
        }

        if ($dataAttrContainer.hasClass("mode-masonry")) {
            //Masonry layout
            let i = $scope.attr("data-id");
            var $isoContainer = $dataAttrContainer.find(".iso-container");

            $isoContainer.addClass("cont-id-" + i).attr("data-cont-id", i);
            jQuery(window).off("columnsReady");
            $isoContainer.off("columnsReady.The7Elements").one("columnsReady.The7Elements.IsoInit", function () {
                $isoContainer.IsoInitialisation(".iso-item", "masonry", 400);
                if ($dataAttrContainer.hasClass("jquery-filter")) {
                    window.the7ApplyMasonryJsFiltering($dataAttrContainer);
                }
            });

            // $isoContainer.on("columnsReady.The7Elements.IsoLayout", function () {
            //     $(".preload-me", $isoContainer).heightHack();
            //     $isoContainer.isotope("layout");
            // });
        } else if ($dataAttrContainer.hasClass("jquery-filter")) {
            if ($dataAttrContainer.hasClass("dt-css-grid-wrap")) {
                // Filter active item class handling since it's not included in filtrade.
                window.the7ApplyGeneralFilterHandlers($dataAttrContainer.find(".filter-categories"));
                // Filtrade filtering for css grid.
                window.the7ApplyMasonryWidgetCSSGridFiltering($dataAttrContainer.find(".dt-css-grid"));
            } else if ($dataAttrContainer.hasClass("mode-grid")) {
                // Isotope filtering.
                window.the7ApplyMasonryJsFiltering($dataAttrContainer);
            }
        }

        if ($dataAttrContainer.is(".content-rollover-layout-list:not(.disable-layout-hover)")) {
            $dataAttrContainer.find(".post-entry-wrapper").clickOverlayGradient();
        }

        processEffects($dataAttrContainer.find(".wf-cell"), $dataAttrContainer.hasClass("loading-effect-none"));

        window.the7AddHovers($dataAttrContainer);
        window.the7AddDesktopHovers($dataAttrContainer);
        window.the7ApplyGeneralOrderingSwitchEffects($dataAttrContainer.find(".filter"));

        // Stub anchors.
        $dataAttrContainer.find("a").on("click", function (e) {
            e.preventDefault();

            return false;
        });
    }

})(jQuery);

Spamworldpro Mini