Search Results for 'ssl'

    No search results were found in Documentation!

Results from the Forum
simchris
tagDiv Member

That is just a simple hit counter and only counts main times the page was ‘loaded.’

You should always use something like the stats included with your hosting panel to see “actual traffic” to your site.

And as I stated, Google is changing how they show sites in search results.

So, good time to
a) check your pagespeed score with Google PageSpeed Insights
b) make sure your content is mobile friendly
c) consider using https vs http; your host should be able to give you free open source SSL/https cert
d) check your Google Search Console for messages about any issues/problems with your site
e) if using AMP, note the page counter does not count AMP views of pages

Not sure that helps; but all our sites traffic went down since the election in U.S., regardless of theme.

Theme doesn’t control inbound traffic to your website.

Vegan Flavour
tagDiv Member

Thank you very much Catalin! The solutions to #1 and #4 work flawlessly.
For #2: I am referring to the padding on the left and right side, not the top and bottom. No matter what options I use in Visual Composer it won’t stretch all the way.
For #3: The search icon is now hidden from my header. However I need to move the categories to the right to align with the rest of the content, instead of an empty space where the search icon was.

Dilmar
Participant
#0

Dear Support!

I very need your help. After transferring the website from Denver and connecting to the SSL certificate there are several images that are loaded according to the Protocol HTTP (https://yadi.sk/i/FT6ZKdS8zyMyA). One of them (rec728.jpg) is missing on the website, but if I remove it from MySQL or change URL the website is not displayed correctly (https://yadi.sk/i/6BM9j_y5zyMyn) (https://yadi.sk/i/5umMknVBzyMyV). What can I do with these images? Thanks!

HouseChief.ru

Regards, Artem.

mark88
tagDiv Member

Update to help others:

I tried everything. Reinstalling, switching themes, deleting folders manually, uploading manually. Switching from SSL to non-SSL. Eventually, this worked.

Added this to wp-config:
define(‘FS_METHOD’,’direct’);

AND, disabled Rocketloader on Cloudflare.

Alin [tagDiv]
tagDiv Staff

Hi,

I’m very sorry for all inconveniences and I suggest to stop the discussion here on forum as we will to get anywhere. So please send us an email at contact@tagdiv.com and at least provide one of your sites where you have this problem and also provide how much details you can about your operating system, browser used(I suggest to try this on multiple browsers and if it is possible on another pc) and also the browsers extensions you have installed and active.
I understand that you cannot provide wp-admin access for your live sites, but what you say if you make a new install on a test site/subdomain and if the issue persist you provide access there. Please understand that we could not find any issues with the translation system and what I can tell you (like Bogdan stated above) is that it doesn’t work on ssl sites, this is the only problem but we will try to fix it also. I know that are many topics on the forum related to the translation system but I can assure you that we could not found any issues also for the users who provided wp access. We could load a language without any problems. When I have asked them about some details about the browser, extensions.. none provided an accurate answer so we can try to recreate this. So I ask you about this and maybe you can help us to find the cause of this issue. Please let us know via email at contact@tagdiv.com and also paste a link to this topic so we can identify you.

Thanks!

nagri297
Participant
#0

Hi! A possibly small issue has eaten up my brain, it doesn’t seem to be going anyway. After installing ssl on my domain asma.net, and after complete redirection to https. One single image is still being served over http. I couldn’t figure out where to go and put an ‘s’ to that http.
I contacted my host and they told me the issue is with the theme and theme developer may assist you better.
Here is an attachment for your information.
mixed content
Any help in this regard would be highly appreciated. Thanks!

nateb2127
Participant
#0

Hello I wanted to know if anyone has used redis caching?
My hosting company suggested it to me because we are a high traffic site.
We already use wordpress super cache, and cloudflare,
We have a fairly large site with over 45 plugins,
We have opcache installed on the server and an ssl otherwise we would be using varnish,
We get roughly 50 visits per 3 minutes and when we get hit hard say 150+ visits per minute – that is when the server begins to take a beating..
So I just wanted to know if anyone had ever tested redis?
Thanks

Metric
tagDiv Member

Hi,

Actually, after Googling for a few min, we found this in the 7th search result:

This is the needed code:

<form method="get" id="search form" action="/">
<div>
<input type="text" value="" name="s" id="s" />
<input type="hidden" value="22" name="cat" id="scat" />
<input type="submit" id="search_submit" name="Search" value="Search"/>
</div>
</form>

And it works flawlessly:

Even applying the theme’s style:

cheers

Bogdan B.
tagDiv Staff

Hello,

Well following facebook’s instructions you should add the old url like it says right here:
In your new URL, you should include a link to the old URL. For example, if your new URL was https://example.com/new-url, and the old URL was https://example.com/old-url, you should include this snippit in the new-url:

<meta property=”og:url” content=”https://example.com/old-url” />

But again. We have not tested this so we cannot guarantee it’s success. You should check into a few guides into how to move from http to https: https://forum.tagdiv.com/topic/moving-to-ssl/
https://codex.wordpress.org/Moving_WordPress
https://wordpress.org/support/topic/how-to-move-wp-site-to-another-domain/
http://www.wpbeginner.com/wp-tutorials/how-to-properly-move-wordpress-to-a-new-domain-without-losing-seo/

I hope this helps.
Thank you!

Rik
Participant
#0

hi,

Can someone help how I can move the current theme I have customised onto a new domain without too much hassle?

Cheers,
R

Metric
Participant
#0

Hi, we have a SSL cert on our site, all works fine, we have forced all website content to be loaded over HTTPS, however when hovering over the main menu, mixed HTTP/HTTPS errors appear:
https://monosnap.com/file/abiADo4sLfetkvgkxFIpAVZvJodA61

&

https://monosnap.com/file/naUNFpH8K5FUeCVb4N61WCF5rHoPr4

The plugin developers (force ssl) and the hosting provider, tell us that this is due to how the site is coded. They have even included HTML post processing rules, however, post processing rules only cover when the page loads, anything that loads after that does not get caught.

How can we fix this?
Thank you

ShowbizCool
tagDiv Member

Hi Chris

I give the [TUTORIAL] some thought.

Actually I think you might know about the Speed Boaster plugin. Am I right is thinking with some of the modern browsers it is redundant? I seem to remember it’s when the site is running SSL. I think I saw you said you did not use it anymore?

The reason for mentioning it is that 3 of the compatibility errors where in that plugin!

Like you we can just switch php version on will. It may be on my test of Newsmag theme (can’t remember for sure) I found it was only really fully compatible up to 5.4 (caused by one error).

It is possible to write php so it will work with versions of php 5 AND php 7! They are not mutually exclusive.

Bogdan B.
tagDiv Staff

Hello,
SSl is not something you click once and it;s all done. you will have to make the proper adjustments in the theme for it to work. Please read this topic: https://forum.tagdiv.com/topic/moving-to-ssl/
It is a very complex feature that needs your attention.
Thank you!

Thomas
Participant
#0

Hi there, I’ve recently got an SSL certificate installed for a new website with newsmag theme bei our hoster. The certificate is correctly installed. Now I get the mixed security errors (yellow lock) in firebox. Examining the code I found that the media folder still points to http. How do I change this? Do I have to reinstall the theme? Or is it required to do manually changes?

simchris
tagDiv Member

ALSO note that many hosting panels can do basic http > https redirect at the hosting panel after the SSL/https cert is setup.

In practice however, what I have found on CentOS/Plesk/Apache with “Let’s Encrypt” that Chrome still continues to allow, and the server, continues to allow loading via http, and so it throws up errors in Chrome for mixed content.

As always, after doing all these shenanigans, test your site in a web browser to ensure you do have ‘lock’ on all pages/posts; keeping in mind the errant AdSense ad might throw an error you can’t do anything about unless you opt for text-only ads.

simchris
tagDiv Member

I updated the older SSL/https thread also with code examples ! 🙂

See
https://forum.tagdiv.com/topic/moving-to-ssl/#post-140870

simchris
tagDiv Member

As an update to this older thread; most hosting providers worth their salt are now moving to support “https everywhere” initiative with free SSL certs for https via “Let’s Encrypt,” even on shared IPs. Note using this type of cert will mean OOOOOLD web broswers might not be able to access website at all since they can’t support modern secure standards — and, really, should NOT even be used on the web. SO, some kind of ‘sniffer’ to say “hey, dummy, update your browser to Chrome…” is worthwhile.

you should also add a block like so in your htaccess file above the #wordpress stuff…

e.g., (note; this example is using pretty permalinks with post name; so don’t use my wordpress code unless you want to; this is just example of how to put in the EXTRA stuff ABOVE the #wordpress stuff!)

**this presumes APACHE server.

<IfModule mod_rewrite.c>
RewriteEngine On
    RewriteCond %{SERVER_PORT} !^443$
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
</IfModule>

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

ALSO: in your wp-config.php file, this is useful:

define('WP_HOME', 'https://SITEHERE.com');
define('WP_SITEURL', 'https://SITEHERE.com');
define('WP_CONTENT_URL', 'https://SITEHERE.com/wp-content' );
define('WP_PLUGIN_URL', 'https://SITEHERE.com/wp-content/plugins' );
define('FORCE_SSL_ADMIN', true);

Finally, in some setups you might find this more useful to put at top of htaccess than my first example — basically a slightly different way of doing it:

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,QSA]
</IfModule>

*updated : Oct. 27, 2016 / 12:19pm PDT.

  • This reply was modified 9 years by simchris.
simchris
tagDiv Member

Note you do need to setup global redirect to https for your site in htaccess file; also useful to add explicit link to site home/URL as https in your wp-config.php file including force SSL line (See WP ‘codex’ on editing wp-config.php for more info.)

You may also need to do a search/replace in your dbase via mysql/phpmyadmin in your hosting account to make sure all links previously noted as http are setup as https.

Also remember you need to change logo links, any anything like link to RSS feed, in the theme panel to https vs http manually.

After doing all that, be sure to resave permalinks, force reset sitemap XML by turning that off/on in your plugin for that, and if using any secure form, make sure you go to that “page” in your web browser, and do F12 in chrome to see if any http vs https mis-match which cause (!) in browser vs [lock].

I’ve actually just been doing this for our news sites with Newsmag theme.

AND: remember you need to submit https version of site in your Google search console as new site, reconfirm, then resubmit site maps for https version to Google.

And, if using “Let’s Encrypt” SSL cert vs paid version; I found it’s useful to check the box to allow both www and non www access, for some odd reason.

Hope that might help in some small way.

Bogdan B.
tagDiv Staff

Hello,

It may have to do with how you are implementing ssl on your site. Please use this guide: 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/

It will require a bit of reading on your part.

The hosting can also affect ssl like this issue was solved: https://forum.tagdiv.com/topic/problem-with-ipadsiphones/

I hope this helps.

Thank you!

rlaparre
tagDiv Member

Update, this caused too many issues for my users and I had to disable SSL across my entire website. As soon as I did that the login on mobile started working flawlessly again. What could be the possible fix?

Thanks

sibinfotech
tagDiv Member

Here is the screencast

http://www.screencast.com/t/PTium2cDYVFc

Also, do you think then wordpress has any limitations? Because at a lot of places we read that wordpress can support only upto 500 pages seamlessly

sibinfotech
Participant
#0

Dear Sir,

Is there any page or post limitation in wordpress or particularly your theme
We presently have around 1001 pages and it will go up to 10000 pages. Will it work seamlessly? Similarly our no. of posts will also be around 5-10k
Can you advise if we will face any issue in future or any things to take care off while adding pages?

One more thing i noticed is that whenever i add a new post on bmcelections.com, the left and right screen becomes blank and then after scrolling up and down, it again comes back. Advise how can i send a screenshot for showing the blank spaces

Any particular reason why this is happening? Is it because too many posts are added?

Andrei L.
tagDiv Member

Hi

You have a resource called from http and if your site runs over https the browser may block it. Basically if you’re using ssl all resources must be loaded trough https. It also could be an issue generated by server side cache so you can try to contact your host provider and ask for more details in this regard and also if can be turned off.

Thanks!

Bogdan B.
tagDiv Staff

Hello Ned.

We are not aware of this so you will have to run a few tests. Please switch to a wordpress default theme and see if the issue is the same. You might want to check a few ssl tutorials or wordpress and see if that does not fix it.

Thank you!

Fasmon
tagDiv Member

Thanks for your work on this, but the JavaScript still doesn’t render, although the boilerplate does. The script works on the staging site, but not on the live site.

Could it have something to do with Flywheel’s server-side cache? Or the Let’s Encrypt SSL? Baffled.

  • This reply was modified 9 years by Fasmon.
Viewing 25 results - 1,226 through 1,250 (of 1,756 total)