kubajjz
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Custom Post Order] Disable for non-admin rolesExcellent, thanks a lot!
I finally found something. It is working in jquery not in javascript…
When I wrap it in jquery, it is working. I think, it is because “document.querySelector” will select specific form, but you can work with it as an object.Here is working code – in default WP jQuery v1.12.4 with anonym wrapper function
<script> (function ($) { $(window).ready(function () { $('.hf-form-356').on('hf-submit', function(e) { console.log('email-send'); window.dataLayer.push({ 'event': 'FormSent' }); }); }); }(jQuery)); </script>
Have a nice day,
JakubI have tried many conditions (your solution as well) and I am loading it after everything was fully loaded. And I still get same error:
TypeError: document.querySelector('.hf-form-356').on is not a function. (In 'document.querySelector('.hf-form-356').on('hf-submit', function(e) { console.log('sent'); window.dataLayer.push({ 'event': 'FormSent' }); })', 'document.querySelector('.hf-form-356').on' is undefined)
I have run out of solutions… ??
The red button in header.
But you can easily see the error in conslole >?navigate to error.
Or search (ctrl/cmd+f) in code…Yes, but I didn’t find anything use-full.
I have used CSS to hide all unused inputs, so I will not continue in solving this issue anymore.Have a nice day,
thanks for your replies.
JakubI have tried many and many variations (your version ass well). All of them are working properly on frontend. When I submit form, I get message “form was successfully sent”, but I dont get the email and there is no new data in submissions. If I use it without “if conditions”, everything is all-right.
Is there any way, how to debug sending and writing to the database?
Thanks for your help,
JakubForum: Plugins
In reply to: [HTML Forms - Simple WordPress Forms Plugin] Conditions in email bodyOK, thanks for reply.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Digital Ocean AMS3 FailHi reholmes27,
there is new version of plugin – 3.7. but it is still not working. I have to use version 3.6.9. It is last version which is working properly with S3 services…But this topic is marked as “resolved”, so I dont think, that “plugin support” will answer this topic anymore.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Digital Ocean AMS3 FailI have same problem after update to 3.6.10 with backup to S3 Service – DreamHost – https://objects-us-east-1.dream.io – on all my websites
ERROR: S3 Service API: Error executing "PutObject" on "https://objects-us-east-1.dream.io/hidden..."; AWS HTTP error: Client error: 'PUT https://objects-us-east-1.dream.io/hidden...' resulted in a '404 Not Found' response: <?xml version="1.0" encoding="UTF-8"?>
Just for the info, do you know, when will be new mirror update avaliable?
Thanks a lot, Jakub- This reply was modified 5 years, 4 months ago by kubajjz.
Hi, thanks for reply.
I know what plugin do…
I am just asking if you are planning add this “resize feature” to the plugin.If somebody has to resize image (you always need to resize image) with different service, he will optimize it in this different service as well.
Thanks for the reply,
KubajjzI have same problem…
Are you planning update this plugin to ACF Pro 5.6?Thanks,
JakubSounds good! Thanks ??
I am looking for exactly same solution…
I didn′t find any plugins, or any other solutions.Really, nobody? ??
Forum: Plugins
In reply to: [Contact Form 7 Modules] How to show field from – Advance custom fields?No, I did not. I have wrote my own contact form.
Forum: Plugins
In reply to: [Automatic NBSP] Automatic NBSP and "Advance custom fields"Excellent work, Damian!!!
Thanks for great update plugin, I very appreciate it!
Jakub.