movingmagic
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Email Users] How to enable editor users to use WP Email UsersHi Christian,
In what file are you making these changes?
Thanks
PieterForum: Plugins
In reply to: [WP Email Users] How to grant access to sending emails to the authorYes, I am looking also to give other users such as an author the right to send emails
Yes, I need this too! How can we do this?
Forum: Plugins
In reply to: [WP ULike - All-in-One Engagement Toolkit] Wpforo Forum support?Yes! Please! WpForo is the best Forum software for WordPress. Please integrate Ulike. Please.
Thank,
Pieter
Forum: Plugins
In reply to: [Postie] Connection issueHi Wayne,
is your website down?
I can’t seem to connect to postie.com to access support documents like getting started. My particular issue is: How to specify to which category an email will be send?Thanks,
Pieter
Forum: Plugins
In reply to: [Contact Form 7] Forms no longer working after 4.9 upgradeinstall rollback plugin and revert to version 4.8.1
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Failed to add new conditionsI too have this problem
Please check….Functionality is still working in old forms but there is no way to add or delete rules, import and export do not work, rules can’t be changed.
- This reply was modified 7 years, 9 months ago by movingmagic.
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Disable sundaysForum: Plugins
In reply to: [Contact Form 7 Datepicker] Disable sundaysYes, that you can do with this:
jQuery(function($){ var start = $('.startdate input').first(); var end = $('.enddate input').first(); start.on('change', function() { var start_date = $(this).datepicker('getDate'); start_date.setDate(start_date.getDate() + 1); end.datepicker('option', 'minDate', start_date); }); });
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Disable sundaysThen you use ONE datepicker? For one date?
I do not understand your question.
`- This reply was modified 8 years, 1 month ago by movingmagic.
- This reply was modified 8 years, 1 month ago by movingmagic.
- This reply was modified 8 years, 1 month ago by movingmagic.
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Disable sundaysIn CJT on the code block bar is a H that you can click to change it into F. H is for header. F is for footer.
As far as I know, the dates should be in the format “dd-mm-yyyy” and you will have to enter each day of your holiday, not as a range.
And you should change “#brengdatum,” into the name of your own date ID assigned on your form to that field. And don’t use the comma there.Hope this helps a bit ??
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Error MessageHi Jules,
it IS gone! ??
Thanks for your super service/support!
Have a nice day!
Pieter
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Disable sundaysGreat! Fantastic! I am so glad! Good luck! Don’t forget that you can add any custom css snippets to the cjt plugin too. So the custom css field of your theme can stay empty.
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Disable sundayscan you use double ampersand characters instead
- This reply was modified 8 years, 5 months ago by movingmagic.
- This reply was modified 8 years, 5 months ago by movingmagic.
- This reply was modified 8 years, 5 months ago by movingmagic.
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Disable sundaysDid you open up the images I send in another tab so you can see them full resolution?
I can only think of not having the proper tags applied in “master”. Can you send screenshots of your settings in contact form 7 and in CJT?