Dennis Ploetner
Forum Replies Created
-
The links seem the same π
No this is probably because of the plugin queries the users. I added a filter to the plugin so you can customize the user query. The version is on GitHub:
https://github.com/lloc/Multisite-Language-Switcher
Read on here: http://msls.co/developer-docs/hook-reference.html#msls-get-users
These are not queries but users … do you have 4813 users in your table?
Hello,
this is quite strange because the options of MSLS are loaded when WordPress requests all of those that are set to autoload (this is also true for the dashboard). Please, elaborate a bit and share some more info!
Cheers
Forum: Plugins
In reply to: [Multisite Language Switcher] Multisite & wplmsHello Daniel,
you can indeed do this with some line of code: http://msls.co/developer-docs/hook-reference.html#msls-options-get-permalink
Let me know if this was helpful or not.
Cheers!
Forum: Plugins
In reply to: [Multisite Language Switcher] Controlling where the flags show upGood to read that you solved your problem with the styling.
There is probably the option “Add hint for available translations” active. read on here:
https://msls.co/user-docs/plugin-configuration.html#add-hint-for-available-translations
Forum: Plugins
In reply to: [Multisite Language Switcher] Controlling where the flags show upDid you activate something else in the plugin’s settings?
Forum: Plugins
In reply to: [Multisite Language Switcher] Controlling where the flags show upYes, you can do that. I assume that you are using the widget or that you put some PHP code in a template, did you? Just remove that and use the addon for the menu. In my opinion, MslsMenu (https://it.ww.wp.xz.cn/plugins/mslsmenu/) is the better choice in your case and maybe the widget in the footer could also be a good idea.
Let me know if this was helpful or if you need more information.
Cheers,
DennisForum: Plugins
In reply to: [Multisite Language Switcher] Linking posts by codeHello,
thanks for your message.
Is there any pattern that could be used to decide which posts should be tied together?
For the request: Would you share some code to get the idea better?
Cheers,
DennisForum: Plugins
In reply to: [Multisite Language Switcher] Linking multisites in different languagesThere is probably a tipo in the last URL (I guess it is cn instead of en). If that’s true and site/en and site/cn are in the same multisite than yes.
Forum: Plugins
In reply to: [Multisite Language Switcher] slug translationSorry for the late answer! I was in vacation…
Yes, you can use the filters in your functions.php or a custom plugin. Did you try it?
Ok … Use my email address: [email protected]
Please, describe your setup a bit. I cannot help with some more info.
What exactly happens when you try to activate the language there? BTW The switcher should not do anything in “Settings > General”.
Forum: Plugins
In reply to: [MslsMenu] Cannot get a display in the menuI can get in touch with the guys from Jupiter X. I’ll link them this issue…
Forum: Plugins
In reply to: [Multisite Language Switcher] css for font typeWidgets have in the most cases a container (like a div or a section) that has a class “widget” and another class that depends on the specific widget. In this case “widget_mslswidget”. You should look out for this class in your HTML-code.