How come all my http URLs are turned to https?

I think you should just get the certificate renewed, and if you need a free one go to letsencrypt.com. A growing number of hosts offer Lets Encrypt certificates as an “easy click” type option on their control panel too. If you’re real keen on taking down the TLS/SSL functionality, I hope you’ll at least mention … Read more

How do I locate specific part of code that affects ssl?

The gif is being loaded by your infinite-scroll plugin. The gif itself is in the uploads folder, which isn’t where it would be if it came with the plugin. This suggests that the plugin has settings where you can choose your own loading gif. Find the plugin settings and there should be a setting for … Read more

SSL errors when I activate my custom theme

I agree with Drupalizeme above. Use phpmyadmin and go to wp-options table. you should see a line for siteurl. make sure it does not say HTTPS. There will most likely be a second line for the wordpress site which you should also check. Those two settings are usually in the Settings > General tab in … Read more

How to send user data from one website to another

I just found a possible solution for my question. The technology I was looking for is curl. Look at this posts for more Informations: stackoverflow.com/transfer-php-variables-from-one-server-to-another stackoverflow.com/sending-data-across-websites-using-from-http-and-receiving-in-https Also I this Blog Article quite useful:https://davidwalsh.name/curl-post-file