Comments Nesting Levels

Discussion in 'Infoway WordPress Theme' started by ikomir, Dec 9, 2014.

  1. ikomir

    ikomir New Member

    Joined:
    Jan 27, 2014
    Messages:
    6
    Likes Received:
    0
    Hello,
    I have Enable threaded (nested) comments2345678910 levels deep "on". Right now only two upper level comments are visible under the posting. I assume it's the Theme limitation, isn't it? If Not, what settings should I change? If Yes, can you fix it?

    Thank you.
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Theme has only 2 level nested comments allowed. For better nested commenting please use any discussion plugins.

    Thanks & Regards
    Pramod
     
  3. ikomir

    ikomir New Member

    Joined:
    Jan 27, 2014
    Messages:
    6
    Likes Received:
    0
    Taking into account number of issues I have with the theme and limitations it imposes I will rather switch the theme.
    BTW, in my opinion, theme developers should articulate theme's limitations as loud and clear as they promote theme's features. Unfortunately only few teams follow this practice.
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    We have make researches before developing theme.
    For commenting system if any people want to enable the multilevel comment they feel it is better to use plugins for discussions.
    While developing theme we have these things in mind. We use multilevel comment in maximum themes.
    We will enable multilevel comment in next update.

    Thanks & Regards
    Pramod
     
  5. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    ol.commentlist li.comment ul.children li.depth-3 {
    margin: 0 0 15px 40px;
    display: block;
    }
    Thanks & Regards
    Pramod
     

Share This Page