Sidebar widget showing up on home page

Homepage Community Forums Epik Theme Support Sidebar widget showing up on home page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #6874
    martinmessier
    Customer

      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

      #6875
      martinmessier
      Customer

        You can see it here:
        http://dailynlp.com/

        MM

        #6881
        martinmessier
        Customer

          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.

          #6888
          Eric
          Customer

            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

            #6917
            martinmessier
            Customer

              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.

              #6938
              Eric
              Customer

                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

              Viewing 6 posts - 1 through 6 (of 6 total)
              • You must be logged in to reply to this topic.