Dennis Ploetner
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Language Switcher] Connecting all pages quicklyThe mals-importer needs clearly some modifications. That’s why I said it is a starting-point.
Forum: Plugins
In reply to: [Multisite Language Switcher] Custom Posts and TaxonomiesOK perfect! Thanks for sharing.
The
blog-slug comes with the multisite feature and should not be forced by the Multisite Language Switcher plugin.Does this post help you? -> https://herbmiller.me/how-to-removing-blog-from-wordpress-multi-site-permalink-structure/
Forum: Plugins
In reply to: [Multisite Language Switcher] Custom Posts and TaxonomiesHello and thanks for your message. I’m not sure. Can you provide some screenshot?
Forum: Plugins
In reply to: [Multisite Language Switcher] Problem with SubFolder installThank you! Also for pointing that out. Keep us posted, please!
- This reply was modified 2 years, 7 months ago by Dennis Ploetner.
Forum: Plugins
In reply to: [Multisite Language Switcher] Problem with SubFolder installIt should be possible. MSLS stores the id of the linked contents and not their path.
I can imagine a problem with the permalinks. Are they permalinks flushed? Often, visiting the permalinks settings (which flushes them automatically) is enough…
Forum: Plugins
In reply to: [Multisite Language Switcher] Selection of translated pages is brokenI could reproduce this behaviour. Version 2.6.2 has been deployed. It contains a modification in the plugin’s CSS.
Forum: Plugins
In reply to: [Multisite Language Switcher] Selection of translated pages is brokenThanks for pointing this out, Arno! Probably any hierarchical post type is affected since those types use the WordPress function
wp_dropdown_pagesfor the select menus. I’m looking into it right now and will update you later here.OK, so we have good news! Thanks for pointing it out!
Is the last one a different website? Or is it the french Website?
Is the deactivation flag in the fr site maybe set?
Do the sites have different languages?
frhasfr_FRfor example?The configuration must be done for every blog. π
https://msls.co/user-docs/settings-in-the-administration-menu/
Yeah, how is your en site configured. Do these to sites have the same reference user?
- This reply was modified 2 years, 8 months ago by Dennis Ploetner.
Forum: Plugins
In reply to: [Multisite Language Switcher] Can’t switch between sitesThe plugin uses the user-info to get the sites tied together. Did you add a new admin user? In that case, you can set the Reference User: https://msls.co/user-docs/settings-in-the-administration-menu/#reference-user
Forum: Plugins
In reply to: [Multisite Language Switcher] Is there an easier way to Connecting post?Hello and thanks!
It depends on your setup. I guess, that it takes also a lot of server resources if you have that amount of pages.
I would activate the “autocomplete” option first. This brings up another input field that fits better your needs:https://msls.co/user-docs/settings-in-the-administration-menu/#advanced-settings
There would also be a way for developers to create connections in big amounts of posts. In the end, those are just post_meta entries with serialized arrays.