How to make description editor plain text

Discussion in 'ClassiCraft WordPress Theme' started by bigbluesquid, Aug 7, 2014.

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

    bigbluesquid New Member

    Joined:
    Aug 5, 2014
    Messages:
    8
    Likes Received:
    0
    Hi,
    Is there a way to make the editor on the Post New Ad page plain text only, and the same on the Edit Ad page?

    Currently the editor allows people to add photographs, then they get the option to upload more photos on the next page. I want to restrict the number of photos they can upload by turning off the HTML and photo options in the Description box.

    In the Edit Ad page, the description is shown as HTML only. I want to make it plain text as well.
    Thanks again for your time.
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.

    If this isn't something you're able to do then you would need to hire a freelancer.

    You can hide the image upload button by adding following CSS to style.css file
    a#cc_desc_image {
    display: none;
    }

    Thanks & Regards
    Yogesh Bhade
     
  3. pixelg

    pixelg New Member

    Joined:
    Nov 13, 2013
    Messages:
    14
    Likes Received:
    0
    I did as suggested but it did not work, where do I place it
     

    Attached Files:

  4. pixelg

    pixelg New Member

    Joined:
    Nov 13, 2013
    Messages:
    14
    Likes Received:
    0
    Resolved ;)
     
Thread Status:
Not open for further replies.

Share This Page