Forums Forums Search & Filter Pro XMLHttpRequest cannot load – message

Viewing 6 posts - 1 through 6 (of 6 total)
  • Trevor
    #108466

    I think this is a server setup issue. See this for information:

    https://cypressnorth.com/programming/cross-domain-ajax-request-with-json-response-for-iefirefoxchrome-safari-jquery/

    Where you might need to have this in the .htaccess file:

    <IfModule mod_headers.c>
        Header set Access-Control-Allow-Origin http://www.changemycar.nl
        Header set Access-Control-Allow-Credentials true
    </IfModule>
    Anonymous
    #108600

    Hi Trevor,

    Thanks for your response, really appreciated!

    I’ve tried to modify my .htaccess file, but without any result. Still getting the same error message. I’ve also tried to change the theme to the latest default WordPress theme, but that also did not do the trick :-/

    Any other thoughts?

    Thanks,
    Joost

    Trevor
    #108602

    You are using Visual Composer? Did you install our addon for VC?

    Anonymous
    #108604

    Yes I’m using Visual Composer and I’ve installed your addon.

    Anonymous
    #108606
    This reply has been marked as private.
    Trevor
    #108608
    This reply has been marked as private.
Viewing 6 posts - 1 through 6 (of 6 total)