j.maedlow
Forum Replies Created
-
Thank you! But I don’t know if a have understood this correctly.
I have been working with “Responsive Menu Pro” to make my first menu responsive. Now I have uploaded and activated “Responsive Menu” in addition and selcted my second menu. But then, unfortunately, only the second menu was shown, not both.
What can I do?
Forum: Themes and Templates
In reply to: Twenty eleven menue doesn't work with tochscreenThank you very much! I will certainly think about your advices. – For the time being I solved my problem in another way, because the plugin TinyNav unfortunately didn’t work.
Forum: Themes and Templates
In reply to: Opening a single post in the sidebar page templateThank you very much! I did it with the theme extensions. Before I had tried the Plugin “Custom Post Templates”, but my knowledge of PHP turned out not to be good enough to customize the template.
Forum: Themes and Templates
In reply to: Highlight current page in side navigationHi alchymyth
Thank you for the hint. I used:
#nav_menu-2 .current_page_item > a{
color: #fff;
font-weight: bold;
}and it worked!