• Resolved mthoma

    (@mthoma)


    Hi Billy,
    1. how to limit the content of your post characters.
    2. How to make it a link?
    3. which theme does it work best with?
    4. it seems to take up a lot of space on the front page, can it be resized?
    5. I’m trying to create a 3 column site if possible, any suggestions?

    Kind regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wilcosky

    (@wilcosky)

    Hello,

    This plugin does not include a character limit feature.

    You have to know how to customize a website using CSS in order to change the size/look.

    For the most part, this plugin is for someone with some HTML/CSS/JavaScript experience so that customizations can be made. It’s a “skeleton” post box if you will.

    Thanks,
    Billy

    Plugin Author wilcosky

    (@wilcosky)

    New version released which won’t take up as much space. You may change the overall width by adding this to your custom CSS in customizer:

    
    #narwhalForm {
    width: 200px;
    }
    

    Change the number to whatever you want.

    And then as I stated in my previous post there is no built in option to limit characters. But, you can search the web for something like, “JavaScript textarea character limit.” If you understand JavaScript/HTML you can implement it yourself, or hire a developer to add it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to Limit content’ is closed to new replies.