Placing the linkpanel in sidebar - all help much appreciated!

Discussion in 'Poloray WordPress Theme' started by tagnet, Apr 10, 2013.

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

    tagnet New Member

    Joined:
    Mar 22, 2013
    Messages:
    5
    Likes Received:
    0
    Hi,

    I'm new to worpress/themes/css/php/etc. so all help is welcome!;)

    Here's my problem:

    I would like the linkpanel, wich is displayed on the front page, to appear in the sidebar of every page.
    I installed a plugin to read the php and copied the code into this plugin. With some minor ajustments this works fine.

    But...

    In front of every line is a "+" and I can't seem to get rid of it! Google says this has something to do with ":before", but I checked the whole code, I can't find anything wrong with it.
    I've also checked every "ul li" bits of the code, still nothing...

    Any ideas on what it could be??
    Also: if there are easier ways to show the linkpanel in the sidebar, I would very much like to hear them!:)

    Thanx a lot!
     
  2. tagnet

    tagnet New Member

    Joined:
    Mar 22, 2013
    Messages:
    5
    Likes Received:
    0
    Anyone??
     
  3. Nitesh

    Nitesh Support Staff

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

    Please do let us know your website link.
     
  4. tagnet

    tagnet New Member

    Joined:
    Mar 22, 2013
    Messages:
    5
    Likes Received:
    0
    Hi Nitesh,

    the link is: nieuwesite.tagnet.nl
    It's not really "live" yet...
     
  5. tagnet

    tagnet New Member

    Joined:
    Mar 22, 2013
    Messages:
    5
    Likes Received:
    0

    Maybe it's good to know that I've tested the sidebar on the page Backup:
    Onze producten >>> backup
     
  6. Nitesh

    Nitesh Support Staff

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

    It's a css issue, To remove it
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .sidebar ul li {background:none;
    }
     
  7. tagnet

    tagnet New Member

    Joined:
    Mar 22, 2013
    Messages:
    5
    Likes Received:
    0
    It worked :)

    Thanks so much!
     
Thread Status:
Not open for further replies.

Share This Page