Dennis Ploetner
Forum Replies Created
-
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. 😉
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 links