Dennis Ploetner
Forum Replies Created
-
I’m not sure. Maybe I can help if you can give me some additional info. Could you describe your setup, please?
Forum: Reviews
In reply to: [Multisite Language Switcher] Not WorkingWould you mind to be more explicit?
Forum: Plugins
In reply to: [Multisite Language Switcher] Language indicators other than flagsYou can use any combination of just flags, flags and description or just description (which fits probably your needs).
Forum: Plugins
In reply to: [Multisite Language Switcher] Blog language can’t handle fr-FR vs fr-CASorry for letting you wait here. There is a filter for the “hreflang” ‘msls_head_hreflang’. So you could just define your filter like
add_filter( 'msls_head_hreflang', function ( $lang ) { return $lang; } );- This reply was modified 8 years, 5 months ago by Dennis Ploetner.
- This reply was modified 8 years, 5 months ago by Dennis Ploetner.
- This reply was modified 8 years, 5 months ago by Dennis Ploetner.
Forum: Plugins
In reply to: [Multisite Language Switcher] The switcher implemention to a themeYes, it is..
<?php the_msls(); ?>. There are some other examples in the FAQ too 🙂Forum: Plugins
In reply to: [Multisite Language Switcher] Custom description in multilanguage switcherGlad, I could help! 🙂
Forum: Plugins
In reply to: [Multisite Language Switcher] Custom description in multilanguage switcherYes, could you give me an example what the exact should look like (as HTML would be just fine)?
Forum: Plugins
In reply to: [Multisite Language Switcher] Get the associated post… or if you need all linked item IDs:
$mslsOption = new MslsOptions(); $linked_posts = $mslsOption->get_arr();Forum: Plugins
In reply to: [Multisite Language Switcher] Get the associated postHey,
there is a magic __get that should give you that:
$mslsOption = new MslsOptions(); $linked_post = $mslsOption->fr_FR;Forum: Plugins
In reply to: [Multisite Language Switcher] Hreflang problem!I tried to understand if there is a problem but I can’t even repeat this. Three sites with totally different configuration don’t have this problem: lloc.de, freely.de and motork.io to give you these examples.
What I don’t get, is: Why does one of your screens have Russian output in the English part of the website?
- This reply was modified 8 years, 6 months ago by Dennis Ploetner.
- This reply was modified 8 years, 6 months ago by Dennis Ploetner.
Forum: Plugins
In reply to: [Multisite Language Switcher] Hreflang problem!I need to know how you set the options for the plugin.
Forum: Plugins
In reply to: [Multisite Language Switcher] Hreflang problem!Hmm … I have for example a page http://lloc.it/chi-sono that references itself.
<link rel="alternate" hreflang="de" href="http://lloc.de/about" title="Deutsch" /> <link rel="alternate" hreflang="it" href="http://lloc.it/chi-sono" title="Italiano" />It should work if the pages are correctly tied together. Could you give me an example where this is the case?
- This reply was modified 8 years, 6 months ago by Dennis Ploetner.
- This reply was modified 8 years, 6 months ago by Dennis Ploetner.
Forum: Reviews
In reply to: [Multisite Language Switcher] Not Working in ver 4.8.2Interesting … why is that?
Forum: Plugins
In reply to: [Multisite Language Switcher] this plugin not working with Version 4.8.2Please, describe in detail (screenshots are also welcome) what you made and what you expected.
Forum: Plugins
In reply to: [Multisite Language Switcher] Automatic Post Match by TitleInteresting feature … I will see what I can do here. What about a feature request at Github. I planned some session during the weekend. 😉