- This topic has 5 replies, 2 voices, and was last updated 8 years, 10 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Sidebar widget showing up on home page
Hi,
I just put a text widget in the Primary Sidebar but it shows up at the bottom of the Home Page.
How do I avoid that from happening?
Martin
You can see it here:
http://dailynlp.com/
MM
I found out how to fix my own problem. If anyone else is experiencing this problem, just add the following code to your stylesheet:
.home #inner {
display: none;
}
That’ll take care of it.
I don’t see a primary widget on your page. The primary widget shouldn’t be showing up if you’re using Home widgets. If you look at the demo you’ll see there is no primary sidebar on the homepage but there is on other pages. Maybe you had another plugin that was conflicting with it?
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com
Hi Eric,
Thanks for your response. I was able to get rid of it by adding a display:none attribute to inner. If you look at the page source, however, the code is still there.
I really don’t know what the sidebar showed up.
In the past I’ve seen this happen to people who were using plugins that customize genesis sidebars, content, etc. Can you check to see if you have anything enabled that may be conflicting with it? Because you definitely shouldn’t have to add display: none; anywhere, because it’s not supposed to show up at all.
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com