Home Forums WoodMart support forum Lazy loading HTML blocks in mega menu Reply To: Lazy loading HTML blocks in mega menu

#291915

Stffnhrn
Participant

Hello Elise,

So I temporarily activated maintenance mode, disabled all plugins besides Woodmart and Elementor and switched a menu to “Load with AJAX”. Still didn’t work.

No browser addons were used (private mode). Tested with Firefox and Chrome.
In the network analysis tab (F12) there seems to be no query when I hover over the menu entry. Is there some configuration that I’m missing maybe?

The HTML of the popup stays void of content:

<div class="wd-dropdown-menu wd-dropdown wd-design-sized color-scheme-dark">
  <div class="container">
    <style></style>
    <div
      data-elementor-type="wp-post"
      data-elementor-id="10349"
      class="elementor elementor-10349"
      data-elementor-settings="[]"
    >
      <div class="elementor-section-wrap">
        <section
          class="
            elementor-section
            elementor-top-section
            elementor-element
            elementor-element-2331cb4
            elementor-section-boxed
            elementor-section-height-default
            elementor-section-height-default
            wd-section-disabled
          "
          data-id="2331cb4"
          data-element_type="section"
        >
          <div class="elementor-container elementor-column-gap-default">
            <div
              class="
                elementor-column
                elementor-col-100
                elementor-top-column
                elementor-element
                elementor-element-73bdbf9
              "
              data-id="73bdbf9"
              data-element_type="column"
            >
              <div
                class="elementor-widget-wrap elementor-element-populated"
              ></div>
            </div>
          </div>
        </section>
      </div>
    </div>
  </div>
</div>

The menu’s HTML blocks are created with Elementor, as is the rest of the site, if that changes anything.

For testing purposes I will set the menu entry “Tonga” on Load with AJAX. You are free to deactive plugins yourself, but please active the maintenance mode inside the Woodmart theme beforehand and reactive it afterwards.