Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author M. Ali Saleem

    (@zinger252)

    This part is explained in the troubleshoot section of plugin. The issue occurs as subdomain is considered as seperate domain, so to fix this issue you need to edit htaccess file and place the following code.

    No ?Access-Control-Allow-Origin?
    Add following to your .htaccess file.

    THIS WILL BE YOUR COMPLETE HTACCESS FILE. CLICK HERE

    Header set Access-Control-Allow-Origin "*"
    
    Thread Starter Sinkadus

    (@niwin)

    Fantastic – thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.