Dennis Ploetner
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Language Switcher] GutenbergThere is probably something wrong with your installation. Could you check, please, where the link to flags points to?
Additionally, it should update the meta-information in all sites that are connected. Please, check also if there is everything ok in the installations. Did you change something in the sites?
Cheers,
DennisForum: Plugins
In reply to: [Multisite Language Switcher] GutenbergHello,
did you also update the Multisite Language Switcher? The language hint at the end of the post should still work… let’s see if I can help.
Cheers,
DennisForum: Plugins
In reply to: [Multisite Language Switcher] Same post ID’s generate 404 LinksThe Switcher saves the IDs (not a link) of the pages in a post_meta. It will update all posts and the post_metas after a click on a save-button in the editor. The link will be built at runtime. That’s why I said it use get_permalink iterating of the sites.
Check, please…
1. Save that post
2. Deactivate the redirection
3. Check the generated linksForum: Plugins
In reply to: [Multisite Language Switcher] Same post ID’s generate 404 LinksThat’s a bit unlikely π … Every post should have it’s own ID in it’s site, there is no “configured” slug since this is a post (or page). Please go to the specific post and double check this!
Forum: Plugins
In reply to: [Multisite Language Switcher] Same post ID’s generate 404 LinksThe switcher uses core functions like get_permalink() to create the link. The redirection should remain like it is but the post’s slug should be corrected.
Forum: Plugins
In reply to: [Multisite Language Switcher] Same post ID’s generate 404 LinksIf I go to https://www.bonus.net/no/casino I see that there is a redirect to https://www.bonus.net/no/casino-bonus. Why is that? Is this a configured redirection? Or is this just a permalinks-issue?
Forum: Plugins
In reply to: [Multisite Language Switcher] deprecated constructorThat has nothing to do with the Multisite Language Switcher. You have problems with a plugin that had its last update 6 years ago: WP Native Dashboard
Forum: Plugins
In reply to: [Multisite Language Switcher] MSLS causing conflict with WP Media FolderThanks a lot, I will have a look on this very soon!
Forum: Plugins
In reply to: [Multisite Language Switcher] 500 error for pluginDescribe your environment a bit,.please. which version of the plugin is installed, whhich version of PHP is installed. What was the last action before you got the 500 error?
Forum: Plugins
In reply to: [Multisite Language Switcher] Custom HTML designYou can order by language or description. Is that what you’re looking for?
Forum: Plugins
In reply to: [Multisite Language Switcher] wpml migrator still working?To be honest I don’t know! Maybe you should ask there: https://wordpress.org/support/plugin/wpml2wpmsls/
Forum: Plugins
In reply to: [Multisite Language Switcher] Custom HTML designThank you. You probably want to have a look here: http://msls.co/developer-docs/hook-reference.html#msls-output-get-tags
The filter is “msls_output_get_tags”.
Cheers,
DennisForum: Plugins
In reply to: [Multisite Language Switcher] bigger flags alined with menuOK, very good … start by putting the flag in a
<li class="menu-item">(before the item) and</li>(after the item). Let’s see what this does!Forum: Plugins
In reply to: [Multisite Language Switcher] bigger flags alined with menuYou should probably use the addon MslsMenu.
You can have your own set of flags, put it in the theme-folder and set the path in the settings of the plugin. Read on here!
- This reply was modified 7 years, 5 months ago by Dennis Ploetner.
Forum: Plugins
In reply to: [Multisite Language Switcher] hreflang of pages (not the home page)Please, update to the current version. I’m quite sure that this will solv your problem.