mayer1
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Categorie Problemhere the screenshot : https://screencast.com/t/GIFrT4ttsv
Forum: Fixing WordPress
In reply to: Categories cannot be reachedi 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 .
Forum: Plugins
In reply to: [Contact Form 7] Text Area problemlisten 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 .
Forum: Plugins
In reply to: [Contact Form 7] Text Area problemI 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