remove classifieds fields from admin area

Discussion in 'ClassiCraft WordPress Theme' started by fdefrag, Feb 26, 2015.

  1. fdefrag

    fdefrag New Member

    Joined:
    Feb 5, 2015
    Messages:
    8
    Likes Received:
    0
    hi.i want to remove the comments field,the author,discussion and some other fields.
    how can i do that?i will make them not appear(display:none) but i dont know which file i need to edit..
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi fdefrag!

    Could you please provide us URL of your website along with some edited screenshot of your issue so that we can provide you the exact solution ?

    Thanks,
    Praveen
     
  3. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please paste the code given below in Custom CSS section to hide comment section.
    (Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #commentsbox {
      display: none;
    }
    Please provide screenshot if possible for which you are talking about.

    Thanks & Regards
    Pramod
     
  4. fdefrag

    fdefrag New Member

    Joined:
    Feb 5, 2015
    Messages:
    8
    Likes Received:
    0
    Thats what i want to remove....
    how can i do that.?
     
  5. fdefrag

    fdefrag New Member

    Joined:
    Feb 5, 2015
    Messages:
    8
    Likes Received:
    0
    i cant provide screenshot.....dont know why i cant upload it.
    if you go to admin area and select all ads,and then edit an ad you see that it has fields as discussion,comments,author,feature ad etc
    these are what i want to remove....i tried with css but not working
     
  6. Pramod

    Pramod Guest

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

    Please follow below image to solve this.
    classi-27-feb-15.png

    Thanks & Regards
    Pramod Patel
     

Share This Page