Amibe Websites
Forum Replies Created
-
See if this thread helps: https://wordpress.org/support/topic/4-7-multi-network-issues/#post-8550472
Forum: Networking WordPress
In reply to: Multisite with multiple top-level domains for primary siteSee if this will help you: https://github.com/humanmade/Mercator
Forum: Networking WordPress
In reply to: 4.7 Multi Network Issues@wadegibson My pleasure, I’m so glad to hear.
Forum: Plugins
In reply to: [WP Multi Network] Cannot create a new networkThis is resolved – almost too embarrassing to admit why 😮
Ummm, perhaps some form validation with useful messages such as “Network title is required, please complete this field”? I’ll see if I can add it to the code…
Forum: Networking WordPress
In reply to: 4.7 Multi Network Issues@justinticktock Long shots are always worth checking out… and I was going to adamantly insist I was putting in a title… but you’re absolutely spot on!!! What I assumed (I know, I know) was the (Network) Title is the Site Name… “Enter network title here” is the biggest text on the whole screen, can’t believe I missed it… guess I need to do some UI changes to my admin template.
@wadegibson With 2.1.0 installed on WordPress 4.7 the following two lines in your wp-config may make the difference:
define( 'WP_HOME', '//' . $_SERVER['HTTP_HOST'] ); define( 'WP_SITEURL', '//' . $_SERVER['HTTP_HOST'] );Without them I experience the same as what you describe. With them both issues are resolved. Hope you come right…
- This reply was modified 9 years, 5 months ago by Amibe Websites.
Forum: Networking WordPress
In reply to: 4.7 Multi Network IssuesAs an aside I’ve logged the issue creating a new network here: https://wordpress.org/support/topic/cannot-create-a-new-network/
Updating did not resolve that and until it is I cannot determine if updating resolves the other issues experienced.
Forum: Networking WordPress
In reply to: 4.7 Multi Network IssuesWithout doing extensive troubleshooting I can report I’m not able to login on secondary networks or its sites. This may or may not be related to the same issue. My guess would be something to do with cookies?
I’ve also (theoretically) deleted the secondary network (and all its sites) and am now unable to create a new one.
I don’t have time (or necessity) to investigate further at this stage but happy to test changes that are suggested and report back.
Also, take a look at this which suggest there are known issues and there’s an update in progress that may resolve what’s being experienced: https://wordpress.org/support/topic/latest-version-2-1-0-at-github/
- This reply was modified 9 years, 5 months ago by Amibe Websites. Reason: Added link to info on new plugin ver
Forum: Networking WordPress
In reply to: Multisite (english and Dutch version)@mt1972 You don’t necessarily need a second site, so if this can be one site with two (or more) languages then multisite is unnecessary. Even if whatever plugin you use for multiple languages works with a second site, they could both be standalone sites.
A few days ago I implemented Polylang successfully on a single site that now switches between two languages.
Forum: Fixing WordPress
In reply to: Get_terms and meta_query not workingI may have found an answer – looks like my issue is specific to ACF: https://support.advancedcustomfields.com/forums/topic/how-to-use-wp-term-meta-on-acf-the-easy-way/
Forum: Fixing WordPress
In reply to: Get_terms and meta_query not working@olga, did you figure this out? I’m getting the same problem. Works fine retrieving all results without the meta_query but otherwise nothing.
Resolved – tracked down an old copy of the site that existed prior to moving it onto HTTPS.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Integration with Ninja forms not workingHi, I was experiencing something similar… other integrations (like registration and WooCommerce checkout) have an option for ‘implicit’ subscription – can this be achieved for Ninja?
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Trash remote backupsHi, wonderful, thank you for replying and taking the suggestion into consideration.