karsten007
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] How to make top bar logo always visible?Sorry, one more question:
I would like to have the current menu item highlighted also when I am visiting a blog post:
For example:
http://www.kagels-trading.de/gold-mit-reaktion-der-bullen/
Now the Blog item in the top bar should be hightlighted (but is not). How could I change the CSS to achieve this?
Thank you
Forum: Themes and Templates
In reply to: [Hueman] Remove header and subheaderYou could add this css to your child theme:
.site-title {
display: none;
}.site-description {
display: none;
}
.page .site-description {
display: none;
}
.single .site-title {
display: none;
}
.single .site-description {
display: none;
}.single .page-title {
display: none;Forum: Themes and Templates
In reply to: [Hueman] How to make top bar logo always visible?Absolutely helpful!
Thank you very much, bd.
Forum: Themes and Templates
In reply to: [Hueman] Add logo in TopBarYes, I will create a new thread.
You can delete my posts here in this thread because I think they are not helpful anymore.
Thank you
Forum: Themes and Templates
In reply to: [Hueman] Add logo in TopBarI have done some work in the meantime and now the situation is like this:
If I click on my blog page then the logo works fine:
http://www.kagels-trading.de/blog/
No grey hover effect and only the finger cursor.But if i click on the home page
http://www.kagels-trading.de/
then the logo is not visible because of the grey “current menu item” effect.So, how could I get rid off the “current menu item effect” only in the logo menu item?
Forum: Themes and Templates
In reply to: [Hueman] Add logo in TopBarlet me more explain:
if a visitor is on my new home page
http://www.kagels-trading.de/startseite/
which is currently a static page
everything looks good.but if someone visits my blog page
http://www.kagels-trading.de/
then the logo is not visible. If you move your cursor over the not visible logo then the logo will appear.I think the reason for this has to do with my code for current menu item settings.
Because the logo has the url
http://www.kagels-trading.de
it behaves like it is the current menu item.Hmm, difficult to explain.
I would like to know how I can address the logo not to show any hover effects.
Thank you very much for help and advise.
Forum: Themes and Templates
In reply to: [Hueman] Add logo in TopBarHi bd,
yes, I don’t want to have the hover und underline if someone clicks on my logo. I just want to see the cursor finger.
Forum: Themes and Templates
In reply to: [Hueman] Add logo in TopBarI am also trying to put my logo in the top bar but I am using a different approach addressing the
#item-menu-5146What I achieved now you can see here:
I don’t know if this could be also a “clean” solution…?
What I don’t like is the hover effect. How could I get rid of it?
Thank you
Karsten
Forum: Themes and Templates
In reply to: [Hueman] How to change homepage and blog pageHi bd,
thank your for help!Forum: Themes and Templates
In reply to: [Hueman] How to change the layout of top menu, logo and headerHi bd,
thank you very much for help.
I will resolve this topic.
Forum: Themes and Templates
In reply to: [Hueman] Footer Ads widget – QuestionOne last thing…I don’t know if this is the correct procedure…I have now copied the header.php and footer.php from version 2.2.2 into my my child theme folder. Of course, now the Headers Ads and Footer Ads Sidebars are there.
Forum: Themes and Templates
In reply to: [Hueman] Footer Ads widget – QuestionThank you, bd.
Yes, the code for header Ads and footer Ads is missing in my header.php and footer.php.
I have no clue why.
But now I know and understand what it is all about.
I really appreciate your help.
Have a good time…
Forum: Themes and Templates
In reply to: [Hueman] Footer Ads widget – QuestionI have now seen here how the header ads look like:
http://michelleshotdeals.com/But strange enough on my page the container for Header Ads or Footer Ads is not shown. I will check tomorrow what is wrong, maybe a conflict or something else.
Forum: Themes and Templates
In reply to: [Hueman] Footer Ads widget – Questionaha, ok
Thank you for patience.
Header Ads and Footer Ads have a text widget containing a google ad.
But I still can not see this sidebars in the header or footer or find their container when inspecting my source code.
What else could I do to make the Ads sidebars visible?
Forum: Themes and Templates
In reply to: [Hueman] Footer Ads widget – QuestionSame thing with Header Ads which I have activated now.