Dennis Ploetner
Forum Replies Created
-
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://ww.wp.xz.cn/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://ww.wp.xz.cn/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, 6 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).
Forum: Plugins
In reply to: [Multisite Language Switcher] Array of language + linkDid you activate the link to the current language in the dashboard?
Forum: Plugins
In reply to: [Multisite Language Switcher] Array of language + linkI guess that you can just use get_permalink without any parameters.
Forum: Plugins
In reply to: [Multisite Language Switcher] Array of language + linkIf you need the id of the linked object just try
$values = MslsOptions::create()->get_arr();To get an array of the linked pages:
$links = ( new MslsOutput() )->get( 0, true );