Dennis Ploetner
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Language Switcher] After last updateYou have probably MslsMenu installed. The problem was how the addon called the options page. I could correct this in MSLS directly.
You can set the user language for every user (that’s why I removed it from the plugin). There is just one cave-eat: You should not go to the permalinks-section to not to refresh them with the language of the user.
Forum: Plugins
In reply to: [Multisite Language Switcher] Replacement for msls_head() in version 2.0Is this a page?
Forum: Plugins
In reply to: [Multisite Language Switcher] css class of widget output wrong?OK, try the new release! 😉
Forum: Plugins
In reply to: [Multisite Language Switcher] css class of widget output wrong?Yes, you are right… I will correct it asap.
Forum: Plugins
In reply to: [Multisite Language Switcher] After last updateThanks for the message I will check this right away and let you know very soon.
- This reply was modified 7 years, 9 months ago by Dennis Ploetner.
Yes, that was a bigger one and hopefully, there will be no show-breaker anymore.
MslsSelect should not be a problem. I send some fixes online. Please check it!
Ok, I will check this but I need more information. Do you use an add-on or customized code in your functions.php?
Forum: Plugins
In reply to: [Multisite Language Switcher] Replacement for msls_head() in version 2.0You can still use these Classes with their namespaces …
$options = lloc\Msls\MslsOptions::instance(); \\ the options instance $options = lloc\Msls\MslsOptions::create(); \\ the options factory $collection = lloc\Msls\MslsBlogCollection::instance(); \\ the blog collection instance- This reply was modified 7 years, 9 months ago by Dennis Ploetner.
Forum: Plugins
In reply to: [Multisite Language Switcher] Replacement for msls_head() in version 2.0OK, I’m working on it. In the meanwhile … please check if your theme calls
wp_head();in header.php.Forum: Plugins
In reply to: [Multisite Language Switcher] Replacement for msls_head() in version 2.0msls_head()was a filter function for the WordPress hookwp_head. I guess functions like that are not to use directly. I will check this anyway!Forum: Plugins
In reply to: [Multisite Language Switcher] WP 5+ / Gutenberg Support CompatibilityMultisite Language Switcher 2.0 is online 😉
Forum: Plugins
In reply to: [Multisite Language Switcher] Can i use subfolders ?Yes, this would also work with the subfolder configuration in a multisite.
I’m not sure regarding the value for SEO. Personally, I use domains… read on here: https://searchengineland.com/the-ultimate-guide-to-multilingual-and-multiregional-seo-157838
I’m sure that it could be easy as backup the site, configure the site for subdirectories and check if you linked your contents with the complete URL.
Maybe there are links from other sites to your site’s content?
Yes, I inserted this filter in the version on GitHub that I wanted to deploy this weekend -> https://github.com/lloc/Multisite-Language-Switcher
Forum: Plugins
In reply to: [Multisite Language Switcher] Problem with unsecure contentYes, I suppose it is. Do you need some WordPress expert near your location?
Maybe I know somebody… would you like to be contacted by another theme developer?