grossalexander
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: /home shows “coming soon”, other pages work fineThank You so much for the quick help. Option 1) was difficult, as I think my theme doesnt allow for changing the link. Option 2) worked nicely.
However, I found an option 3) by addinga.custom-logo-link { pointer-events: none; }as an additional CSS, so now the logo doesnt even have a link.
Best
Forum: Themes and Templates
In reply to: [islemag] Replace site title and tagline by imageI came up with a solution by simply adding
<a href="home" class="custom-logo-link" rel="home" itemprop="url"><img src="URL_TO_IMAGE" class="custom-logo" alt="TEXT" itemprop="logo" width="166" height="97"></a>after
<div class="col-md-3 col-sm-3 col-xs-12 navbar-brand">in the theme’s header.php
Is this the only option?
Forum: Plugins
In reply to: [Multisite Language Switcher] "This post is also availabe in de_DE"🙂 Not bad and somehow correct.
Anyway, how/where can I set, what IS in this place?
Why is the flag not working?
Where can I write what should be written there (e.g. “german”)I know, in the new version the position can be controlled using the msls_filter_string in the themes function.php. However, I dont know how? I can adjust the text, but how to adjust the position?
Best
Alex