GT Enterprise Plugin-Making slide Show disappear on Home Pag
Nov 9, 2015 9:53 pm by GlennB
Nov 9, 2015 9:53 pm by GlennB
I am not a developer-the developer I had caused my site & business a lot of problems. I'm looking for a simple solution a non technical person can implement.
My site is www.medeqipexp.com
Home page has a slideshow. Slide show works fine in English but when you click on another language the slideshow/half the page disappears.
Customers think there's something wrong with the site & click off. Thanks in advance for your help.
Re: GT Enterprise Plugin-Making slide Show disappear on Home
Nov 10, 2015 1:42 pm by Yana
Nov 10, 2015 1:42 pm by Yana
Hi,
I can see the following errors
XMLHttpRequest cannot load http://medeqipexp.com/wp-content/plugins/widgetkit/widgets/spotlight/js/spotlight.js?wkv=1.4.9?wkv=1.4.9. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://ru.medeqipexp.com' is therefore not allowed access.
(index):1 Font from origin 'http://medeqipexp.com' has been blocked from loading by Cross-Origin Resource Sharing policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://ru.medeqipexp.com' is therefore not allowed access.
(index):1 XMLHttpRequest cannot load http://medeqipexp.com/wp-content/plugins/widgetkit/widgets/lightbox/js/lightbox.js?wkv=1.4.9?wkv=1.4.9. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://ru.medeqipexp.com' is therefore not allowed access.
(index):1 XMLHttpRequest cannot load http://medeqipexp.com/wp-content/plugins/widgetkit/widgets/mediaplayer/mediaelement/mediaelement-and-player.js?wkv=1.4.9?wkv=1.4.9. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://ru.medeqipexp.com' is therefore not allowed access.
(index):1 Font from origin 'http://medeqipexp.com' has been blocked from loading by Cross-Origin Resource Sharing policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://ru.medeqipexp.com' is therefore not allowed access.
(index):1 XMLHttpRequest cannot load http://medeqipexp.com/wp-content/plugins/widgetkit/widgets/slideshow/js/slideshow.js?wkv=1.4.9?wkv=1.4.9. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://ru.medeqipexp.com' is therefore not allowed access.
Try to add Access-Control-Allow-Origin in your .htaccess for all js files
<FilesMatch "\.(js)$">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
SIMILAR TOPICS
Onloading the plugin quickly flashes up flags and text names | Feb 7, 2019 3:29 pm | Replies: 1 | Post by: brobertson |
Problem with plugin | Dec 30, 2018 11:59 pm | Replies: 1 | Post by: Iyari |
Plugin Not Working | Mar 10, 2018 6:49 pm | Replies: 11 | Post by: wsjiii |
Enterprise URLs not working | May 14, 2018 8:25 pm | Replies: 1 | Post by: dpitfield |
The problem with the translation of the social plugin | Dec 27, 2017 7:52 am | Replies: 1 | Post by: UriyFil |