Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Forum: Fixing WordPress
    In reply to: Categorie Problem
    Thread Starter mayer1

    (@mayer1)

    here the screenshot : https://screencast.com/t/GIFrT4ttsv

    i have the same problem . i have 315 categories in 7 pages . when i going to : Appearance -> menus eg: property Categorie i can see 315 categories in 7 pages and when i am trying to add some more categories they do not appear .

    Thread Starter mayer1

    (@mayer1)

    listen firts you need a) browser with add-on : web developer (firefox)
    b) you need set up contact Form 7 textarea .

    c) give the text area name : eg : message

    d) when alla done . open the web developer on Firefox : tools-web developer – inspector .

    e) locate the mouse with box in textarea . and click it .

    f) you see down the Code of text area .

    and simple . resize the textarea with mouse and see in code the : widht and hight is re-size automat.

    copy code from in Inspector :

    e.g : <textarea class="wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required" style="width: 755px; height: 129px;" name="loipa-stixia" cols="40" rows="10" maxlength="2000" aria-required="true"></textarea>

    this Mine Textarea with Name : loipa-stixia .

    when now you are copy the code go to : Dashboard->Contact -> open your Contact Form . and re-place the old code textarea with this one !

    “NAME” : you need this for E-mail .

    Thread Starter mayer1

    (@mayer1)

    I SOLVED !

    the Code :

    1) monzila firefox : 2) web developer and just Copy paste the code
    inside the Contact Form .

    Code :
    <textarea class=”wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required” aria-required=”true” maxlength=”200″ rows=”10″ cols=”40″ name=”your-name” style=”width: 760px; height: 128px;”></textarea>

    in : width and height

Viewing 4 replies - 1 through 4 (of 4 total)