stimuluscer
Forum Replies Created
-
Forum: Plugins
In reply to: [User Access Manager] Update User Access ManagerThe FB link is not in English, I would appreciate some info on this as well. Also, are there still bugs with the update or is all running fine?
Thank youForum: Plugins
In reply to: [Fast Secure Contact Form] Change format of the message emailThank yes all sorted
Forum: Plugins
In reply to: [Fast Secure Contact Form] Change format of the message emailAll sorted thanks found the optin in the advanced tab – great plugin!
Forum: Plugins
In reply to: [Fast Secure Contact Form] Change format of the message emailhere is the html of the email,
<html><body> <b>To:</b><br>Webmaster<br><br><b>First Name:</b><br>chris<br><br><b>Last Name:</b><br>Reid<br><br><b>Street No.:</b><br>92<br><br><b>Street Road:</b><br>western<br><br><b>Town/City:</b><br>ChCh<br><br><b>Please select your closest store:</b><br>Gisborne<br><br><b>Phone:</b><br>03<br><br><b>Mobile:</b><b= r>02102384441<br><br><b>Email:</b><br>[email protected]<br><br>= <b>Subject:</b><br>test html<br><br><b>Description of work:</b><br>r<br><br><div style=3D"background:#eee;border:1px solid gray;color:gray;padding:1em;margin:1em 0;">From a WordPress user: Stimulus<br>User email: [email protected]<br>User first name: Chris<br>User display name: Chris<br>Sent from (ip address): 222.152.100.34 (222-152-100-34.jetstream.xtra.co.nz)<br>Date/Time: December 8, 2014 7:46 am<br>Coming from (referer): https://lockandalarm.co.nz/book-job/<br>Using (user agent): Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:33.0) Gecko/20100101 Firefox/33.0<br><br></div></body></html>
How do I get those line breaks out of there?
Forum: Plugins
In reply to: [Fast Secure Contact Form] Change format of the message emailThanks that has improved things, but how do I achieve a format in the email message where the the field title and the information are on the same line – eg:
Name: Chris
instead of
Name:
Chris
??Hi there
Still not working, what else can I try?
Many thanks
Hi,
I looked at the info and tried putting in:
define( ‘WPCF7_CAPTCHA_TMP_DIR’, ‘/your/file/path’ );
into the config file but it broke the siteI then looked at the wp-contents/uploads/wpcf7_captcha, and this is what was in the htaccess file in that folder:
Order deny,allow
Deny from all
<Files ~ “^[0-9A-Za-z]+\.(jpeg|gif|png)$”>
Allow from all
</Files>Any other suggestions please?
I Found this on another post and tried change the permissions as follows:
in wp-content/plugins/really-simple-captcha.really-simple-captcha.php
/* Mode of temporary image files */
$this->file_mode = 0777;/* Mode of temporary answer text files */
$this->answer_file_mode = 0770;But it didn’t work
Anyone got any ideas?
Can I have some help with this please?
Forum: Themes and Templates
In reply to: Adding social media icons into the header – css problemsoh the php at the start of the post was mean’t to be:
<div class="two columns" id="top-social"> <a class="top-fb" target="_blank" href="https://www.facebook.com/TupariWines">f </a> <a class="top-tw" target="_blank" href="#">t </a> <a class="top-ut" target="_blank" href="#">u </a> </div></div><!-- header-container-3 --> <?php