Image file urls still point to http instead of https

That’s because the image (media) URL is stored as part of the record in the posts table. (Images/media are another type of post.) You have several choices: Manually change each media URL to https. This might take a while if you have lots of pictures. Not really recommended. Use phpMyAdmin to change the value. There … Read more

http upload error as a subscribed user

The Subscriber user role does not have write permissions. http://codex.wordpress.org/Roles_and_Capabilities#Subscriber Perhaps you should give the user the Contributor role. Contributor delete_posts edit_posts read http://codex.wordpress.org/Roles_and_Capabilities#Contributor

Using the wp_remote_post response body

Your question doesn’t make a lot of sense. The submission works but I get the returned URL as an HTML stream in $response[‘body’] but I cannot seem to get any query string values from it. That is what is supposed to happen. You requesting a web page just as when you click a link in … Read more

Nice font not working when http to https – SSL Issue

Just change the http to https in there: @font-face { font-family: ‘Open Sans Condensed’; font-style: normal; font-weight: 700 !important; src: local(‘Open Sans Condensed Bold’), local(‘OpenSans-CondensedBold’), url(https://themes.googleusercontent.com/static/fonts/opensanscondensed/v6/gk5FxslNkTTHtojXrkp-xOV5Bi3AvzDkLbMkkmS9JR4.woff) format(‘woff’); } Google sends them over https too.

Random HTTP 500 error in WordPress

If the problem is easily reproducible (i.e. you can make it happen again and again by following a set of steps), do this: Step 1: Document the steps required to cause the problem. Step 2: Document all of the plugins you have running Step 3: Deactivate all of your plugins! Step 4: Perform the steps … Read more

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