• Resolved Lenin Zapata

    (@leninzapata)


    it doesn’t work with Elementor, every time I edit a website it keeps loading and doesn’t finish. When I deactivate the plugin “Page As Subdomain Lite” then Elementor reloads again.

    In the new URL rules, do you also admit that this page has AJAX in the rule? when I activate Elementor I get an ajax error in the browser console, it blocks the request then it gives an error which is why it generates a JS error in string

    View post on imgur.com

    • This topic was modified 2 years, 10 months ago by Lenin Zapata.
    • This topic was modified 2 years, 10 months ago by Lenin Zapata.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author M. Ali Saleem

    (@zinger252)

    It is best to modify the page as default and make it subdomain after publishing,
    otherwise you can paste following code in your .htaccess file.

    <IfModule mod_headers.c>
      <FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$">
        Header set Access-Control-Allow-Origin "*"
      </FilesMatch>
    </IfModule>
    Thread Starter Lenin Zapata

    (@leninzapata)

    Ok, the ajax JS error was caused by a plugin that I just caught, I disable that plugin and “Page As Subdomain Lite” works without error. But now if I could detect that it does not work with the plugin Elementor, for some reason it sends a 404 error.

    Couldn’t you validate that it is going to be edited with elementor not execute the url rules?

    View post on imgur.com

    Plugin Author M. Ali Saleem

    (@zinger252)

    Thanks for your suggestion, will definitely consider this in the next update.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Elementor issues’ is closed to new replies.