Robert Drost
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Ajax Chat – Add a Fast, Secure Chat Box] MultisiteHi Jeff,
great! To activate the plugin per-site (not in the network) did work for me. That actually was everything I wanted.
Thanks a lot 🙂
Robert
by default these are checked when submitted (and set to draft). Unchecked ‘submitted’ post will reload for that author. Simply checking it again will block the reload.
Yes, I tried to check the “submitted”-option first, but after saving the page, the checkbox always gets cleared (unchecked) in that post. Deleting the post and creating a new one, solved that problem. I dont know, what was wrong with that post.
Hi Aurovrata,
thanks a lot! It works now. Still a bit confusing, because I have to connect the hook and save the map twice.
I also managed to fix the second error regarding the visible data in the frontend form (for logged in and logged out users). I had to delete the post, in which “Form: [] submitted” was not checked and create a new post. To set the post to “draft” was not enough, I had delete it completely.
strange!Thanks again!
RobertHi Aurovrata,
nice, thank you! Where can I find v5.4.4?
Robert
Could it be that the code for the .user.ini is wrong? The path /var/www/vhosts/robstoop.nl/httpdocs/wordfence-waf.php seems not right.
that actually was the problem. I managed to find out the right path and now it works.
Thanks a lot for your support @wfpeter
Robert
Hi Peter,
thank you for looking at the diagnostic report.
Unfortunately we now get a 500 internal server error. Could it be that the code for the .user.ini is wrong? The path/var/www/vhosts/robstoop.nl/httpdocs/wordfence-waf.phpseems not right.
Somehow I still have the suspicion that Wordfence cannot find .htaccess at all. It is also not suggested for download in the “Optimize Wordfence Firewall” popup.Robert
Hi @wfpeter
thanks for your quick response!
I sent you the report a minute ago.Thanks a lot,
Robert
Forum: Plugins
In reply to: [Post My CF7 Form] map checkbox to ACF checkboxHi @aurovrata
i could add some information to this topic: https://ww.wp.xz.cn/support/topic/mapping-file-field-to-image-or-any-file/ because i had the same problem. I managed to map a cf7-file-field to an acf-file-field.
Is it possible to answer to that resolved topic?Forum: Plugins
In reply to: [Post My CF7 Form] map checkbox to ACF checkboxwell actually you can use pipes to do something similar. I believe they work in checkboxes as well.
Nice! I can confirm, that it works.
That means, this is possible:
CF7[checkbox checkbox-name "Banana|fruit1" "Apple|fruit2"]
ACFfruit1 : Bananaandfruit2 : AppleForum: Plugins
In reply to: [Post My CF7 Form] map checkbox to ACF checkboxHello,
I actually solved it: in ACF you normally define the name and slug for a checkbox like that:option1 : Option1. In CF7 you can only define the name.To make it work you have to leave out the slug in ACF, the name has to be exactly the same.
Example:
in CF7[checkbox checkbox-name "Option1" "Option2"]
in the ACF field justOption1andOption2I hope it helps
RobertForum: Plugins
In reply to: [Post My CF7 Form] map checkbox to ACF checkboxHi,
in fact, your plugin already works very well with ACF. Text inputs, textareas, url fields, custom taxonomies, … are entered correctly.
I will let you know when I find a solution for the checkboxes.
Robert
Forum: Plugins
In reply to: [Post My CF7 Form] map checkbox to ACF checkboxHi,
I can understand that well. I’ll try my luck with the custom filters.
Thank you very much for the support and the great plugin!
RobertForum: Plugins
In reply to: [Post My CF7 Form] Wanted to map dynamic dropdown.Hi @wpsubash ,
how did you solve the problem regarding the not visible select-options in the frontend?
Thanks!
Rob
@sabinevi THANKS! After hours of research, this solved our problem!