Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support weblizar_support

    (@weblizar_support)

    Hi,

    Please deactivate “optimizepress plugin” and then check. After doing that Inform us your issue is resolved or not.

    Thanks.

    Thread Starter jgonzo127

    (@jgonzo127)

    Hi,

    I disabled Optimizepress and no luck fixing the issue. Could it be a conflict with another plugin?

    Plugin Support weblizar_support

    (@weblizar_support)

    Hi jgonzo127,

    – This error genrate when a site is mix content type

    Solution

    1. Please secure and create your site on http to https

    OR

    2. Paste this code in htaccess file help open htaccess file in texteditor

    htaccess file path is – goto your wordpress directory and find htaccess file and paste the below code

    <ifmodule mod_headers.c="">
       SetEnvIf Origin "^(.*\.domain\.com)$" ORIGIN_SUB_DOMAIN=$1
       Header set Access-Control-Allow-Origin "%{ORIGIN_SUB_DOMAIN}e" env=ORIGIN_SUB_DOMAIN
       Header set Access-Control-Allow-Methods: "*"
       Header set Access-Control-Allow-Headers: "Origin, X-Requested-With, Content-Type, Accept, Authorization"
    </ifmodule>
    

    help2

    after doing that please save the file and check it again
    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Console error and social media icons not loading’ is closed to new replies.