Dennis Ploetner
Forum Replies Created
-
What exactly happens when you try to activate the language there? BTW The switcher should not do anything in “Settings > General”.
Forum: Plugins
In reply to: [MslsMenu] Cannot get a display in the menuI can get in touch with the guys from Jupiter X. I’ll link them this issue…
Forum: Plugins
In reply to: [Multisite Language Switcher] css for font typeWidgets have in the most cases a container (like a div or a section) that has a class “widget” and another class that depends on the specific widget. In this case “widget_mslswidget”. You should look out for this class in your HTML-code.
Forum: Plugins
In reply to: [MslsMenu] Plugin works for every page except for the homeAre those 2 homes pages configured as homepage in /wp-admin/options-reading.php?
Forum: Plugins
In reply to: [Multisite Language Switcher] css for font typeThis depends a bit on how you configured the plugin. With a div (that has its own class) around it?
Forum: Plugins
In reply to: [Multisite Language Switcher] Hebrew supportThe plug-in is not translated into Hebrew but you could use the plug-in anyway because it would just show English strings in the back end.
Forum: Plugins
In reply to: [Multisite Language Switcher] change hover color of the language lettersSorry, there is a dot missing:
.elementor-widget-container a:hover { color: #333; }Forum: Plugins
In reply to: [Multisite Language Switcher] change hover color of the language lettersI would insert something like
elementor-widget-container a:hover { color: #333; }in the style.css. Does this help you?
Forum: Plugins
In reply to: [Multisite Language Switcher] change hover color of the language lettersDo you want it blue when you hover over this link? The CSS is probably (because I cannot see anything but the splash-page on your website) like this:
`li.msls-menu a:hover {
color: blue;
}
`Please update your PHP version.
Forum: Plugins
In reply to: [Multisite Language Switcher] How to add the hreflang in the header?No problem π
Forum: Plugins
In reply to: [Multisite Language Switcher] How to add the hreflang in the header?The plugin should do that out-of-the-box. Do you need just to have the wp_head() -call in your header.
Cheers,
DennisWhat exactly did you do? Please, elaborate!
Forum: Plugins
In reply to: [Multisite Language Switcher] WooCommerce compatibilityOK, sounds good. Let me know!
Forum: Plugins
In reply to: [Multisite Language Switcher] WooCommerce compatibilityThere are probably still some things that are not my highest priorities. This is also because I don’t use WooCommerce that much and I don’t test against it. This could – of course – change with some help. π