tagdiv composer not loaded due to mixed content

Posted in: Newspaper
Post count: 10

Hi,

I am using a SSL Zertifikat and it seems that this leads to a problem when trying to use the tagdiv Composer.

When e.g. clicking in the backend the link “Edit with TD Composer” (https://picload.org/view/dglpgida/bildschirmfoto2017-10-04um01.1.png.html) for a page the composer is opened, but the content is not displayed (https://picload.org/view/dglpgidr/bildschirmfoto2017-10-04um01.1.png.html).

When using the developer Tools to check if there are any errors a security error is displayed with:

Mixed Content: The page at ‘https://www.mudradar.de/wp-admin/post.php?post_id=23&td_action=tdc’ was loaded over HTTPS, but requested an insecure resource ‘http://www.mudradar.de/?td_action=tdc_edit&post_id=23’. This request has been blocked; the content must be served over HTTPS.

The Url of the page I tried to edit is no longer https but http. When trying to copy the URL from the console and just add a “s” behind http manually and open it up in the browser only the frontend (without tag div composer) is shown.

How can I resolve this?

Best regards, Dinah

Post count: 10

Hi,

ok I found out how to deactivate this in firefox and chrome and allow the browsers to load the page (and hence tagdiv composer). This will help at the moment.

But could you please take a look into this why unsecure content is loaded?

Thanks, Dinah

Post count: 9544

a) make sure you put explicit https domain path in your wp-config.php file and the force https line (see WP docs on how to edit wp-config.php file)
b) make sure you do search/replace in your dbase for content instances of http vs https
c) add 301 redirect for all http/site queries to load via https/site — often done via htaccess or most modern hosting panels (e.g., Plesk/Onyx) can do this on the hosting setup page

not sure that helps, but often the main culprit; and make sure you are logging in only via https.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.