jon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Website URL remap“Do I need to recreate the whole new website and replicate the content?” – only if you want existing Bookmarks to work (that visitors may have made in their browsers).
“Creating a page called 2016, and replicating your home page there, will get you #1.” – a better idea is to make an index.html file at /2016/index.html with an automatic redirect to the home page. Using the meta Refresh HTML tag.
Forum: Fixing WordPress
In reply to: Website URL remapThis section, Using a pre-existing subdirectory install, will get you #2:
https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory#Using_a_pre-existing_subdirectory_install
Especially note the sentence “If you already have content in your site, see when your domain name or URLs change for how to deal with references to the old URL that will remain in the database.”Creating a page called 2016, and replicating your home page there, will get you #1.
Only potential problem: previous bookmarks made by visitors will no longer work.
Forum: Fixing WordPress
In reply to: Migrating from MP3 Jplayer to Blubrry PowerPressYou are much more likely to get an answer if you re-post here:
https://wordpress.org/support/plugin/powerpressForum: Fixing WordPress
In reply to: NovelLite theme header image.You are much more likely to get an answer if you post here:
https://wordpress.org/support/theme/novelliteForum: Fixing WordPress
In reply to: problems loading themesThis is very likely a Permissions error. The Codex entry is flagged as needing improvement, so I would suggest reading this:
https://ithemes.com/2016/03/08/understanding-wordpress-file-permissions/Forum: Fixing WordPress
In reply to: Troubleshoot random "Internal Server Error" Help?P.S. – that Google search might be better as shown below:
WordPress "An internal server error occurred, please try again later"Forum: Fixing WordPress
In reply to: Troubleshoot random "Internal Server Error" Help?Good point!
I’m not going to be any additional help, I’m afraid. But I did stumble upon this interesting thread that narrowed their problem down to a cookie problem in Safari: https://premium.wpmudev.org/forums/topic/wordpress-an-internal-server-error-occurred-please-try-again-later-safari
Not that I’m saying Safari is your problem, but you may want to do the same Google that I did: “An internal server error occurred, please try again later”
Be sure to use the double quotes just as I did.Forum: Fixing WordPress
In reply to: Setting up a Multisite with pre-existing sites/subdomainsMultisite WordPress is meant, out of the box (without plugins), to run in either subdirectories or subdomains. Pick subdomains when you are asked during the install.
The other step is on the Hosting side where you need to set up Wildcard Subdomains or something like that (Hosts call them different names). The concept is to allow WordPress to dynamically create subdomains without any additional human intervention by you or your Host’s support folks.
If it were me, the first thing I would do is build a test Multisite WordPress on your new hosting, and get used to everything. Then build a real one from scratch later, using the test one as a sandbox to play in, and learn, then to delete when done. You might not even have to delete it if you use this approach (i.e. – put the Test and Prod installs in separate subdirectories):
https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory#Using_a_pre-existing_subdirectory_installForum: Fixing WordPress
In reply to: Troubleshoot random "Internal Server Error" Help?All of which takes me to one place: start a diary of exact time and date of each 500 error, taking into account Time Zones. Either go through the server logs yourself, if you have access to them, and/or report this information to your web host’s Support folks. I’m going out on a limb here, but I’ve never seen an intermittent 500 error that was not an issue with hosting. Obviously, for self-managed VPS, that is your problem, but you say you are using managed-VPS, so that makes it the Host’s problem.
Forum: Fixing WordPress
In reply to: Troubleshoot random "Internal Server Error" Help?My experience with random 500 Internal Server Error is not recent, but I noted in the section in the Codex on the subject:
http://codex.wordpress.org/Common_WordPress_Errors#Internal_Server_Error
that increasing PHP Memory is suggested.Which reminds me about how many issues I went through on a VPS when it ran out of RAM during periods of high traffic.
My original 500 errors though were caused by my web host’s workload management software. It would kill any processes using any processor time, with a 500 error, whenever it was running out of RAM for the entire shared hosting web server.
Forum: Fixing WordPress
In reply to: Horizontal images are cropped in half on mobileThis is something you need to discuss with the Support folks for your Paid Theme, Shelf Pro. We cannot support Paid Themes here as we have no access to the Source Code or even the Theme itself without paying for it.
Forum: Fixing WordPress
In reply to: Setting up a Multisite with pre-existing sites/subdomainsMy Best Advice depends on whether or not your site is “static” or “dynamic”, in the sense of: could you ensure that the content does not change for 2 weeks?
For a Static site that could go unchanged for 2 weeks, the easiest way would be to migrate and convert to multisite as a single step, from the old host (multiple single sites) to the new host (one multi-site).
For a Dynamic site, where content changes, especially if you get a lot of input from various visitors and users, I would recommend doing the conversion to multi-site on the old hosting company where you are “at home”, as in more familiar with how to do things, and less likely to run into errors. For example, this would mean only one database to create when you move to the new hosting.
Forum: Fixing WordPress
In reply to: Menu with polylangI’m afraid that we are not in a position to support Paid Themes in these support forums, because we don’t have access to the source code, or even the theme without paying for it.
But the polylang plugin author may still be willing to help.
So, I suggest you close this as Resolved, take a look around the Polylang plugin directory entry, and re-ask a question in the Polylang support forum if you cannot find an answer in the FAQ, Description and other support threads:
https://wordpress.org/support/plugin/polylang
https://wordpress.org/plugins/polylang/faq/
https://wordpress.org/plugins/polylang/Forum: Fixing WordPress
In reply to: How to change from mysite.com/wordpress TO mysite.comSee the section “Using a pre-existing subdirectory install”:
https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory#Using_a_pre-existing_subdirectory_installI have used that approach, as opposed to moving everything to the root directory of the domain, for at least 7 years now, and been very happy with how uncluttered the root remains.
Forum: Fixing WordPress
In reply to: Setting up a Multisite with pre-existing sites/subdomainsThe Codex has documentation that references the current version of WordPress, so it should be up to date:
https://codex.wordpress.org/Migrating_Multiple_Blogs_into_WordPress_3.0_Multisite