jon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Redirect Links from Folder to Main DomainI’m not sure that I completely understand what your problem is, but I would suggest reading this:
https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory#Using_a_pre-existing_subdirectory_installThe “Using a pre-existing subdirectory install” section defines the best way to do what you tried to do.
If that does not solve your problem, please respond here.
Forum: Fixing WordPress
In reply to: Change Theme, Content, Plugins of site while it is activeThe 20MB limit may be something you can overcome by changing PHP settings, if your host allows that in cPanel. But first I would investigate using FTP instead of cPanel to do the file transfer, as there are no limits on file size in FTP. Not just for this, but for lots of things in the future. I just could not imagine running a web site without FTP access.
This page is a good starting point, as it has links to more info:
https://codex.wordpress.org/FTP_ClientsMost of the time, I have been successful with Duplicator by simply ignoring the file size (and sometimes other) warnings during Scan, and not excluding any files.
Forum: Fixing WordPress
In reply to: Site connected to lost domainNo, that generally won’t work, at least not as simply as you are saying.
Why not just point a new domain at the old site? That will still require some work to change the Site’s URL.
There are lots of other possibilities. This documentation covers them pretty well:
https://codex.wordpress.org/Moving_WordPressForum: Fixing WordPress
In reply to: Navbar is hidden/not showing on tablets and mobile devices.That is a Theme issue, so you are going to have to get support from the Theme Author. I think you are using the Shopping Theme in the WordPress Theme Directory. If so, you are best to re-post your question in the Support forum specifically for that Theme:
https://wordpress.org/support/theme/shoppingIf I’m wrong and you are using a Paid Theme, we cannot support you here, as explained here:
https://codex.wordpress.org/Forum_Welcome#Commercial_ProductsFor Paid Themes, you need to be getting Support from the people who sold it to you.
Forum: Fixing WordPress
In reply to: Reaching Resource limit way too fast?Hard to say if 1024MB will be enough. Probably, but no promises. GoDaddy has been known to limit resources pretty tightly, so you really don’t know if “Resource limit is reached” is referring to RAM. Again, probably.
If you are not using PHP 7, this could be a processor issue, as I had a Raspberry Pi that took 7-15 seconds on a page click in WordPress Admin on PHP 5. 100% CPU-bound.
PHP 7 generally requires half or less the CPU (processor) time.
If it were me, I’d try for a refund, if you are within their money-back window, which varies by vendor from 30 to 100 days.
Forum: Fixing WordPress
In reply to: Reaching Resource limit way too fast?Yes, you really do need more RAM to run WordPress. I would suggest searching for something that you can afford elsewhere. Good solid shared hosting is available for less than $5 U.S. per month.
I haven’t checked out pricing recently at the 4 hosts that WordPress recommends:
https://wordpress.org/hosting/But I can say, from personal experience, that there are lots of good choices around. I currently use a mix of Shared Hosting and VPS for the 20 or so websites that I support. I only recommend VPS for techies like myself who are willing to learn enough to support Linux.
Forum: Fixing WordPress
In reply to: Invalid robots txt file and Invalid XMLNot sure who told you to contact wordpress.org support, but this appears to be a problem (or non-problem, depending on how accurate ismyblogworking.com is) with how WordPress was set up by Wealthy Affiliate on SiteRubix.com.
You will need to get your support from siterubix, as it sounds like they will have to fix it, and you will not be able to do it yourself.
Forum: Fixing WordPress
In reply to: Reaching Resource limit way too fast?Forgot to mention that, even on a closed site, with no public URL, as the only site visitor, WordPress’ built-in wp-cron does run some processes “behind the scenes” which are triggered by your access to the site.
One large example would be an automatic WordPress version upgrade.
Forum: Fixing WordPress
In reply to: Reaching Resource limit way too fast?Since my experience with VPS says you need MORE than 1GB RAM to do much of anything in WordPress, I suspect the same holds true for GoDaddy, though I don’t know what they count as part of that 512MB. For example, in a VPS, my “more than 1MB” number includes Apache, MySQL and the hundreds of other pieces of software that are part of a typical Linux web server.
The most likely reason that you are seeing a memory problem as the only authorized visitor to your site, is because the reality is that almost all web sites with a public URL are being visited by bots, hackers, and such sometimes several times a second.
Since I’m seeing people on these forums unable to run their Admin panels without increasing their PHP memory limit past 256MB (remember, that number is Per Use, and on top of Apache, MySQL and other memory usage), it does not take much to go past 1GB total RAM usage.
Forum: Installing WordPress
In reply to: Shifting WP.com to WP.orgBeen a long time since I looked at wordpress.com, so I took a quick look at a long dormant site of mine there.
You manage your “self-installed” WordPress site in the same way you have been managing your wordpress.com site. Same black sidebar in the Admin panels.
You will note some features/menu items missing. If you want them, you’ll have to find the plugins that provide them and install them yourself.
Forum: Fixing WordPress
In reply to: Setting up a duplicate blog@kobashicomputing makes a valid point: “Discourage search engines from indexing this site” in Settings-Reading on the WordPress Admin panel of the test site is a very important step. Personally, I’ve been running test sites on public domain names for 8 years without any issues, and found it is sometimes essential, for example, for plugins and other services that need to communicate to a public URL from an external site.
On the other hand, I’m not a fan of installing WordPress on your test site and copying stuff over from your real site. Cloning is a lot less error-prone, especially when done with a tool like the Duplicator plugin, when it works properly (it works better on some types of web hosting environments than others).
Forum: Fixing WordPress
In reply to: Can only access admin website from phoneBecause your LTE service is using a Name Server with more up to date information on your domain name than your computers are.
During the transition period after you make a change to DNS records on your domain name registrar, which can actually be more than 72 hours, each Name Server worldwide is updated at a different time with your domain’s new info.
Forum: Fixing WordPress
In reply to: Can only access admin website from phoneWorks for me in Firefox on a Desktop machine.
How long ago did you change the Name Servers at your Domain Registrar? It can take up to 72 hours to travel to all points worldwide.
Forum: Fixing WordPress
In reply to: Setting up a duplicate blogHere is the best article to read:
https://codex.wordpress.org/Moving_WordPressAs you will see, a Search and Replace of URLs is required.
I’m fresh out of ideas. Hopefully, someone else has some.