Artur - wildweblab.com
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Mosaic] missing resize.pngHi,
Just remove this class, it shouldn’t be there.
It will be removed in the next release.Forum: Themes and Templates
In reply to: [Mosaic] Select a page – and nothing moreTheme is translation ready, it should work fine.
Forum: Themes and Templates
In reply to: [Mosaic] Select a page – and nothing moreSettings are kept in the database. Don’t worry about that. If you need you can always reset them in the theme options panel.
Forum: Themes and Templates
In reply to: [Mosaic] Select a page – and nothing moreThose two thing aren’t related.
Something is affecting function which generates html code for mobile menu.
Make sure you have the latest version of WordPress and theme.
Next try to temporary disable all plugins to see if that’s the cause of the problem.
Forum: Themes and Templates
In reply to: [Mosaic] Menu Bar Colorbody {} is just an example, it doesn’t do anything.
I’ve tested this code, it should work.
First make sure you saved options after pasting the code.
Next if you are using a caching plugin, always clear cache after changing theme options.If this doesn’t help send me an email with the URL to your website or post it here, I’ll take a look and try to find what is wrong.
Forum: Themes and Templates
In reply to: [Mosaic] Menu Bar ColorTo achieve this you’ll have to write some CSS code.
For example the code below will remove shadow and make the menu bar white.#navigation { background: #fff; box-shadow: none; } #navigation ul li a:hover { background: #fff; }You can paste it to the Appearance > Theme Options > Styling > Custom CSS box.
Forum: Themes and Templates
In reply to: [Mosaic] Header Meta TagYes, that’s correct.
Forum: Themes and Templates
In reply to: [Mosaic] How to Widen ThemeHi,
It’s hard to do without breaking responsiveness of the theme.
You can try to change width of the .container and #content and see what happens.