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

https images not displaying

Place this code in your functions.php. It will filter all of the content before serving on application layer. <?php function filterContent($content) { $upateURL = array ( ‘http://www.example.com/wp-content/uploads’ => ‘https://www.example.com/wp-content/uploads’, ); foreach ($upateURL as $key => $value) { $content = str_replace($key, $value, $content); } return $content; } add_filter(‘the_content’, ‘filterContent’); ?>

SSL Certificate

You probably need to change your ‘WordPress Address (URL)’ and ‘Site Address (URL)’ to include the ‘https’ instead of the ‘http’ in your WordPress settings page under: Settings -> General Settings If this doesn’t fix it, then try getting it working with the ‘Really Simple SSL’ plugin: https://en-gb.wordpress.org/plugins/really-simple-ssl/ Update After taking a look at your … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)