BTW, does the above rewrite code have to go into the # BEGIN WordPress area or can I use it like this above the WP stuff:
#SSL_REWRITE
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://eastcentralfloridana.org/$1 [R=301,L]
#SSL_REWRITE_END
The way I did it didn’t fix the insecure content becase it is pulling the graphic file from the SFR server after the main site comes up. When we load up our site we get a brief flash of a padlock and SECURE which immediately goes to the “i” circle warning in Chrome.