jon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Access Domain EmailThis is not a WordPress question. And the answer depends on where the Mail Server is hosted.
You need to contact your web hosting company to get an answer on this. They likely have this described in their support documentation on their web site.
Forum: Plugins
In reply to: [My Private Site] redirecting root to folder, index.phpAfter I wrote this, I remembered one point that is likely involved here. WordPress keeps track of your login status by storing a cookie on your desktop/laptop/mobile computer. That cookie is named by the site portion of the current URL. Which means that logging into abc.com/folder does not log you into abc.com — redirection using .htaccess, Apache SiteAlias or other means can cause login issues.
Yet another reason to see if the standard WordPress method described in that link will work for you.
Forum: Plugins
In reply to: [My Private Site] redirecting root to folder, index.phpNow that I’ve had a chance to review your problem, there are two ways that we can work together to resolve it:
- Change how you do the Redirection to one more compatible with the plugin; or
- Get enough detail from you to exactly re-create your situation on my test system and see if it is feasible to fix the plugin
Choice 1 would involve you switching to this method of using a Folder to look like at Root install: http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory#Using_a_pre-existing_subdirectory_install
I have used this method for years and strongly prefer it to other methods, based on how compatible it appears to be with “everything else”.
If that is not an acceptable solution, please respond here and we’ll work together on Choice 2.
Forum: Plugins
In reply to: [My Private Site] redirecting root to folder, index.phpI will have to do a little testing to answer that question. So, please give me a little time to response. Because of time zone differences, the work day has just begun where I am.
Thank you for asking.
Forum: Plugins
In reply to: [Multiple Themes] Custom MenuSo glad it works. These are only workarounds and they don’t work for all Themes.
Forum: Plugins
In reply to: [Multiple Themes] Custom MenuI’m afraid that the only answer I have is one of Trial and Error on your part. Because Theme Options are so difficult to handle from within a Plugin, I have opted not to provide any Settings within my plugin to handle them.
The “Theme Options” tab of my plugin’s Settings page gives detailed information on ways that might let you set Theme Options, in your case Menus, for each of your Themes.
If nothing works for you, the Help tab talks about one alternative to using my plugin: a WordPress Network.
Forum: Plugins
In reply to: [Multiple Themes] Switch when a word is found anywhere in the urlThe plugin was not designed with this much flexibility, so it will require a little more work on your part.
But first, I must make sure that you ONLY want to look for a Word when it is the FULL directory/folder name. For example, /1warmup/, /warmup1/ and /1warmup1/ would not be selected using this approach.
Here is how you would it. For each word, you would need multiple entries. In the “For An Individual Page, Post or other non-Admin page; or a group of pages, specified by URL Prefix, optionally with Asterisk(s)” section of the Settings for the plugin, select “URL Prefix with Asterisk (“*”)”, the desired Theme, and:
http://mysite.com/*/warmupfor the first entry;http://mysite.com/*/*/warmupfor the second entry;http://mysite.com/*/*/*/warmupfor the third entry;- and so on, as deep as you want to go
Obviously, if /course/ is always the first level folder/subdirectory, then replace the first asterisk in each of those entries, making #1 “URL Prefix” since there is no asterisk in the entry.
Forum: Plugins
In reply to: [My Private Site] Saving Settings does not work for custom login siteVersion 2.14 resolves the issue described above as “Can you please let a user free chose the login page? Because I wanted to redirect to another page in my network for this purpose but it only accepts the actual domain as base.” A settings has been added to allow this.
Forum: Plugins
In reply to: [My Private Site] Plugin Not Working On Buddypress PagesVersion 2.14 has been released. It includes this and some improvements to the Settings page.
Please let me know if you run into any issues.
One word of warning: wpengine.com seems to disable caching and perhaps some other functionality in its wpengine-common plugin on the staging system you are on. That means you will also need to do some testing on the live site, too, to be sure that caching will not change anything.
Forum: Plugins
In reply to: [My Private Site] Plugin Not Working On Buddypress PagesSorry about the delay in the new release. I have two other problems that must be addressed before I release it, but I am confident that you will have it when you arise on Friday morning.
Forum: Plugins
In reply to: [My Private Site] Plugin Not Working On Buddypress PagesI have found a solution that works during initial testing on the test site that you provided. It appears that the “template_redirect” Action is either not being triggered or my plugin’s registered action is someone being deleted by one of the wpengine mandatory plugins. I simply switched to the next Action in time sequence, get_header, and that works.
I will release a new version of the plugin in the next few hours, and encourage you to test it more fully.
As always, if you or anyone else reading this runs into any problems, please let me know.
Forum: Plugins
In reply to: [My Private Site] Plugin Not Working On Buddypress PagesThank you for this!
I am working on this now.
Forum: Plugins
In reply to: [My Private Site] Disable concurrent loginsAfter a quick search, I could only find one plugin that has this functionality: https://wordpress.org/plugins/prevent-concurrent-logins/
But don’t let me discourage you from looking in more detail.
One word of warning: my experience with WordPress is that the majority of users do not logoff. This creates a problem if that user uses multiple “devices”. For example, I could easily see me turning off my Desktop computer (without explicitly logging off), going somewhere and not being able to access my WordPress site from my smartphone, because WordPress still considers me logged on at home on my powered-off Desktop.
In other words: are you sure you want to do this?
Forum: Plugins
In reply to: [My Private Site] Disable concurrent loginsNo, not with my plugin.
But let me research the topic and get back to you within the next hour.
Thanks for asking.
Forum: Plugins
In reply to: [My Private Site] Plugin Not Working On Buddypress PagesI have been unable to re-create this error on my test system using all of the plugins (except wpengine-common) you list. Obviously, I cannot be sure that all of the settings of all the plugins are the same, but I made an effort to put in “real life” settings into each.
The two most obvious ways to go at this point are one of the following:
- I approach wpengine.com for a free account for testing now and into the future; or
- You provide URL, ID and password for BOTH your site’s WordPress AND FTP (I need FTP so that I can easily change the code in my plugin to rapidly add and remove debug statements (var_dump() typically))
Please respond through this contact form: http://jonradio.com/contact-us/
That will avoid any possibility of posting information that could pose either security or annoyance risk.
Again, thank you for your patience, but it gets very difficult when I cannot re-create a reported error on my test systems.