Dennis Ploetner
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Language Switcher] Same post ID’s generate 404 LinksThat’s a bit unlikely 😉 … Every post should have it’s own ID in it’s site, there is no “configured” slug since this is a post (or page). Please go to the specific post and double check this!
Forum: Plugins
In reply to: [Multisite Language Switcher] Same post ID’s generate 404 LinksThe switcher uses core functions like get_permalink() to create the link. The redirection should remain like it is but the post’s slug should be corrected.
Forum: Plugins
In reply to: [Multisite Language Switcher] Same post ID’s generate 404 LinksIf I go to https://www.bonus.net/no/casino I see that there is a redirect to https://www.bonus.net/no/casino-bonus. Why is that? Is this a configured redirection? Or is this just a permalinks-issue?
Forum: Plugins
In reply to: [Multisite Language Switcher] deprecated constructorThat has nothing to do with the Multisite Language Switcher. You have problems with a plugin that had its last update 6 years ago: WP Native Dashboard
Forum: Plugins
In reply to: [Multisite Language Switcher] MSLS causing conflict with WP Media FolderThanks a lot, I will have a look on this very soon!
Forum: Plugins
In reply to: [Multisite Language Switcher] 500 error for pluginDescribe your environment a bit,.please. which version of the plugin is installed, whhich version of PHP is installed. What was the last action before you got the 500 error?
Forum: Plugins
In reply to: [Multisite Language Switcher] Custom HTML designYou can order by language or description. Is that what you’re looking for?
Forum: Plugins
In reply to: [Multisite Language Switcher] wpml migrator still working?To be honest I don’t know! Maybe you should ask there: https://ww.wp.xz.cn/support/plugin/wpml2wpmsls/
Forum: Plugins
In reply to: [Multisite Language Switcher] Custom HTML designThank you. You probably want to have a look here: http://msls.co/developer-docs/hook-reference.html#msls-output-get-tags
The filter is “msls_output_get_tags”.
Cheers,
DennisForum: Plugins
In reply to: [Multisite Language Switcher] bigger flags alined with menuOK, very good … start by putting the flag in a
<li class="menu-item">(before the item) and</li>(after the item). Let’s see what this does!Forum: Plugins
In reply to: [Multisite Language Switcher] bigger flags alined with menuYou should probably use the addon MslsMenu.
You can have your own set of flags, put it in the theme-folder and set the path in the settings of the plugin. Read on here!
- This reply was modified 7 years, 2 months ago by Dennis Ploetner.
Forum: Plugins
In reply to: [Multisite Language Switcher] hreflang of pages (not the home page)Please, update to the current version. I’m quite sure that this will solv your problem.
Forum: Plugins
In reply to: [Multisite Language Switcher] hreflang of pages (not the home page)Yes, use my mail: [email protected]
Do you have the latest version of MSLS?
Forum: Plugins
In reply to: [Multisite Language Switcher] hreflang of pages (not the home page)Yes, of course … it should already be like that. Are those pages tied together?
Here an example from my site:
<link rel="alternate" hreflang="de" href="https://lloc.de/msls" title="Deutsch"/> <link rel="alternate" hreflang="it" href="https://lloc.it/multisite-language-switcher" title="Italiano"/>Forum: Plugins
In reply to: [Multisite Language Switcher] slug translationI can probably work on it tomorrow (during the contributor day of WordCamp Torino). Thanks for the heads-up!