jon
Forum Replies Created
-
Forum: Plugins
In reply to: [Multiple Themes] Not Working on MobileAssuming you are using the Device Theme Switcher plugin in the link below, there were issues in the past, but they were resolved with Version 2.1 of that plugin more than a year ago. See the description of Changes to create that version here:
https://wordpress.org/plugins/device-theme-switcher/changelog/My plugin does not change its behaviour based on device. On the other hand, I’ve seen many approaches to mobile devices that modify the URL from the non-mobile URL for the same page/post/home. Which, of course, requires different Settings in my plugin to handle that.
I suspect you will want to talk to the Device Theme Switcher author through his support: https://wordpress.org/support/plugin/device-theme-switcher
Forum: Fixing WordPress
In reply to: Umm, REMOVE auto update!?Always best to start a new thread, as explained here: http://codex.wordpress.org/Forum_Welcome#Where_To_Post
You can look around further in the Plugins directory, but I use this plugin even though it hasn’t been updated in years, and I believe it also notifies you by e-mail about WordPress available updates, though I use it mainly for updates for Themes and Plugins:
https://wordpress.org/plugins/update-notifications/Forum: Installing WordPress
In reply to: What does 'upload' mean?Stepping back a bit, I’m assuming you want to use WordPress to build a web site for the world to see, on the Internet.
If so, you have two choices:
- buy Web Hosting where you can upload to, as Tara discusses above; or
- forget about wordpress.org and go to wordpress.com where they do it all for you, for free
Forum: Fixing WordPress
In reply to: WordPress, Joomla and speedI’d like to comment, but the Moderators quite rightly suggest that hosting recommendations lead to endless arguments and are best avoided on these forums.
In general terms, business-class Linux-based shared hosting with MySQL as the database and per-user PHP memory limits of at least 128MB are a good starting point. As I said, VPS can be trouble.
Automatic daily backup can be helpful. And, if you know what you are doing with it, SSH access is useful for both command line Linux commands and, more important, SFTP access via FileZilla or equivalent FTP client.
Finally, the key for me has been using Pingdom or equivalent free monitoring set to one minute, to determine if I am really getting reliable service for my site visitors. And keeping an eye on it over the long term as I have run into so many cases where a Server or even a Hosting Company will be excellent for a year or two, then completely fall apart.
Forum: Fixing WordPress
In reply to: Unable to Log In, Cookies Are Blocked Due To Unexpected OutputOf course, you can’t select your old theme as it has got problems.
Forum: Fixing WordPress
In reply to: WordPress, Joomla and speedThanks for clarifying, catacaustic. Just wanted to avoid an “Apples versus Oranges” situation…..
Forum: Fixing WordPress
In reply to: WordPress, Joomla and speedJust to clarify, I was referring to the amount of Traffic (“site visitor hits”) your site sees, while catacaustic more correctly refers to a large site as one with lots of Content, without any discussion of Traffic.
Caching is essential for high volumes of Traffic. WordPress sizes well and performance is not much of a problem as your site gets bigger.
Forum: Fixing WordPress
In reply to: Unable to Log In, Cookies Are Blocked Due To Unexpected OutputI would start by going to Appearance-Themes in the Admin panels to see what your Active Theme is, if any. Obviously, you need an Active theme to be able to view your site.
Of course, you can’t select your old theme as it has got problems.
You really have to decide whether to find a new theme or try and get the old one fixed.
Forum: Fixing WordPress
In reply to: Error when uploading mediaThe FTP Client (section of that linked doc.) is probably the easiest, assuming you are using a full function FTP Client like FileZilla that allows you to change File Permissions.
That error message does not specifically say it is File Permissions, but that is the first thing to try.
Details on FTP clients and your host’s control panel equivalent (if available) is described here: http://codex.wordpress.org/FTP_Clients
Forum: Fixing WordPress
In reply to: Unable to Log In, Cookies Are Blocked Due To Unexpected OutputBased on that message, there may be issues with your Theme. If you rename the folder /home/sgsss/public_html/wp-content/themes/response to …/response-test you should be able to login though it will default to the current default theme.
Forum: Fixing WordPress
In reply to: WordPress, Joomla and speedCaching will be the key for you then. WordPress runs a lot of PHP code and does a lot of database activity for each “site visitor hit”. 7-15 seconds to flip from one Admin page to another on a Raspberry Pi. Without Caching, even the very low end of Medium Traffic can cripple a low-end (512-1024MB RAM) VPS.
Forum: Fixing WordPress
In reply to: WordPress Tables broken on 12/21Not something I’ve run into, but this thread looks interesting:
https://wordpress.org/support/topic/database-repair-failed?replies=4If not, you may wish to wade through this Search:
https://wordpress.org/search/database+repair?forums=1Forum: Fixing WordPress
In reply to: Error when uploading mediaThis is likely a Permissions problem on the folder where the media will be stored. You should cut and paste the error message here to be sure.
If it is a Permissions problem, the documentation on that is here:
http://codex.wordpress.org/Changing_File_PermissionsForum: Fixing WordPress
In reply to: WordPress, Joomla and speedHuge sites run on WordPress. In fact, the company behind WordPress provides fully-managed WordPress for many of these big sites: http://vip.wordpress.com/
I’ve never had a big enough site to warrant it, but Caching is one of several techniques to handle high traffic sites. I’ve even attended sessions at WordCamp by WordPress employees who have talked about the kinds of optimization they perform for their largest clients of these services.
As a retired I.T. guy who began programming in 1971, I think you are at a decision point on whether to buy or acquire the expertise on running high traffic WordPress. By “buy”, I mean searching out companies that provide hosted managed WordPress for huge sites.
You’ll see some famous clients listed on some of the different companies’ sites, including the link at the top of this post.
Forum: Fixing WordPress
In reply to: Unable to Log In, Cookies Are Blocked Due To Unexpected OutputBest place to start, in my opinion, is by changing your wp-config.php file and change the value of WP_DEBUG to TRUE. No guarantees, but I strongly suspect that that will give you a meaningful error message on the wp-login.php page. If not, also try http://www.sgsss.org/wp-admin/ as it currently showing just a white page (WSOD). One of the two pages will likely have an error message with WP_DEBUG turned on.
More details here: http://codex.wordpress.org/Editing_wp-config.php