Mark Ratledge
Forum Replies Created
-
If your host is Lunar Pages; get an SSL from them and get them to install it.
Lunar Pages must be buying space from Linode, as the IP points to Linode. Many cheap hosts buy server space from larger hosts.
Forum: Fixing WordPress
In reply to: How do I remove the footer?You’re using wordpress.com and in the wrong place; these forums are for self-hosted .org WordPress sites. You need to go to the WordPress.com Forums.
Forum: Fixing WordPress
In reply to: How to reduce server response time ??Can someone help me with this, Reduce server response time ?
The only people who can help reduce server response time are the webhosts.
Eliminate render-blocking JavaScript and CSS in above-the-fold content…
That has to do with the way the theme loads Google Fonts – either by @import or by javascript – and has nothing to do with your host server response time.
And, you can’t comtrol the speed at which Google Fonts load becuase they are a third-party resource. You can only change the way your WordPress site loads them, either by method above or in the header or footer of the site.
Forum: Fixing WordPress
In reply to: Constantly getting "The connection was reset" errorYou get what you pay for 🙂
Forum: Fixing WordPress
In reply to: How to remove space between Header and Main ContentSorry, you’re using Avada, a premium/paid theme not supported in these forums. It’s best to go to the support site where you bought the theme https://theme-fusion.com/support/ for help with customizations and issues. You paid for support when you bought the theme, so you should contact the people who sold you the theme.
These forums are for free themes available in the WordPress theme directory at http://wordpress.org/themes/. See http://codex.wordpress.org/Forum_Welcome#Commercial_Products
Forum: Fixing WordPress
In reply to: Where to find 'logoYour logo will be in theme options or in the media library.
But you’re using Lifestyle, a premium/paid theme based on Genesis that is not supported in these forums. It’s best to go to the support site where you bought the theme – http://www.studiopress.com/forums/ – for help with customizations and issues. You paid for support when you bought the theme, so you should contact the people who sold you the theme.
These forums are for free themes available in the WordPress theme directory at http://wordpress.org/themes/. See http://codex.wordpress.org/Forum_Welcome#Commercial_Products
Forum: Fixing WordPress
In reply to: TwentyThirteen wants my password twiceCheck to be sure your browser is set to save cookies; then delete cookies and try again.
Forum: Fixing WordPress
In reply to: Validation errors in 'dns-prefetch' codesHTML5 is fault tolerant, so minor markup errors like that don’t impact browser display or SEO.
You do need to fix missing closing divs and other errors that will impact layout. Read the validator report and carefully look at the html and php in your theme files. And make sure you have valid code in any post/pages you have edited in the WordPress editor.
That particular error you mention above can be fixed by unhooking DNS prefetch, but that can slow your site. Add
remove_action( 'wp_head', 'wp_resource_hints', 2 );to your theme’s functions.php file.
But, you’re using Thesis, a premium theme not supported in these forums. So you need to get help from Thesis to edit their unique theme files.
Forum: Fixing WordPress
In reply to: Constantly getting "The connection was reset" errorWhat level hosting package?
Forum: Fixing WordPress
In reply to: Constantly getting "The connection was reset" errorA “The connection was reset” error is a host server error. You can read reactions to Network Solutions hosting: https://wordpress.org/search/network+solutions?forums=1
The WordPress team has provided a list of recommended hosting providers. For more details and other recommendations, please search through the forums or via Google (or your preferred search engine).
Forum: Fixing WordPress
In reply to: Choppy scroll in chrome on macbookIt’s their theme; they need to help. We don’t support their themes here. It has something to do with trackpad gestures. You can also search http://apple.stackexchange.com/
My deployed site, https://my-website.com, is not based off of WordPress but simply queries the WordPress API to display posts…..Blocked loading mixed active content “https://www.consultanttrack.com/wp-json/wp/v2/profiles/?per_page=100&orderby=menu_order&order=asc”
You are using a site “based” on WordPress. That’s why you had the admin backend where you changed the Site Address (URL) and WordPress Address (URL).
Clearly it’s not as obvious as adding an “s” and for that I admit my naivete. ..
If you need/want an https, you need an SSL certificate installed in your web hosting account. That’s required for https.
I am disappointed at the lack of proper error handling at this state — there was no prompt or warning about the severity of my actions;..
There are a billion ways to break things. WordPress can’t possibly protect all the possibilities of being broken. If those site options were locked; people would complain about that, too.
or 2) enable SSL on the webserver to allow HTTPS…
That’s what you need to do. Your name-servers point to fuzzco.com, which runs on Linode. Whoever runs fuzzco needs to install an SSL for your site at Linode.
But first, if you want the site back up now as http, get FTP or SSH access and revert to http by editing the database or editing wp-config.php as per the instructions linked above. Then you’re back up; then you can get an SSL installed. then you can change to https.
Forum: Fixing WordPress
In reply to: Choppy scroll in chrome on macbookThat’s going to be a theme issue with CSS or jQuery effects for navigation.
But you’re using Pharmacy, a premium/paid theme not supported in these forums. It’s best to go to the support site where you bought the theme – http://themeforest.net/ – for help with customizations and issues. You paid for support when you bought the theme, so you should contact the people who sold you the theme.
These forums are for free themes available in the WordPress theme directory at http://wordpress.org/themes/. See http://codex.wordpress.org/Forum_Welcome#Commercial_Products
Forum: Fixing WordPress
In reply to: Constantly getting "The connection was reset" errorBe sure to reupload wp-includes and wp-admin folders; could be some missing files.
And you could still be bumping up against MySQL limits at the host. Who is the host?
The original problem was that my HTTPS website could not make API queries to the HTTP wordpress endpoint.
It’s the other way around.