Search Results for 'ssl'

    No search results were found in Documentation!

Results from the Forum
HP
Participant
#0

Hello,

We installed SSL certificate for our website and on the web browser it works OK, but mobile version shows “Your connection is not private” error” (NET:ERR_CERT_AUTHORITY_INVALID). This behaviour is on Samsung Galaxy with Chrome browser and Samsung browser. On iPhone 7, using Safari browser there is no error and it works fine. It works fine on iPad as well. Any suggestions how to fix this?

Thank you in advance.

korhan
Participant
#0

Hello,

I am using the newspaper theme and it is Super!

I recently got e-mail from Google search console saying that my site is not secure and that Chrome version 56 and later will mark my pages as “non secure” and that i need to use https to solve the problem.

Ok, i am not selling anything, i dont have e-mail subscription, no other users are allowed to sign up (from wordpress backend) just me (admin). How come there is a problem?

You can see my site at diyetpro.com, i dont use the top bar so there is no signup link, but in the mobile version i see that when menu link is clicked there is signup link, maybe this is creating a problem?

You see i dont want to buy SSL for this issue! How can we fix the problem, how can we hide the signup link in the mobile version, without using “tagdiv mobile plugin”? Or is there

Bogdan B.
tagDiv Staff

Hello,

The theme does not handle the site’s url.
Please use these few examples to properly move to https:
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://css-tricks.com/moving-to-https-on-wordpress/
https://yoast.com/dev-blog/move-website-https-ssl/

You can also check our forum for some insight on ssl:
https://forum.tagdiv.com/topic/moving-to-ssl/.

Thank you!

Eta Entropy
Participant
#0

Hi,
I just set my ssl certificate and forced everything to https. Everything ok except the td_video_playlist in home page (palodelcolle.net) is still loading with http as http://img.youtube.com/vi/XXXXXXXX/default.jpg with http.

I have to solve this to prevnet the “Mixed content” browser warning.

If i add a new video in playlist, this is loaded as https//img.youtube -> new ones are OK
With old videos in playlist, they are still loaded (their thumb) in http -> i think because they are cached.

How can I fix this?
I think I just need to clean the td_video_playlist cache to let them being reloaded
with https as td_video_thumb

Thanks

Simion C.
tagDiv Staff

Hi,

1. You could set a height on the image and other elements of the the slider itself – https://www.screencast.com/t/GtMkIhi7E but again this could cause the slider to malfunction as it was not meant to display like this. This is the code used

@media (max-width: 500px) {
.iosSlider-col-3 .entry-thumb,
.iosSlider-col-3,
.iosSlider-col-3 .td_module_slide {
height: 250px!important;
}}

3. It should not affect the functionality of the theme, try to make the replace and see the results.

Thanks

Michael
tagDiv Member

Use this script https://interconnectit.com/products/search-and-replace-for-wordpress-databases/

This is about the best article I have seen explaining what to do changing to SSL https://www.keycdn.com/blog/http-to-https/

Michael001
Participant
#0

After I install the demo content on my “secure” SSL site, the site is classified as “not secure” in every web browser I try (Chrome, Firefox). However, when looking at this same theme on EnvatoMarket the demo of this theme is “secure” in each browser.

This issue does not come up after I install the theme, it only shows up after I install the theme + the demo content.

newbietamvan
Participant
#0

Hello, sir

I want to ask, why the favicon on my web does not appear when it was me setting at theme panel. Is it because I use SSL yes sir?

But strangely favicon appears only in wp-admin sir, does not appear on the homepage, articles, pages, etc.

I’ve also tried some of the favicon plugin at wordpress.org but just the same failed, sir? Please help.

Thanks

Screenshot: https://ibb.co/dsAhAa
Link: https://newbietamvan.com/

MESOTU
tagDiv Member

Hi Bogdan,

According to the link you’ve provided, the suggested code to fix this is:

if (function_exists(‘get_header’)) {
get_header();
}else{
/* Redirect browser */
header(“Location: http://” . $_SERVER[‘HTTP_HOST’] . “”);
/* Make sure that code below does not get executed when we redirect. */
exit;
}; ?>

I’m using an SSL certificate so my site is served through HTTPS protocol. I’m wondering if I’d need to make sure the bit (“Location: http://” . $_SERVER[‘HTTP_HOST’]) would need to be https and HTTPS_HOST?

Thanks in advance.

Mel
tagDiv Member

Our SSL certificate is definitely set up.

The only problem we have is the Vimeo widget from Visual Basic using HTTP as a URL.

I’ve updated all of the URLs on the site and it’s still not fixed.

Bogdan B.
tagDiv Staff

Please make sure the ssl implementation was done properly.
Please follow these few resources:
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://css-tricks.com/moving-to-https-on-wordpress/
https://yoast.com/dev-blog/move-website-https-ssl/

You can also check our forum for some insight on ssl:
https://forum.tagdiv.com/topic/moving-to-ssl/.

Thank you!

Bogdan B.
tagDiv Staff
Bogdan B.
tagDiv Staff

Hello,

If you move to ssl, then you have to recreate the visual composer elements that still grab the link over http. delete the widget and re-create it after you set up the ssl implementation.

Thank you!

Catalin
tagDiv Staff

Hello gschrijvers,

I suppose that you are referring to your social icons and do not to Social Counter, right? Please keep in mind that you should add your link with https:// in Theme panel, Social Networks area like this -> https://www.screencast.com/t/qtd1lczP As Bogdan said you above, our theme is fully compatible with the SSL and you should add your social networks link with https.

If is not what you mean, please provide more details so I will be able to provide a more accurate response.

Thanks for your understanding!

Mel
Participant
#0

https://simply-communicate.com

Our client’s site has an SSL ceritificate installed. We have been able to fix most of the console errors but we have a Vimeo error regarding the security.

Please advise.

Bogdan B.
tagDiv Staff

Hello,

Please remove the social counter and create it again as our theme is fully ssl compatible but after you move to ssl, some elements will have to be recreated

Thank you!

Catalin
tagDiv Staff

Hello salocharly,

If you are not using the https:// SSL mode, you should turn off the login feature from the theme panel, like this -> https://www.screencast.com/t/uPeoHp4xB3 Clear all your caches, purge CDN files if you are using the CDN system and check the results.

Thanks for the message!

meles
tagDiv Member

Solved: I used Really Simple SSL plugin https://wordpress.org/plugins/really-simple-ssl/

  • This reply was modified 9 years by meles.
gschrijvers
Participant
#0

We have some trouble with the SSL on our website due to the Social counter links.
all Links (facebook / Twitter ect) are in http.. can we change this to https links?

Bogdan B.
tagDiv Staff

Hello,

Here are a few guides you should follow in order to properly implement ssl on your saite
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://css-tricks.com/moving-to-https-on-wordpress/
https://yoast.com/dev-blog/move-website-https-ssl/

You can also check our forum for some insight on ssl:
https://forum.tagdiv.com/topic/moving-to-ssl/

Thanks.

golfer6934
Participant
#0

Greetings,

When I attempt to upload a favicon logo, Newsmag defaults to http instead of https. How can I force an https request for the logo image? If I have to hardcode, would you mind sharing what file to search for in the theme code?

Thanks.

Sugla
tagDiv Member

So the problem is solved, I am writing to inform you.

I wrote to my hosting firm again saying that you (Tagdiv) could’nt find the problem.

And they solved it this time !

So here is the answer (direct translation of the e-mail)

“We normally can’t help in the process area. But we found the problem in your config file. There is force_ssl in your config file so we canceled it.

Now the problem is: how can this be happened? Who put the force_ssl and can it happen again. I am using the best rated and tested plugins.

I would apreciate if you could help.

Vilfredo
Participant
#0

Hi,
I changed my site Captain-Gadget.de to SSL. Works fine in Firefox and Chrome, but not in Safari.

The homepage and all category-pages load fine. But single articles are a mess. Like this one:
https://www.captain-gadget.de/trainieren-jabra-sport-coach-wireless/

The console in Safari says 80-times in red: “Blocked a frame with origin “https://googleads.g.doubleclick.net” from accessing a frame with origin “https://www.captain-gadget.de”. Protocols, domains, and ports must match.”

And also in yellow: “[blocked] The page at https://www.captain-gadget.de/trainieren-jabra-sport-coach-wireless/ was not allowed to run insecure content from http://www.captain-gadget.de/wp-content/plugins/js_composer/assets/css/js_composer.min.css.”

Can someone help to fix this?

Thanks
Dirk

Bogdan B.
tagDiv Staff

Hello,

Each non https site that requires a login will provide this error from google now. You should make sure you make the move to ssl properly on your site:
Please check this few guides: http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://css-tricks.com/moving-to-https-on-wordpress/
https://yoast.com/dev-blog/move-website-https-ssl/

You can also check our forum for some insight on ssl:
https://forum.tagdiv.com/topic/moving-to-ssl/

As for the cooments please disable any external plugins for comments and only use the theme default comments

Thank you!

Bogdan B.
tagDiv Staff

Hello,

1. For this you will have to contact your cdn host and they will instruct you how you can test their service. The only test I could provide is the google page speed. That is the main reason for using a cdn server, in order to load content faster and keep your host server requests low.

2. Please check this few guides: http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://css-tricks.com/moving-to-https-on-wordpress/
https://yoast.com/dev-blog/move-website-https-ssl/

You can also check our forum for some insight on ssl:
https://forum.tagdiv.com/topic/moving-to-ssl/

Thank you!

Viewing 25 results - 1,151 through 1,175 (of 1,756 total)