Nebereth
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How can i align the whole website to center?Yes but i’ve got no answer so far. It was 2 days ago.
That’s why i’m posting here.Thanks
Forum: Fixing WordPress
In reply to: How can i align the whole website to center?Still nothing. Tried everything i found in the net, without result. :/
Forum: Fixing WordPress
In reply to: footer problem. please helpEvan said:
If you want to remove the footer from the entire webiste, You’ll need to open up single.php and delete get_footer(); from that file. that or just hide it with CSS globally.
#footer {
display:none !important;
}
If all you want to do is remove the footer from that PAGE specifically that you posted, you can do so with CSS.
.page-id-2 #footer {
display:none !important;
}What if i want to remove the footer from a POST instead of a PAGE? I tried to replace the word “page” with the word “post” but didn’t make it (it would be so easy, if it worked π )
Any suggestions now that i have hunted down the problem?Thank you.
Forum: Fixing WordPress
In reply to: Main menu selection underline doesn't work properly.The problem has been solved by using the default permalink settings. You were right about the Superfish script. It recognizes only the page id, rather than the custom names.
If you know a way to make this work, since i’ve hunted down the problem, please post it below. If not, it’s ok.
Thank you so much for helping out with my technical issue. It’s very appreciated.
God bless,
NickForum: Fixing WordPress
In reply to: Main menu selection underline doesn't work properly.Thanks for your reply.
To be honest, i am not too familiar with html, that’s why i came here to ask for advices. π I’ve found the…
.sf-menu li.current-menu-item a {
border-bottom: 4px solid #ED1C24;
}
but i have no clue why isn’t applied on the rest of the menu items. Maybe, as i’ve already said before, it’s the fact that the rest of the menu items are posts instead of pages. Not sure, just saying.Forum: Fixing WordPress
In reply to: footer problem. please helpThank you Evan!
I’ve opened the screen.css and did the following…
.page-id-2 #footer {
display:none !important;
}
This is one doesn’t work though. I replaced the “.page-id-2” with “.page-id-151” which is the id of the post i want to remove the footer but it doesn’t work. Am i doing something wrong?Forum: Fixing WordPress
In reply to: footer problem. please helpI thought you supported wordpress code in general, not only your own themes.
:/
Forum: Fixing WordPress
In reply to: footer problem. please helpI’m afraid i can’t. The guy who built that, has retired and his e-mail doesn’t work anymore. That’s one of the main reasons i look for an advice in here.
Forum: Fixing WordPress
In reply to: How to Remove footer from a single page?bump
bump
Forum: Fixing WordPress
In reply to: How to Remove footer from a single page?If you could tell me what to replace and in which place i am going to find it, it would be awesome.
There are only a couple of things until i finish the website and the fact that i can’t fix that, pisses me off. :/
Thank you once again.
I mistyped the header.php, so here it is https://www.dropbox.com/s/jdfhlnvm5a7b2ul/header.php .
Can you please link the before and the after of the code, in order to replace it? I don’t know what the “li element” is.
Thank you!