Elementor’s “Finder” Disable (Problem)
-
Elementor is being used only on specific pages and should not load some files on pages that do not use Elementor.
This is breaking the page.
I realized that the file being loaded on the page is this:
<script type = text / template id = tmpl-elementor-templates-modal__header> <div class = elementor-templates-modal__header__logo-area> </div> <div class = elementor-templates-modal__header__menu-area> </div> <div class = elementor-templates-modal__header__items-area> <# if (closeType) {#> <div class = "elementor-templates-modal__header__close elementor-templates-modal__header__close - <code>closeType</code> elementor-templates-modal__header__item"> <# if ('skip' === closeType) {#> <span> Skip </span> <#} #> <i class = eicon-close aria-hidden = true title = Close> </i> <span class = elementor-screen-only> Close </span> </div> <#} #> <div id = elementor-template-library-header-tools> </div> </div> </script> <script type = text / template id = tmpl-elementor-templates-modal__header__logo> <span class = "elementor-templates-modal__header__logo__icon-wrapper e-logo-wrapper"> <i class = eicon-elementor> </i> </span> <span class = elementor-templates-modal__header__logo__title> <code>title</code> </span> </script> <script type = text / template id = tmpl-elementor-finder> <div id = elementor-finder__search> <i class = eicon-search> </i> <input id = elementor-finder__search__input placeholder = "Type to find something in Elementor"> </div> <div id = elementor-finder__content> </div> </script> <script type = text / template id = tmpl-elementor-finder-results-container> <div id = elementor-finder__no-results> No results found </div> <div id = elementor-finder__results> </div> </script> <script type = text / template id = tmpl-elementor-finder__results__category> <div class = elementor-finder__results__category__title> <code>title</code> </div> <div class = elementor-finder__results__category__items> </div> </script> <script type = text / template id = tmpl-elementor-finder__results__item> <a href="{{ url }}" class=elementor-finder__results__item__link> <div class = elementor-finder__results__item__icon> <i class = "eicon - <code>icon</code>"> </i> </div> <div class = elementor-finder__results__item__title> <code>title</code> </div> <# if (description) {#> <div class = elementor-finder__results__item__description> - <code>description</code> </div> <#} #> </a> <# if (actions.length) {#> <div class = elementor-finder__results__item__actions> <# jQuery.each (actions, function () {#> <a class="elementor-finder__results__item__action elementor-finder__results__item__action--{{ this.name }}" href="{{ this.url }}" target=_blank> <i class = "eicon - <code>this.icon</code>"> </i> </a> <#}); #> </div> <#} #> </script>
Thus, only by disabling the Elementor Plugin to make it disappear. I need to have pages that load and use elementor as much as I need pages that don’t load elementor’s files.
I already tried it with Asset Clean UP, but do not remove this JS either!
Please Help!
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Elementor’s “Finder” Disable (Problem)’ is closed to new replies.