maucheronline
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Language Switcher] Language Switcher Gone for one SubsiteHey… we fixed it. We had the user deleted before resetting the new refrence user. Re-adding it and then re-assigning the user as reference user fixed the issue.
Thank you!
Forum: Plugins
In reply to: [Multisite Language Switcher] Language Switcher Gone for one SubsiteHi,
no, all subsites have the very same reference user 🙁
Any other hints?Best,
Davidanyone?
Forum: Themes and Templates
In reply to: Why does my website look different on different browsers?your
<header>has no margin-left nor margin-right while your<div id="content">hasmargin: auto;There seems to be inline CSS, overwriting themargin: auto;. If you have removed the inline styles and it still doesn’t work, you can try to put this at the very end of your style.css:#header { margin-left: auto !important; margin-right: auto !important; }But make sure to have a copy of your style.css before doing any changes.
You can simulate the different browser behaviour changing the zoom level of your browser. This will cause the
<header>sliding to the left while the rest of your content is automatically centered in the middle. So according to me its not a browser dependent problem but a problem with your CSS.Forum: Fixing WordPress
In reply to: I cant' select an image for my background sitehttps://css-tricks.com/perfect-full-page-background-image/
If you’re not familiar with this I’d recommend not to change anything in your style.css. Do you work with a child theme?
Forum: Fixing WordPress
In reply to: Redirect necessary after changing Homepage name?No, you won’t. Just change the name in the design/menu section. As long as you don’t change the permalink when editing your frontpage, nothing will change – except the label on your website.
Forum: Fixing WordPress
In reply to: I cant' select an image for my background siteDo you mean a background image as a site background? This would be simple with some CSS code.
Forum: Installing WordPress
In reply to: Installing WordPress for second websiteAdditionally, if you want to duplicate your first website, you can easily use plugins like ‘duplicator’ etc.