Dennis Ploetner
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Language Switcher] Woocommerce supportI’m taken with the tests of the upcoming version 1.2 and some interesting pull requests. I’m not sure if we resolved this completely but you could help if you have a test environment: https://github.com/lloc/Multisite-Language-Switcher/releases/download/v1.2/multisite-language-switcher.zip
I’m sorry but in that case using my plugin wouldn’t be successful. But there are other plugins like Polylang for example…
But your website is a Multisite with different languages for each site?
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, 9 months ago by Dennis Ploetner.
- This reply was modified 8 years, 9 months ago by Dennis Ploetner.
- This reply was modified 8 years, 9 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, 9 months ago by Dennis Ploetner.
- This reply was modified 8 years, 9 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, 10 months ago by Dennis Ploetner.
- This reply was modified 8 years, 10 months ago by Dennis Ploetner.