Dennis Ploetner
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Language Switcher] linking pages?It links/ties pages, posts, custom post types, categories, tags, and taxonomies together. Did I forget a type of content? 😉
Forum: Plugins
In reply to: [Multisite Language Switcher] Don’t seem to get it working…Did you try the widget that comes with the switcher?
Forum: Plugins
In reply to: [Multisite Language Switcher] Compatibility with CMB2I’m sorry but I don’t know anything about the plugin you mentioned so I cannot say if it is or not compatible. 😉
Interesting! I will test this. Maybe there is a side effect in the factories.
Forum: Plugins
In reply to: [Multisite Language Switcher] placing switch on pageThanks! 🙂
If you have no Nav Menu (in that case I would recommend the addon MslsMenu). Would it be a big issue to add some PHP code? If not just place
<?php if ( function_exists( 'the_msls' ) ) the_msls(); ?>in your template.Let me know!
- This reply was modified 9 years, 7 months ago by Dennis Ploetner.
WordPress uses language and region codes to distinguish the languages. I found this here for your case: “Since China and Taiwan are the two with the biggest populations, just zh_CN and zh_TW are often used to distinguish the simplified and traditional character versions of a website.”
I would say you should use text links for the languages in this case because the flag would not mean anything, correct?
- This reply was modified 9 years, 7 months ago by Dennis Ploetner.
Glad to read that!
Cheers,
Dennis.I’m sure that a better test would be something like: switch_to_blog() -> get_permalink() -> restore_current_blog()
But your info is quite interesting!
Forum: Plugins
In reply to: [Multisite Language Switcher] ENGLISH only in admin and blog languageYes, it might not very clear but in the current version it is like that. 😉
I have doubts … you have a subdirectory config, right? I’m not sure if this work perfectly with this domain mapping plugin. It seems to be a mapping problem since the Multisite Language Switcher uses get_permalinks() for all the links.
Ok, I use this plugin too because I have also some alias domains. The domain lloc.de, for example, is the primary domain for a specific site in the network and lloc.it is the primary domain for another site in the network. All other domains are mapped to a site with a specific blog_id but they are not primary.
If this is done just check if you have some redirection configured or if your hosting has a panel for domain configuration…
Forum: Plugins
In reply to: [Multisite Language Switcher] Entry links on multi site missing "blog" in URLHi,
did you already check the latest dev version? https://github.com/lloc/Multisite-Language-Switcher
Thanks and also sorry for the delay but I gave WordPress Milano 2016 all my attention in the last weeks.
I don’t know your setup. Do you use a plugin for domain mapping?
Hi, and sorry for the delay but I had a lot to do with the organisation for WordCamp Milano 2016.
I think you should check if you reference-user has access to all blogs. Sounds like you have an additional user for fr_FR.
Cheers,
Dennis.Forum: Plugins
In reply to: [Multisite Language Switcher] “This post is also available in…”No problem 😉