Dennis Ploetner
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Language Switcher] No flags appearing in the dropdownI believe that a standard select-html-element cannot show any image in it. This approach might work with emojis. What is the created output like?
Thanks for pointing this out. I will test it and come back with a solution as soon as possible.
Thanks for pointing this out. I changed it also in the documentation at https://msls.co/. I hope this explains those options better:
DISPLAY LINK TO THE CURRENT LANGUAGE
This option allows the user of the plugin to choose whether or not to include a link to the current content in the output of the plugin. By default, this link is not included, but if the user selects this option, a link to the current content will be displayed. This could be particularly useful if the user wants to display a flag for the current language.
SHOW ONLY LINK WITH A TRANSLATION
When this option is enabled, the plugin will only display links to existing translations. If there is no translation available for the current content, no link will be displayed.
On the other hand, if this option is not selected, and there is no translation available, the plugin will display a link to the homepage of the website. This can be useful for directing users to the main page of the website, even if the content they were looking for is not available in their language.
Forum: Plugins
In reply to: [Multisite Language Switcher] Sitemap best practiceI use also Yoast SEO let it do the heavy lifting for me: https://msls.co/robots.txt
This website is in a multi-network with subdirectories where it makes sense to have the sitemaps bundled like so.
In a subdomain setup, you’ll see also canonical links in the pages. This is important to let Google know that the pages are related and translations but I do not go further and tie the pages in the sitemaps together.
- This reply was modified 3 years, 2 months ago by Dennis Ploetner.
- This reply was modified 3 years, 2 months ago by Dennis Ploetner.
Forum: Plugins
In reply to: [Multisite Language Switcher] Connect large amount of translated pagesJudging the code (without testing it right now, also it is 10 years old), it should show a management page. I will surely have a look into it the next days…
Forum: Plugins
In reply to: [Multisite Language Switcher] Connect large amount of translated pagesHey,
the Multisite Language Switcher uses the standard WordPress tables so I believe the backup part is more or less secure… that might be more interesting for later.
I worked in the past on something that might be useful for your case too. This is to adjust anyways but it illustrates how to deal with the options: https://github.com/lloc/msls-importerCheers!
Forum: Plugins
In reply to: [Multisite Language Switcher] links for paged categories or tagsOK, perfect. Github is a much better place for suggestions. ๐
Forum: Plugins
In reply to: [Multisite Language Switcher] links for paged categories or tagsI had no time to look into your problem. So, is it resolved? And how?
BTW The repository of this plugin is: https://github.com/lloc/Multisite-Language-Switcher.Forum: Plugins
In reply to: [Multisite Language Switcher] fatal error for ยซmsls_link_createยปThe class
MslsLinkneeds to be namespaced as\lloc\Msls\MslsLink. I just updated the documentation too.Forum: Plugins
In reply to: [Multisite Language Switcher] sitewide target language points to start pageHello, thanks for reaching out.
The pugin shows the link to the current language only if that option is set in the plugin’s configuration. Have a look here: https://msls.co/user-docs/settings-in-the-administration-menu/#main-settings
For tying the contents together: https://msls.co/user-docs/editing-association-of-contents/Let me know if this helps. ๐
Forum: Plugins
In reply to: [Multisite Language Switcher] Change text in language selectYes, you can put anything you like in the
descriptionfield.Forum: Reviews
In reply to: [Multisite Language Switcher] Awesome pluginThank you very much! ๐
This is quite unexpected behaviour of that part of the output. I can not reproduce it here.
You can suppress the output (as a patch) by placing a filter in your theme’s functions.php for example:add_filter( 'mlsl_output_get_alternate_links_arr', function () { return []; } );Is this a normal post or page?
I believe you should install the latest stable version so we can see how to address this properly.