Dennis Ploetner
Forum Replies Created
-
Hello @cloutsca,
that’s interesting and it means that – because it works in your case – that there can be a situation when
is_categoryoris_tagneeds explicitly the ID of the queried object.@mattce is_category( $id ) should work for a category. It would mean that the WordPress API is not working here, what seems less probable. Please, describe your setup.
Cheers,
DennisForum: Plugins
In reply to: [Multisite Language Switcher] Gutenberg and Php 7.2I run my website with PHP 7.2.13 and WordPress 5.0.1 without any problem. π
Version 2 has namespaces classes … lloc\Msls\BlogCollection for example.
There are also 2 addons that could be interestingfor you: MslsMenu and MslsSekect
Forum: Plugins
In reply to: [Multisite Language Switcher] Update from MSLS 1.1 to 2.0.2 broken?No problem π … Thanks for your help!
Forum: Plugins
In reply to: [Multisite Language Switcher] Update from MSLS 1.1 to 2.0.2 broken?Please, check the set method in MslsOptions. There is the interesting part…
Forum: Plugins
In reply to: [Multisite Language Switcher] Can i use subfolders ?Yes, you will have different dashboards also in this case. π
Forum: Plugins
In reply to: [Multisite Language Switcher] Menu entry issueSorry but it seems to be a problem where I cannot help.
- This reply was modified 7 years, 6 months ago by Dennis Ploetner.
Forum: Plugins
In reply to: [Multisite Language Switcher] Menu entry issueThis is a problem in the WordPress admin. Do you have no network admin account?
Forum: Plugins
In reply to: [Multisite Language Switcher] Menu entry issueThere should be a menu section “Design > MenΓΌs” under /wp-admin/nav-menus.php of the German website.
Did you have the chance to test the latest version (v2.0.3)?
Forum: Plugins
In reply to: [Multisite Language Switcher] Replacement for msls_head() in version 2.0Thanks for your help!!
Forum: Plugins
In reply to: [Multisite Language Switcher] Can you add a shortcode to display the widget?Yes, I can do this. This will probably be added in v2.1.
Forum: Reviews
In reply to: [Multisite Language Switcher] Disaster, why?Version 2.0.3 will look for the keys “us” or “en” and copy the values to “en_US” before it starts to use them. So there will be nothing to do.
Forum: Plugins
In reply to: [Multisite Language Switcher] Replacement for msls_head() in version 2.0I hopefully find a solution to this problem. Version 2.0.3 will be available very soon.
It is already available at Github: https://github.com/lloc/Multisite-Language-Switcher
Forum: Plugins
In reply to: [Multisite Language Switcher] Update from MSLS 1.1 to 2.0.2 broken?Hey, Arno … I send version 2.0.3 to the Github repository. It will copy the keys “en” or “us” to “en_US” in case these values are present.
This should resolve the issue. I will test it and publish it soon in the SVN at ww.wp.xz.cn.
Let me know!