Hazlo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twelve] Mobile Menu doesn't workI’d also like to thank Junior 466 for his helpful advice.
I opened a topic in “Trouble Shooting” but without success, until I found the working solution here.
Thx again!Forum: Fixing WordPress
In reply to: Navigation Links not working on Mobile DevicesHello,
Just fixed it!
The solution is given here by Junior466. Thanks to him!
It worked for me.Forum: Fixing WordPress
In reply to: Navigation Links not working on Mobile DevicesHi again,
After checking the plugins (disabling) and different themes it looks like the issue comes from my child theme since the parent theme (twentytwelve) works fine with the menus.
But now I wonder what could cause the trouble within the child theme codes.
By the way, I forgot to precise that everything was working fine a few days ago. Could it be after the update to WP 4.0?
Any advice?
ThxForum: Plugins
In reply to: [Autoptimize] Should caches be disallowed with a robots.text?Thanks for answering Frank. I get it better now.
Best.Forum: Plugins
In reply to: [Autoptimize] Excluded Scripts don't work in Some BrowsersHi Frank,
I could finally fix it by enabling the YUI compression box.
I still have no idea why, but the Plugin works properly now. That’s the most important.
Thanks again for your work with Autoptimize.Forum: Plugins
In reply to: [Autoptimize] Excluded Scripts don't work in Some BrowsersThanks Frank for answering. I’ll go on digging that way. But till now I found nothing with the console. If I cannot fix it, I’ll maybe look for another contact form. I’ll let you know.
Best.Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Font Color for sub-menu itemsHello,
Here is what I have for the sub-menus.main-navigation li ul li a {
background: none repeat scroll 0 0 #XXXXXX;
border-top: 1px solid #XXXXXX;
border-bottom: 0px;
text-align: left;
}(Change the hexa color from XXXXXX to yours.
Adding a border helps if you feel like getting the sub-menus separated from one another.)And then when you hover over the sub-menu :
.main-navigation li ul li a:hover {
color: #XXXXXX;
background: #XXXXXX;
text-align: left;
}(The line “color” is for hovering over the font)
Those codes work good for me. Hope they’ll work the same for you.Forum: Themes and Templates
In reply to: [Theme Twenty twelve] How to remove border from pagesThanks a lot Paul.
It is exactly what I needed and was unable to figure out.
I can just pronounce the well worn sentence : “it worked like a charm!”
Thanks again.Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Font Color for sub-menu itemsI could fix it now with changing the dropdown menu background color.
But I still cannot change the font color (only for the dropdown menu fonts).
If you have another path to follow it’d be great.
But it’s not a great hurry anymore!Thanks again to all for your help here.
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Font Color for sub-menu itemsThx Andrew for answering so fast.
The code you gave helps.
But only when hovering above the Dropdown menu.
As long as I stay above the main menu the fonts of the dropdown menu stay quite invisible.
Another one from your magic box maybe?
ThxForum: Themes and Templates
In reply to: [Theme: Twenty Twelve] : Changing Site Title ColorFinally I could resolve the issue with a plugin named Custom CSS Manager.
The code I get through Firebug works in the plugin customization field but not in the usual Editor (under Appearance).
And in both cases I emptied my browser cache.
So I still don’t know where the trouble came from but the result is ok (even if I get more and more plugins).
Thx to all for helping.Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] : Changing Site Title ColorSorry Andrew I did it. Like everytime i change something. With the empty cache button in Firefox (very useful!).
But the code does not seem to work actually.
And I wonder why!Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] : Changing Site Title ColorHmmm!
I try it again and change the color from #515151; to #9b2f16; but it stays the same and Firebug still describes the original color (#515151;).
Tricky stuff!Forum: Themes and Templates
In reply to: Child Theme does not workI think those two lines are there mainly for courtesy.
I’m just glad that you could fix it.Forum: Themes and Templates
In reply to: Child Theme does not workHello Zena
Here is the code I used :/* Theme Name: twentytwelvechild Author: *** Template: twentytwelve License: GNU General Public License v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html */ @import url("../twentytwelve/style.css");
But in my case the issue was coming from a conflict with a plugin for Css script optimization. I disabled it and now it is all ok.
Hope it’s ok for you too now.