Mark Ratledge
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Shop Pages doesn't show Product Imageshow can I customize the shop page without that widget?
You’re going to need to modify the theme and/or Woocommerce templates. But Pretty Creative is a premium/paid theme not supported in these forums. It’s best to go to the support site where you bought the theme PrettyDarnCute.com for help with customizations and issues.
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: Portfolio broken in Square theme (Engine Designs)Sorry, you’re using a premium/paid theme not supported in these forums. It’s best to go to the support site where you bought the theme enginethemes.com 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: Slow site and Connection ErrorsYou have to ask GoDaddy for help; they implemented the SSL. Or hire someone.
Forum: Fixing WordPress
In reply to: Slow site and Connection ErrorsThe https redirect is either GD’s slow way of implementing SSLs or a lack of you correctly implementing an SSL with .htaccess, site options and within the database.
Forum: Fixing WordPress
In reply to: Fatal error: capabilities.php on line 428@hsanjaysharma786: It’s impolite to interrupt another poster’s ongoing thread with a question of your own and it causes significant problems for the forum’s volunteers. Read https://wordpress.org/support/topic/welcome-to-the-how-to-forum?replies=1 and post your own new topic.
Forum: Fixing WordPress
In reply to: Error establishing a database connection@mkpark: did you READ how I replied to alikilani?
Forum: Fixing WordPress
In reply to: Slow site and Connection ErrorsYou need to correctly implement an SSL with .htaccess, site options and within the database; it’s not easy to do it correctly. Read https://make.wordpress.org/support/user-manual/web-publishing/https-for-wordpress/
Forum: Fixing WordPress
In reply to: Slow site and Connection ErrorsSELECT option_name, option_value
FROM wp_5jans88f69_options
WHERE autoload = ‘yes’That doesn’t say exactly what the option is; you’re only finding that it is autoload, as many options are.
I also have http requests that are giving “429 too many requests” responses….
Thats typical of a commercial, low quality theme that is very database-intensive.
That said, the “payload” part sounds suspicious. Deactivate that plugin and see if you still get too many requests.
And, you have nearly 3 seconds of server lag having to do with an https redirect: https://gtmetrix.com/reports/mobiletechtalk.co.uk/iw6bsGag Look at the waterfall tab. It’s either GD’s slow way of implementing SSLs or a mistake on your part.
Forum: Fixing WordPress
In reply to: Post snippet with redirect link to self-hostedYou need to ask in the WordPress.com Forums about what types of links and redirects you can use on .com; these forums are for self-hosted .org WordPress sites.
Forum: Fixing WordPress
In reply to: Slow site and Connection ErrorsWell, the common denominator is GoDaddy, not WordPress.
If you like, consider looking for a reputable person on http://jobs.wordpress.net/ or http://directory.codepoet.com or http://upwork.com to help. (FYI, it’s not a good idea to respond to work offers from random forum users who have read about your issues.)
Forum: Fixing WordPress
In reply to: Slow site and Connection ErrorsThere are no major bugs with 4.6; https://wordpress.org/support/topic/read-this-first-wordpress-46-master-list?replies=5 GD may not allow extra memory overrides; it’s managed hosting, so typically you have less control over the hosting.
Forum: Fixing WordPress
In reply to: Error establishing a database connectionam sharing the same problem with the same concerned people
Your issue is not the same as anyone else’s, and interrupting other people’s threads is impolite. Read https://codex.wordpress.org/Forum_Welcome
Forum: Fixing WordPress
In reply to: Error establishing a database connection@alikilani: STOP spamming other threads with your question; 4 duplicates have been deleted. Open a new post with your question.
Forum: Fixing WordPress
In reply to: Slow site and Connection ErrorsDropping the connection is indicative of an overloaded shared server, as well as “Whilst the site is speedier when no plugins are included, we go back to the same issue when I add plugins back in one by one.” You can’t really do anything about that.
Running out of php memory can possibly be fixed, depending on how much access GD gives you: https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
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: Need help with safe_mode – open_basedir?Safe mode and open basedir are old school security settings not typically needed anymore.