Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Steven
tagDiv Member

Put this in ur wp-config file on the top after php..

Your server is behind a load balancer or reverse proxy.

Please add the following code to your wp-config.php file, above the require_once:

if (isset($_SERVER[‘HTTP_X_FORWARDED_PROTO’]) && $_SERVER[‘HTTP_X_FORWARDED_PROTO’] == ‘https’)
$_SERVER[‘HTTPS’]=’on’;

and try again,i’m using this code because i’m on CF servers and before that code i had the same problem as you with all the loops to i was lock out of my site..had to go in cpanel and change my urls back to even have access back to my site..

If this don’t work for u then i really don’t know what else too tell you,to set up the SSL with CF is very easy on your end…

  • This reply was modified 11 years by Steven.
  • This reply was modified 11 years by Steven.
Steven
tagDiv Member

@Shashank Shekhar see if anything from this link can help you..

https://support.cloudflare.com/hc/en-us/articles/200170566-My-SSL-isn-t-working-Why-not-

  • This reply was modified 11 years by Steven.
Steven
tagDiv Member

Nevermind i just had to cache the site..every thing is over SSL now even the images..

Steven
tagDiv Member

@Christopher is there any easy way to make all featured images from http to https..i have to make all mine do this but can’t seem to figure out a easy way besides changing each image url

Steven
tagDiv Member

After you get it work you have to go in ur google tools and remove ur site and add it back with the https in this way google bot will hit https instead of http and you have to do that with all ur engines msn as well..

My site is working all over with https,even my sitemap

https://jahliveradio.com/site.xml

https://jahliveradio.com/post.xml

Steven
tagDiv Member

Did you change ur URL in WP General Settings,because i had to go in there and set both from http to https to make it don’t give me a loop..

Steven
tagDiv Member

For some reason my SSL is on my full site and i did nothing…so may be you should put your back to the old way and leave it too ClouldFlare to do the work for you…

Steven
tagDiv Member

I see the loop,it’s because you doing a redirect from http to https…may be it’s best you just leave https for the front page because that’s all google care about not every page on ur site..people that don’t sell things on there site are use credit cards etc don’t need SSL all over there site..

Steven
tagDiv Member

Why you forcing,it should pick up right away..

Steven
tagDiv Member

Well with me i only want my front page use SSL not all over my site because google is now ranking sites with SSL,before they rank was about speed now they making it more personal i guess…and this is why clouldflare giving away SSL for FREE and doing all the work for you..you don’t have to play with ur WP install are url etc,as long ur site going through clouldflare servers they do it all for you…

Steven
tagDiv Member

Because CloudFlare is a proxy i had to add this too my “wp-config” to fix the Non-SSL Elements i was getting..i guess now mine working you can test for me..

https://jahliveradio.com

if (isset($_SERVER[‘HTTP_X_FORWARDED_PROTO’]) && $_SERVER[‘HTTP_X_FORWARDED_PROTO’] == ‘https’)
$_SERVER[‘HTTPS’]=’on’;

Steven
tagDiv Member

CloudFlare just active SSL on my site and i did not had too do nothing but fix a few things like “Non-SSL Elements” and i just get a plugin called “SSL Insecure Content Fixer” and it fix most of them…so my advice too you try clouldFlare and see how it goes for you…

Steven
tagDiv Member

@Shashank Shekhar there is ways to find out things and it’s called “Google search” all you have to do is search how to set up SSL with wordpress and trust me they will be a lot of links to guide you and help you too do that…

Other opition is cloudflare now giving FREE SSL away and they do all the set up for you and also guide you to set it up on ur server…so try using google search and you will find all ur answers man..

Steven
tagDiv Member

Now that work perfect,thx again for the awesome support you give..

Steven
tagDiv Member

There is one little problem,when i remove the color from the block text,it go back to default color and after i use the code you give me here my block 5 title is not the same color as my widget color “900000” it show the default color black…the hover is working fine on block 5 it’s just the color is not matching the rest of my titles that is 900000 before the hover color…

Steven
tagDiv Member

ur awesome,it work great thx @Lucian

Can i make the rss widget and block 5 on the side title hover as well

Steven
tagDiv Member

Not that @Lucian i mean the title font for the blocks

Steven
tagDiv Member

Thx every thing is working…

Steven
tagDiv Member

You on a roll huh 🙂

Steven
tagDiv Member

No comment system on my site,i had b4 and it was putting too much stress on my site so i removed it…and just used a contact form instead…

Steven
tagDiv Member

Easy Social Share Buttons for WordPress – 0.2501 sec – 29.90% you should change that to a more light plugin like “Ultimate Social Deux”

Jetpack by WordPress.com – 0.0720 sec – 8.62% don’t know why people want this plugin on there site all it do is eat ur memory

Steven
tagDiv Member

🙂 i do my best to help when i can…the more plugins you pull you will see a big difference in your site and server…

You notice the difference in these 2 plugins..

Before Wordfence Security – 0.0583 sec – 3.79%

Now All In One Wp Security And Firewall – 0.0156 sec – 1.87%

you see how light the other plugin is to the one you had b4…

ur welcome

Steven
tagDiv Member

Turn off the Load CSS asynchronously and see if that still happen when you load the site…

Steven
tagDiv Member

I use that code you give me last and my background came back on the title

I had to edit out some of the things in your code and use it like this for it to work the way i want…

.widget_rss .block-title span, .widget_rss .block-title span a {
background-color: #fff;
font-family: Oswald;
color: #900000;
font-size: 17px;
line-height: 18px;
}

Steven
tagDiv Member

No it’s lightweight..good code plugins don’t use much resources..

Viewing 25 posts - 226 through 250 (of 524 total)