Dennis Ploetner
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Language Switcher] Problem with unsecure contentI had a look at your site and it seems that the switcher links your pages with https … so it seems no problem. Do you have any images in your content that you linked with http maybe?
I looked the code a bit and tried to remember why this is working like that.
I remember that there was somebody complaining in the past that there was that strange behaviour in case you activate the options as you did and there was no output at all. I added now a filter to set that message.
So you can do something like this in the next version:
add_filter( 'msls_widget_alternative_content', function( $str ) { return ''; } );Forum: Plugins
In reply to: [Multisite Language Switcher] Settings only for Network AdminsThe filter is in the version on Github…
Regarding the “msls_admin_validate”-filter: That was for the old language setting in the wp-admin. I removed that in the last version.
You need to set up the plugin in the Bulgarian and the English Website. You will then see a metabox that gives you the possibility to link your contents.
Read one here: http://msls.co/install-config-and-use/
Forum: Plugins
In reply to: [Multisite Language Switcher] Problem with unsecure contentHello,
I would like to help but I don’t get what I can do for you. Is the plugin not linking your contents with the https scheme?
Hello,
did you check this option in every site?
Cheers,
DennisForum: Plugins
In reply to: [Multisite Language Switcher] MiniwidgetForum: Plugins
In reply to: [Multisite Language Switcher] MiniwidgetDid you ever try the menu add-on? https://wordpress.org/support/plugin/mslsmenu/
Let me know!
Forum: Plugins
In reply to: [Multisite Language Switcher] MiniwidgetI receive mails whenever somebody posts a questions. I did not need this one.
MSLS comes.with a shortcode and a widget. It has also an integration for the NavMenu via an add-on … What do you need?
Forum: Plugins
In reply to: [MslsMenu] Drop-down MenuThere is another addon for html-selects: https://wordpress.org/plugins/mslsselect/
Cheers,
DennisIt depends … you could consider the filter ‘msls_output_get’.
/** * Returns HTML-link for an item of the output-arr * @since 0.9.8 * * @param string $url * @param MslsLink $link * @param bool current */ $arr[] = ( string ) apply_filters( 'msls_output_get', $url, $link, $current );- This reply was modified 7 years, 9 months ago by Dennis Ploetner.
Forum: Plugins
In reply to: [Multisite Language Switcher] WP 5+ / Gutenberg Support CompatibilityVersion 2 of the Multisite Language Switcher is ready on Github. There are some minor bugfixes but it will be ready for Gutenberg.
Forum: Plugins
In reply to: [Multisite Language Switcher] Do I really need a multisite?I don’t know how to search for multilingual plugins but you could – if you want to use a single site only – start with Polylang which has 400000+ active installations; the plugin that you mentioned has only 10.
Forum: Plugins
In reply to: [Multisite Language Switcher] Do I really need a multisite?I got your first questions wrong. I thought that you asked if you could do it without a multisite (and without the Multisite Language Switcher).
You have to have a multisite if you want to use the Multisite Language Switcher.
There are other multilingual plugins that work with single sites only.
Forum: Plugins
In reply to: [Multisite Language Switcher] Do I really need a multisite?You can do that too. I’m sure there is no problem to link small sites together (don’t forget canonical links).