Dennis Ploetner
Forum Replies Created
-
Forum: Reviews
In reply to: [MslsMenu] A bit difficult to setup, but works great.I cannot find any question from you in the support forum.
Forum: Plugins
In reply to: [Multisite Language Switcher] Problem with MSLS and Custom Post Type Links?Just send me the details via email: [email protected]
Forum: Plugins
In reply to: [Multisite Language Switcher] Problem with MSLS and Custom Post Type Links?Yes, this is probably the best idea.
Forum: Plugins
In reply to: [Multisite Language Switcher] Problem with MSLS and Custom Post Type Links?It’s hard to understand what’s going on there. I should see at least the definition of the custom post type or everything that is useful for having a chance to replicate the problem.
Forum: Plugins
In reply to: [Multisite Language Switcher] Problem with MSLS and Custom Post Type Links?Would you please explain what you mean with “broken”? Just describe it with a relative link if you prefer… Setting a link in one language should set the other language(s) automatically so this is indeed strange.
Forum: Plugins
In reply to: [MslsMenu] CompatibilityPlease check this page here: https://codex.ww.wp.xz.cn/Navigation_Menus It explains what I mean. Feel free to come back here if you have any questions.
Forum: Plugins
In reply to: [Multisite Language Switcher] Links not workingI see. Even if I write http://elacin.com/nl/elacin-music/muzikanten-over-gehoorbescherming/ directly as an address in the browser it redirects me to http://elacin.com/nl/blog/elacin-music/muzikanten-over-gehoorbescherming/. Are these 3 separate installations or is there any redirect rule active.
Forum: Plugins
In reply to: [Multisite Language Switcher] No option to uninstall/disable pluginThe Multisite Language Switcher works only in a WordPress multisite. That’s the one and only difference to a “normal” plugin. After deactivating it, you should be able to deinstall it … but in /wp-admin/network/plugins.php of course (this is valid for all plugins in a multisite).
Forum: Plugins
In reply to: [Multisite Language Switcher] "Menu Settings" section missingCool! Nice that it is resolved now!
Forum: Plugins
In reply to: [Multisite Language Switcher] Page mapping add a new wesiteHello,
please check if you set everything in the plugin options … also the reference user if you have more than one user in this blog.
Forum: Plugins
In reply to: [Multisite Language Switcher] Links not workingIt seems you have a ‘blog’-slug for your posts. Could you check this?
Forum: Plugins
In reply to: [Multisite Language Switcher] Domain mapping to non wp domainYou can use the subdirectory or subdomain-configuration (including the mapping option).
Forum: Plugins
In reply to: [Multisite Language Switcher] Display in a drop-down menuYes, you can use code like that in your theme files. You have at least 2 options if you use a theme without a child: Modify the functions.php of the parent-theme (with the risk to loose the changes during the next theme-update) or use custom plugin.
Cheers,
Dennis.There are a lot of possibilities. As I wrote in the installation part of the readme.txt you can
- use the widget
- use the shortcode [sc_msls]
- use a content_filter which displays a hint to the user if a translation is available
- optionally you can place the code
<?php if ( function_exists( 'the_msls' ) ) the_msls(); ?>directly in your theme files
You may also check out these two add-ons:
Cheers,
Dennis.Forum: Plugins
In reply to: [Multisite Language Switcher] Issue between shop pages from different sitesI gave you a solution for the current version of the plugin. Feel free to use things like remove_filter. 😉