widget problem

Discussion in 'Nutrition WordPress Theme' started by mickd, May 9, 2013.

Thread Status:
Not open for further replies.
  1. mickd

    mickd New Member

    Joined:
    Apr 3, 2013
    Messages:
    3
    Likes Received:
    0
    3 widgets are appearing on all my post pages and on the contact page, I have removed the appropiate widgets and there still appearing, any solution to this would be great,

    http://neillryanjoinery.com

    I also have a problem with the list of the pages in the 1st footer widget, home page appears twice and I cant rid of it.

    thanks in advance

    Mick
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For sidebar widget.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .side_bar {
    display: none;
    }
    For footer widget.
    Use "custom menu" widget in place of "pages"
    "custom menu" widget will allow you to show those pages which you have added in the custom menu (Appearance > Menus).
     
  3. mickd

    mickd New Member

    Joined:
    Apr 3, 2013
    Messages:
    3
    Likes Received:
    0
    Thanks Nitesh for the speedy response, and the solution, it works fine now,
     
Thread Status:
Not open for further replies.

Share This Page