Dennis Ploetner
Forum Replies Created
-
Thanks a lot!
Cheers!
Ok, I see. Your problem is probably that you cannot guarantee (even if you would be able to align the existing content) equal ids for future content. I guess, that this is a bit out of the scope of the plugin.
Is this for performance issues?
Forum: Plugins
In reply to: [Multisite Language Switcher] x-default hreflangThere is – at least at the moment – no separate filter or option that could help to define the x-default. A workaround in your case is the mentioned wp_head-filter:
add_action( 'wp_head', function() { echo '<link rel=”alternate” href=”http://example.com/goofy” hreflang=”x-default” />', PHP_EOL; } );Are those categories tied together … using the functionality in the admin dashboard? If so, there should be no problem to get the stored connection.
What do you get if you pass the locale to the API function get_msls_permalink?
Read on also here: http://msls.co/user-docs/integration-website.html#using-the-api
Forum: Plugins
In reply to: [Multisite Language Switcher] x-default hreflangThe primary site is not part of the blog-collection, right? There is just the WordPress-way via hook:
add_action( 'wp_head', function() { echo '<link rel=”alternate” href=”http://example.com/” hreflang=”x-default” />', PHP_EOL; } );Forum: Plugins
In reply to: [Multisite Language Switcher] Error with OxygenAh, ok … so let’s watch the ticket that you created (or help there).
Forum: Plugins
In reply to: [Multisite Language Switcher] Error with OxygenInteresting … I had to change something 3 months ago. It had to do with the namespace and the id so I inserted the id_base “mslswidget”.
And you say, the widget is saved like that even if you remove and re-add it?
Thanks for this nice debug!
Forum: Plugins
In reply to: [MslsMenu] Hide menu-item when no translation is availableInteresting idea! Right now, it is not possible but I probably could add this functionality to this add-on.
Forum: Plugins
In reply to: [Multisite Language Switcher] Can I have flags like a select?Interesting solution. I know another one: https://drivek.co.uk (in the footer).
Basically, it uses you can get_msls_flag_url(), get_msls_blog_description() and get_msls_permalink() to create the link to the current installation and opens a layer with the list of the translations (created with the_msls())after a click on it.
But I don’t know much about the CSS part here…
Forum: Reviews
In reply to: [Multisite Language Switcher] not workingDid you waste your time with it?
Please, elaborate a bit! Do you have a multisite up and running? Do you have the latest version running? Do you have at least PHP 5.6? Do you see any error-messages during the installation?
Forum: Plugins
In reply to: [MslsMenu] Not working after plugin update since WP5Hi,
you must update also the Multisite Language Switcher in order to get the MslsMenu addon to work. Is the switcher updated?
Forum: Plugins
In reply to: [Multisite Language Switcher] Unable to edit content on my /fr multisitePlease, deactivate the plugin and tell if that changes. I cannot imagine why MSLS could create a szenario like this.
Forum: Plugins
In reply to: [Multisite Language Switcher] Unable to edit content on my /fr multisiteThe settings a quite standard. What post-type creates the problem that you described?
Forum: Plugins
In reply to: [Multisite Language Switcher] Unable to edit content on my /fr multisiteYes, of course… Mail to [email protected], please!