jon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Multiple Tabs and Contact forms not workingThis is almost certainly a Theme issue. Since you are using a commercial theme (Polyon) not in the WordPress Theme directory, you need to talk to the support folks for the Theme. Part of what you paid for the Theme pays for that support.
Paid Themes are not supported on the wordpress.org forums, as explained here: http://codex.wordpress.org/Forum_Welcome#Commercial_Products
The main reason for that is that source code is not available for viewing and running, which is what is required to help you.Forum: Fixing WordPress
In reply to: how do I block an IP from trying to loginSorry, but you misunderstood. The support forum for the free version is at https://wordpress.org/support/plugin/wordfence
Not here.Forum: Fixing WordPress
In reply to: XAMPP / MySQL WorkBench / Existing Client site / utf8mb4I’m retired so I understand your budget woes. There are some creative ways around this though. Nearly 10 years ago, when I first started developing sites with WordPress, I simply used a directory on the live web site for my development. Later, I used subdomains. Along the way, I used Add-on Domains and even extra hosting accounts on Reseller accounts that were being used for live sites.
All of those solutions were free.
Today, I use a VPS I got last summer for just over $2 per month U.S. dollars. Installed Ubuntu on it and love the full control that I have.
That replaced an otherwise useless old computer that I “re-purposed” as a Ubuntu-based web server on my office floor, plugged into my home router. That, too, was free.
I used XAMPP for some years, but found that I was getting caught by Permissions issues, since XAMPP on Windows does not reflect Linux Permissions.
My current VPS gets around using localhost, and not having an Internet-accessible domain name.
Forum: Fixing WordPress
In reply to: Multi-domain, not multi-siteWell, I have to explain a WordPress concept to answer that question: Child Themes. The concept is a set of changes to a Theme that are stored as if they are a separate Theme.
https://codex.wordpress.org/Child_ThemesThen you would, from the WordPress point of view, have separate Themes.
Forum: Fixing WordPress
In reply to: XAMPP / MySQL WorkBench / Existing Client site / utf8mb4On a personal note, I found that it is a lot less trouble to do my development on a web hosting environment that matches, as closely as possible, the production environment. Especially operating system.
PHP versions, MySQL versions, IIS vs Apache, Linux vs Windows, plus PHP and Apache settings. The closer they match, the less chance of errors during the move from development to production.
Forum: Fixing WordPress
In reply to: XAMPP / MySQL WorkBench / Existing Client site / utf8mb4Coincidentally, I answered just such a question yesterday in another thread. My solutions worked for that person, so they might also solve your problem:
You are going from a newer version of MySQL to an older version that does not support utf8mb4_unicode_ci collation, which WordPress switched to in a recent version.
As explained in other threads referenced below, the best solution is to upgrade MySQL on the “online server” that you mentioned to a newer version of MySQL that supports utf8mb4_unicode_ci. Or switch to another hosting solution with a newer MySQL.
If that is not feasible, then you’ll have to do a conversion somewhere, which is discussed in these threads:
https://wordpress.org/support/topic/unknown-collation-utf8mb4_unicode_ci?replies=13#post-6884250
https://wordpress.org/support/topic/sql-error-when-importing-database-1?replies=1
https://wordpress.org/support/topic/unknown-collation-utf8mb4_unicode_ci?replies=45Forum: Fixing WordPress
In reply to: how do I block an IP from trying to loginYou will get a better response if you close this thread as Resolved and re-post your question where the Wordfence Support people will see it:
https://wordpress.org/support/plugin/wordfenceThere are FAQs and a Knowledge Base here:
https://wordpress.org/plugins/wordfence/faq/
https://support.wordfence.com/support/homeForum: Fixing WordPress
In reply to: Personal Security Info SharedPresuming her blog was set up at wordpress.com, I’m afraid that you have come to the wrong place. This forum is for support for those who buy web hosting and install WordPress themselves.
wordpress.com support is at https://en.support.wordpress.com/
Great to hear! My setup was very similar to yours, all the way down to a real hard drive.
I wanted it for testing and development, but found that it was taking 7-15 seconds of 100% CPU just to get any response (click) on an Admin panel due to the heavy amount of PHP and MySQL processing that was going on.
Initial tests indicated that it would have worked fine with caching as a production web site. It was just Admin that was killing me.
Forum: Fixing WordPress
In reply to: Installing two templates on one .comYes, you can install multisite into a test directory on the same site without any interference. That is common practice for development.
Forum: Fixing WordPress
In reply to: Multi-domain, not multi-siteI originally wrote this plugin, that should do what you want, on a single site:
https://wordpress.org/plugins/jonradio-multiple-themes/
It provides a wide array of URL selection options.I no longer am able to support it, but it has been adopted and the new owner does provide Support.
Forum: Reviews
In reply to: [Multiple Themes] Woocommerce eshopYes, some users of the plugin use it just for that purpose.
Here is the thread that first introduced a plugin feature that works with woocommerce: https://wordpress.org/support/topic/changing-theme-by-suffix?replies=7
Forum: Fixing WordPress
In reply to: Multi-domain, not multi-siteOnly part that worries me is “serve up the same catalog”, so that is what I think you would want to investigate first, in the following solution: use WordPress Multisite (a “Network”) defined as Subdomains, but using a Plugin to make each Subdomain a separate domain name: https://wordpress.org/plugins/wordpress-mu-domain-mapping/
Forum: Fixing WordPress
In reply to: Installing two templates on one .comThis sounds like a perfect situation for WordPress Multisite, where the Root would be Site 1, /one/ would be Site 2 and /two/ would be Site 3. Each site can have its own Theme (of which Template is a part).
Good place to start reading:
https://codex.wordpress.org/Create_A_Networkindex.php is the file being hit, but the text is from the WordPress database, likely MySQL in your base.
I installed WordPress on my Raspberry Pi but the response time for Admin panels was just too slow to be usable. Hope that you have better luck.
WordPress is a Content Management System, with the textual comment mostly in a database and images from files, mostly in the wp-content folder.