wilfried1954
Forum Replies Created
-
Hi lebaux, you are right about this.
About the problem, I did not find any reasons. I just deleted the category and add it again. Now I can edit the title just like the other categories.
Hi Sybre,
So I did some research. I started with copy of the VM of course. Then I filled in the same articles and adding categories like the website on the internet.
The situation on the VM is now like this: I have a category named in title: Category: huwelijksstelsel
As soon as I start to edit this title it shows: Private: xxx where xxx is what I type. I did not saved the changed title to let the VM in the state the title shows the change.
Can you advice how to debug further? Should I install the health check on the VM and mail it again? Something else you advice to me to try it?
Eventually I can make the VM available for download. It is only 2 GB.
rgds, Wilfried
The prefix show as I enter the category edit screen. There is only one category where this prefix is show.
I do not remember if this prefix was already there before I did edit the category title.
But I also have my whole website in a virtual machine. This because I always test things (like add-ons etc) offline in case something go wrong. In this VM there are a few posts less and this category is not there.
I will add the same new articles and the category in this VM (writing down what I do and make copies of the VM in between). Maybe I find when it shows up.
Please let me know if there are important things I should take care of. I will install the Health Check also in the VM first.
- This reply was modified 7 years, 1 month ago by wilfried1954.
Oke, I did misunderstood you. I have sent you the information you asked. Thank you, Wilfried
it is in the category page:
https://www.dropbox.com/s/u76ddmu4ea2mnxw/category_private.png?dl=1I will make a login for you and email private. Thank you.
- This reply was modified 7 years, 1 month ago by wilfried1954.
Forum: Plugins
In reply to: [Contact Form 7] From field problemWhat is the error? Probably a wrong format?
A From: in an email header should look like this:
From: my name <[email protected]>[your-name] is surely not a valid email addres. So it should be something like:
[your-name] <[your-email]>Forum: Plugins
In reply to: [Contact Form 7] error emailDid you also deselect notifications in your profile page?
Forum: Plugins
In reply to: [Contact Form 7] Checkbox and Radio button render as SPAN not INPUTCan you show (copy/paste) how you have coded this?
BTW the checkbox in the exapmple page you provide does show correct.
- This reply was modified 7 years, 2 months ago by wilfried1954.
Hi,
Id did test it on you site and see the error. But if I understand you well, the mail is perfect working so the error message is dummy?
If you use an SMTP plugin now then you can probably switch debug mode on (if that is possible with your plugin – I saw SMTP plugins where this is possible). Mayby you will have more information if you have a debug log.
Also most SMTP plugins have a test mail button. Does this work without error?
Are other mails from the wordpress site normally working without error (with or without the SMTP plugin)?
Also when it started recently as you say, then check if something is installed or changed at the day or day before it started.
Hope this helps a little. Sorry I can not give you more information…
rgds, wilfried
- This reply was modified 7 years, 2 months ago by wilfried1954.
Forum: Plugins
In reply to: [Contact Form 7] Phone fieldHi,
Your mail say: [phone] but in the script above the phone field is named: [tel tel-266] meanin you have to insert: [tel-266] in the mail to display the number that the user has filled in. I think you have typed: [phone] instead of [tel-266].
I hope I explained well because English is not my native language…
Does this help?
regards, Wilfried
- This reply was modified 7 years, 2 months ago by wilfried1954.
Forum: Plugins
In reply to: [Contact Form 7] how to received checkbox result by emailHello Francois,
I did copy / paste of your code (to make sure I do exactly the same) and email body in existing form on my web. I checked the second label and in my mail say: Mardi 10
I just did put the code somewhere between existing code. Does other code work like text etc?
Forum: Plugins
In reply to: [Contact Form 7] how to received checkbox result by emailIf you make the checkbox like this:
<label>Check the right box here
[checkbox my-checkbox “man” “women” “child”]</label>And you put in the email body:
[my-checkbox]Then in the mail will come the text of the checked box (eg: man, women, child).
regards, Wilfried
Forum: Plugins
In reply to: [Contact Form 7] translation not workingIt seems that the language in my site is (little) different. It is nl_BE and there is at the moment not yet a nl_BE for contact form 7. However if I rename the 2 language files from *nl_NL to *nl_BE everything is working fine.