- NewspapertagDiv Composer – Website Manager
- NewspapertagDiv Opt-In Builder – Emails
- NewspaperModules Builder in Newspaper Theme
- NewspaperWooCommerce: Happy “Add to Favorites!”
- TutorialsFrom WPBakery to tagDiv Composer
- NewspaperCloudflare (CDN)
Hi,
You can remove it from here: http://screencast.com/t/fs3cXK2BN7tY or you can hide it via css using this custom css in theme panel > custom css: http://screencast.com/t/Af00y4uySZ
.iosSlider .slide-meta {
display: none;
}
Thanks
Thanks, yes, that’s what I’m currently using but the code customizations aren’t going to work in 4, I’m afraid…
I think I might try switching to the “Bylines” plugin — seems to do the trick much more painlessly.
And users have nothing to do with vulnerabilities on server and they of course use XP. 😀
I’m planning to buy a well certified ssl 🙂
i’m at work right now so i type something fast lol
<LOL>
hackers don’t use WinXP to get into your site, they use vulnerabilities on the server, the plugins and issues with WordPress. XP doesn’t have any special power to bypass server security tech.
Yep but as of now, I’m not using it and I’ll upgrade soon 🙂
Well the browsers it don’t support is old ones…if you want to support all browers then you need a to upgrade your Free account to a PRO / BUSINESS / ENTERPRISE..
the Free plan only support
Desktop Browsers
Internet Explorer 7 and later
Firefox 2
Opera 8 with TLS 1.1 enabled
Google Chrome:
Supported on Vista and later by default
OS X 10.5.7 in Chrome Version 5.0.342.0 and later
Safari 2.1 and later (requires OS X 10.5.6 and later or Windows Vista and later)
Mobile Browsers
Mobile Safari for iOS 4.0
Android 3.0 (Honeycomb) and later
Windows Phone 7
This a free service and so far they support a lot of browers just not the old ones like Windows XP SP2 and Android <3.0,
And it’s good it don’t support old browsers because that’s what hackers and scammers etc use any way to get in ur site..
Going to remove cloudflare ssl, it does not supports all browsers and decreased my traffic.
Hi,
Thanks Christopher!
@saggel
Please use this css:
.iosSlider .td-big-grid-post-0 .entry-thumb {
width: 745px !important;
}
Provide your site’s URL if this doesn’t work for you, I need to inspect this.
Thanks
@lucial thank you
on version 3.5 i solve the issue on big slide with small pictures with this mod on custom css.
.iosSlider .td-slide-item-main .entry-thumb {
width: 745px;
}
but this mod, doesn’t work on version 4.4
the Christopher’s solution need generate thumbs and with 70.000 jpg images on my media library, takes a long, long, long time
Ur welcome and have a great day.. 🙂
Thanks a lot Steven, and I use console too.
This plugin as follow will help fix some of those
https://wordpress.org/plugins/ssl-insecure-content-fixer/
Your logo go and add https in the logo url in theme settings
Your code @Steven
This one
if ( isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https' )
$_SERVER['HTTPS']='on';
Check again, fixed the mixed content warning 🙂
Now I just need to change the image urls in posts!
-
This reply was modified 11 years by
Shashank Shekhar.
-
This reply was modified 11 years by
Shashank Shekhar.
Now i see the loops stop,but you have things too fix to get that green lock
The page at ‘https://www.styzic.com/windows-10-start-menu-responsive/977/’ was loaded over HTTPS, but displayed insecure content from ‘http://www.styzic.com/uploads/extras/StyZic-Icon.png’: this content should also be loaded over HTTPS.
(index):52
The page at ‘https://www.styzic.com/windows-10-start-menu-responsive/977/’ was loaded over HTTPS, but displayed insecure content from ‘http://www.styzic.com/uploads/extras/StyZic-Icon.png’: this content should also be loaded over HTTPS.
(index):78
The page at ‘https://www.styzic.com/windows-10-start-menu-responsive/977/’ was loaded over HTTPS, but is submitting data to an insecure location at ‘http://feedburner.google.com/fb/a/mailverify’: this content should also be submitted over HTTPS.
What work..
Hey that worked, love and thanks 🙂
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…
Guys you are not understanding it!
If I visit my site with https ( https://www.styzic.com ) it works fine but as soon as I change the site url in wordpress settings (or try the HTTPs Plugin, as suggested by @Steven) I start getting redirect loop.
Currently I have http://www…. in my wordpress settings. I don’t know what happens when I change the two urls in settings to https.
I have already tried deleting all plugins 🙁 and @Chris it has nothing to do with cloudflar, it’s a problem in wordpress!
I don’t use cloudflare so not much help, sorry.
@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.
I’ve already changed everything to https but I can not do the site! :'(
As soon as I change the settings I get redirect loop. Any body wants to get in my host and try? 🙁
featured images would change to https; but anything “placed” into a post, you’d have to do search/replace in the dbase, as was discussed earlier in the thread.
Nevermind i just had to cache the site..every thing is over SSL now even the images..
Yes, you do want it to redirect from http to https; that’s the idea.
You may get a loop if your site isn’t actually setup for https with an SSL cert.
I see you have it turned off now.