Luke Mersh
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] telephone tag doesnt send through emailhere is my code:
<label> Your Name (required) [text* your-name] </label> <label> Your Email (required) [email* your-email] </label> <label> Telephone #: (required) [tel* telephoneno placeholder] </label> <label> Subject [text your-subject] </label> <label> Please enter vehicle Make: (required) [text* Vehicle-Make] </label> <label> Please enter vehicle Model: (required) [text* Vehicle-Model] </label> <label> Millage: (required) [number* millage placeholder] </label> <label> Please enter your Number Plate: (required) [text* number-plate] </label> <label> Your Message [textarea your-message] </label> [submit "Send"]
No I dont I just have an external Hard Drive.
Forum: Fixing WordPress
In reply to: Back-up stright to external HDDThanks (y)
Forum: Everything else WordPress
In reply to: WordPress CertificationThanks Steven,
Any ideas how i can become a wordpress developer?
many thanks
Forum: Fixing WordPress
In reply to: back-up to external hard driveI was meaning that it wont leave data when copying it across, as sometimes it doesnt allow some data to be moved.
many thx
Forum: Fixing WordPress
In reply to: back-up to external hard driveThats great.
so if i copy the folder from google drive to my ext. HDD no data will be left?I will look at doing it this way then (y) :y:
many thanks
Forum: Fixing WordPress
In reply to: back-up to external hard driveHi Steven,
Thank you for your reply.
I am using Updraft and this allows me to back up to dropbox or google drive.I am assuming i can copy the google drive folder/ directory to the Ext. HDD without loosing any data, if not then i will make another back-up to Dropbox.
please let me know.
many thanksForum: Plugins
In reply to: [Contact Form 7] contact form 7 width[Solved]
Thanks for all your help.
Forum: Plugins
In reply to: [Contact Form 7] contact form 7 widthI have tried to change the appearance via web dev, but the ‘width’ specified in % doesn’t seem to do anything .
here is the Form code:
<form method="post" action="#"> <div class="inquiry-form"> <h3 class="inquiry-title">Enquire about this property</h3> <div role="form" class="wpcf7" id="wpcf7-f12490-p12399-o1" lang="en-GB" dir="ltr"> <div class="screen-reader-response"></div> <form action="/property/detached-mediterranean-style-villa-in-cabo-roig/#wpcf7-f12490-p12399-o1" method="post" class="wpcf7-form" novalidate="novalidate"> <div style="display: none;"> <input type="hidden" name="_wpcf7" value="12490" /> <input type="hidden" name="_wpcf7_version" value="5.0.4" /> <input type="hidden" name="_wpcf7_locale" value="en_GB" /> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f12490-p12399-o1" /> <input type="hidden" name="_wpcf7_container_post" value="12399" /> </div> <p><label> Your Name (required)<br /> <span class="wpcf7-form-control-wrap your-name"><input type="text" name="your-name" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" /></span> </label></p> <p><label> Your Email (required)<br /> <span class="wpcf7-form-control-wrap your-email"><input type="email" name="your-email" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email" aria-required="true" aria-invalid="false" /></span> </label></p> <p><label> Subject<br /> <span class="wpcf7-form-control-wrap your-subject"><input type="text" name="your-subject" value="" size="40" class="wpcf7-form-control wpcf7-text" aria-invalid="false" /></span> </label></p> <p><label> Your Message<br /> <span class="wpcf7-form-control-wrap your-message"><textarea name="your-message" cols="40" rows="10" class="wpcf7-form-control wpcf7-textarea" aria-invalid="false"></textarea></span> </label></p> <p><input type="submit" value="Send" class="wpcf7-form-control wpcf7-submit" /></p> <input type='hidden' class='wpcf7-pum' value='{"closepopup":false,"closedelay":0,"openpopup":false,"openpopup_id":0}' /><div class="wpcf7-response-output wpcf7-display-none"></div></form></div> </div> </form>
I just can’t find how to get it to go full width.
I applied a background colour to see the output and using the div.wpcf7 worked once, but after that the code just didnt repaet itself and now I am at a loss.please help.
Many thanks in advanceForum: Plugins
In reply to: [Contact Form 7] contact form 7 widthI think I am going to have to create an additional <div> ‘wrapper’, as changing things in web dev and the css on the form arent doing anything.
I read that all forms have the class of wpcf7 and that the whole form container is made of a div with the class wpcf7, but adding changes to the width of a 100% dont have affect and if i make changes in pixels it only applies to the right of the form, I am trying to get the container to spread the entire page width.
many thanks in advance
Forum: Plugins
In reply to: [Contact Form 7] contact form 7 widthyeah web dev tools arent changing the width of the form either.
here is my code :
div.wpcf7{
width:100% !important;
}.wpcf7{
background:#ccc;
width:100%;
}neither of these css have made the form span the whole page width.
Forum: Plugins
In reply to: [Contact Form 7] contact form 7 widthHi Neil.
I did use my dev tools, but that didnt seem to make a difference, going to try again today.Forum: Plugins
In reply to: [Contact Form 7] contact form 7 widthso i then tried :
div.wpcf7{width:100% !important;}
which seemed to have solved the problem, but when i used the same technique again,it didnt have the same effect.please help.