Manteli
Forum Replies Created
-
I’m sad to tell you the update didn’t help. It still doesn’t work :/
Is there anything I could do for it? Do you need more info from my site or something?
Okay, great! I’m looking forward to it.
No, it didn’t help.
You may already know, but on ‘Polylines’ tab there is a polyline I’m not able to remove. I have already tried to reinstall the plugin, but it keeps the polyline there.
Here it is: screenshot
Done. It didn’t have any effect.
This may not have anything to do with the map problem, but when I “Save map” it shows “Saved” (FI: “Tallennettu”) on the top, strangely going behind the admin menu. See the screenshot.
Okay..
Yes, just give me the instructions please.
Forum: Themes and Templates
In reply to: [Pixova Lite] Issue with navigation bar and admin barThanks for helping!
That makes it work nicely every where else, but when scrolled to the to the top, admin bar comes over the header-wrap.
Forum: Themes and Templates
In reply to: Fixed navigation bar doesn't work with admin barI found out that it has nothing to do with my mobile menu (@media only screen and (max-width: 640px)). The problem comes after admin bar‘s break point at media screen and (max-width: 600px). It seems to be WordPress’s feature that admin-bar is static with screen-widths 600px or smaller. However I didn’t manage to fix the issue it causes for my navigation bar.
Forum: Themes and Templates
In reply to: Fixed navigation bar doesn't work with admin barThis is a bit off-topic, but because it’s also related to the admin bar and the same theme I’m working on, I guess it’s fine here.
My theme also has a mobile navigation for smaller screens and it’s working perfectly, but for some reason admin-bar is not fixed anymore when I resize my browser window to smaller than 640px. It is still there and working, but it doesn’t stick to the top of the window, instead it goes off the window when I scroll down.
I had this issue earlier, so
<body <?php body_class(); ?>>did not cause it. I tried to comment out/remove@media only screen and (max-width: 640px)-block, but it didn’t solve the problem.@media only screen and (max-width: 640px) { h1 { font-size: 42px; } p#subhead { font-size: 26px; } nav li.menu-icon, nav.responsive li.menu-close { display: inline-block; padding-top: 12px; padding-bottom: 10px; } nav li, nav.responsive li.menu-icon { display: none; } nav.responsive li:not(.menu-icon) { display: block; background: #455A64; } nav.responsive li:hover:not(.menu-close) { background: #FF9800; } }Note that it works (is still ‘fixed’) between
max-width: 782px(where the admin bar becomes bigger) andmax-width: 640px(where the mobile menu begins).Thank you for help!
Forum: Themes and Templates
In reply to: Fixed navigation bar doesn't work with admin barThanks stephencottontail!
<body <?php body_class(); ?>>That solved the problem.Forum: Themes and Templates
In reply to: Theme customizer live preview not workingMy bad. Forgot to disable one of the plugins. Problem was with Polylang. I updated it to dev version. Now the customizer works fine.
Forum: Plugins
In reply to: [Polylang] theme independent polylang – customizer issueI guess this will solve my problem as well. One question: how do I update the plugin to dev version? Just replace old wp-content/plugins/polyglang folder with new? Is it going to overwrite my current polylang settings? Thank you very much?
Forum: Themes and Templates
In reply to: Theme customizer live preview not workingWP & browser cache purged. Didn’t solve the problem.