6 replies
  • WEB DESIGN
  • |
HI Warriors,

I'm looking to add numerous scrolling text boxes to my WP site, like the ones on this page...

OmniTheme » Swipes

(Email body/content)

Is there a way to do this with a plugin? I want to do two in a line, and two maybe 4 rows of email swipes.

Cheers,

Alex
#box #scrolling #text
  • Profile picture of the author stewie-Y
    There is no need for a plugin, those are simple html <textarea> elements.

    You can test it out by going to your site, editing a page in Wordpress (make sure you select "text" editor, not "visual"), add

    <textarea style="width: 100%; height: 400px;">
    Whatever text you want here...
    </textarea>

    PS: I just took the styles of the textarea from the site you linked, you can set width and height to whatever you want.
    PSS: Note that visitors can type inside these textareas. Only they can see if they type in there (it won't affect other visitors), but just be aware. You can disable editing by making the first tag "<textarea style="width: 100%; height: 400px;" disabled>".
    {{ DiscussionBoard.errors[10540782].message }}
    • Profile picture of the author alexandersmith
      Originally Posted by stewie-Y View Post

      There is no need for a plugin, those are simple html <textarea> elements.

      You can test it out by going to your site, editing a page in Wordpress (make sure you select "text" editor, not "visual"), add

      <textarea style="width: 100%; height: 400px;">
      Whatever text you want here...
      </textarea>

      PS: I just took the styles of the textarea from the site you linked, you can set width and height to whatever you want.
      PSS: Note that visitors can type inside these textareas. Only they can see if they type in there (it won't affect other visitors), but just be aware. You can disable editing by making the first tag "<textarea style="width: 100%; height: 400px;" disabled>".
      Thanks so much for your help - really appreciate it
      Alex
      Signature

      Professional Copywriter Available For Hire.

      {{ DiscussionBoard.errors[10542087].message }}
  • Profile picture of the author stewie-Y
    No problem!
    {{ DiscussionBoard.errors[10542094].message }}
  • Profile picture of the author justinrhensen123
    You can do it with <textarea> for more info visit w3school.com
    {{ DiscussionBoard.errors[10576189].message }}
  • Profile picture of the author Ember Leona
    You can also view page source to find out how an element is coded
    {{ DiscussionBoard.errors[10600200].message }}
  • Profile picture of the author betterjan
    your left or right site of page have a pixel that for your scrolling problem
    {{ DiscussionBoard.errors[10664493].message }}

Trending Topics