jon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Looking for a theme/solutionThis question is more likely to get an answer if re-posted here:
https://wordpress.org/support/plugin/woocommerceThat is where those who know woocommerce would be looking.
Forum: Fixing WordPress
In reply to: Transferring wordpress site to new host, wp-admin can't access!Best that I can suggest is to restore everything from a backup, so that you have a working WordPress site again, then decide which of the following two methods you would like to use to get your site to the “Domain Root”:
https://codex.wordpress.org/Moving_WordPress#Moving_Directories_On_Your_Existing_Server
This, to me, seems like a situation where it is a lot easier not to try and fix the mess that you have, but to start over from the working site you had.
Forum: Fixing WordPress
In reply to: Help migrating Drupal 6 forum to WordPressAs explained in the Forum Welcome info, http://jobs.wordpress.net is the correct place to find people for hire.
Good luck with your project!
Forum: Fixing WordPress
In reply to: [AddToAny Share Buttons] Showing up on 404 pageI doubt anyone with expertise with that Plugin will see this here. I think you should re-post here:
https://wordpress.org/support/plugin/add-to-anyForum: Fixing WordPress
In reply to: Login-ProblemI really don’t have any other answer than to work your way carefully through all of the steps listed in the “How do I solve the Headers already sent warning problem?” section of https://codex.wordpress.org/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3F
Especially the “Interpreting the Error Message” subsection.
Forum: Fixing WordPress
In reply to: Login-ProblemPlease try here https://de.wordpress.org/hilfe/ for support in German
Forum: Fixing WordPress
In reply to: Login-ProblemTake a look here:
https://codex.wordpress.org/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3FAs it says, it sounds like an issue with your wp-config.php file.
Forum: Fixing WordPress
In reply to: Bitte Hilfe kein Zugriff auf meine Site nach UpdatePlease try here https://de.wordpress.org/hilfe/ for support in German
Forum: Plugins
In reply to: [My Private Site] One login for multiple sites with differing domain names“Note that your media uploads (e.g. photos) will still be accessible to anyone who knows their direct URLs. This the way most privacy plugins work.” I must find a solution that works around this because eventually this will be a place for kids to share and learn so I need to make sure all aspects are private.
Any solutions that I’ve seen come from the web host, not from WordPress or Plugins. If you are not yet firmly committed to a Web Host, you may want to fully test this capability before committing. For example, the web hosting service that I use has a large set of capabilities under the icon called Protection. “Hotlinking prevention” is the feature I was thinking of, as it promises to only allow access to a file, including images, if accessed through a web page on your site hosted there, i.e. – not directly by URL.
I have zero experience with this feature, and the few sites where I saw it being used 15 years ago, now no longer use it. So, I recommend you do a lot of testing if you decide to go in this direction.
Forum: Plugins
In reply to: [My Private Site] One login for multiple sites with differing domain namesDavid makes great points. I just want to give you a different perspective, based on my involvement in a project 15 years ago when SSO was a Hot Acronym. It stands for Single SignOn and my current bank still uses it to allow me to signon once to one arm, and then go to another arm of the bank, on a completely different domain, without signing on again.
WordPress gives you that automatically when you use a WordPress Network, AKA Multisite. Logon to one site and you can move to any other site in the Network without logging on again, assuming the user name is registered on all sites. There is a popular plugin that allows you to assign a different domain name to each Site.
Alternatively, if you have separate WordPress Single Sites, especially if you want to have them on different Hosting Accounts, maybe even on different Hosting companies, then you would have to find an SSO product. Auth0 is becoming quite popular, but there are others out there that work well with WordPress.
In all of these scenarios, you would use My Private Site plugin, but would not need the Multiple Themes plugin.
As I said at the outset, I am not disagreeing with David’s solutions, but just trying to offer a different point of view in terms of additional possibilities that may or may not be practical for you.
Forum: Fixing WordPress
In reply to: How to see the code is run behind of the shortcode?As evidenced by the lack of response, Shortcodes are not something that WordPress stores nicely someplace for simple viewing. Although at least one plugin allows authors to create their shortcodes in that manner, I don’t know anyone who uses it to offer shortcodes to the general public.
What I’m saying might make more sense if you take a quick glance at the official Shortcode API documentation:
https://codex.wordpress.org/Shortcode_APIAs you will see, anyone who wants to define a plugin simply creates a PHP Function, makes sure it is available on every WordPress “load”, and tells WordPress the name of the Function with the add_shortcode() function.
Forum: Fixing WordPress
In reply to: How to see the code is run behind of the shortcode?WordPress only as a very few Shortcodes “built-in”. All the rest are added by plugins and themes.
First place to check is the documentation of your chosen plugins and themes, to see if they say what shortcodes they define, if any. Second is to start searching through .php files, in the plugins and themes directories, looking for use of the add_shortcode() function. Personally, I use the Find in Files feature of NotePad++, though, in this case, that would mean copying the plugins and themes directories to your computer’s hard disk.
Forum: Plugins
In reply to: [Multiple Themes] Doesn't work with Mark Jaquith's WordPress GitI’ll leave this for the current Plugin author to answer, but it would really help if you could cut and paste the error message from select-theme.php into a response to this thread. Having supported this plugin myself until recently, I do know that I never tested it with WP Skeleton.
Thanks for the report!
Forum: Fixing WordPress
In reply to: Amazon Installation HelpSince you are stuck on that last step, you could try the Amazon doc. for the newer version at this point:
http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-getting-set-up.html
which is part of:
http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3.htmlForum: Fixing WordPress
In reply to: Amazon Installation HelpI may be wrong, but I’m not so sure that AWS has become very popular with “small” WordPress users yet. I took a look a year ago myself, and decided it did not make a lot of sense for me.
Newest article I could find is this:
https://www.otreva.com/blog/deploying-wordpress-amazon-web-services-aws-ec2-rds-via-elasticbeanstalk/