Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Site Running Very Slow › Reply To: Site Running Very Slow March 5, 2015 at 3:41 pm #2388 Robert KavgićParticipant Hello, Try adding the following code to your .htaccess file where the WordPress is located: <IfModule mod_headers.c> Header add Access-Control-Allow-Origin "*" </IfModule> Let me know if it works. Robert