Aurel Canciu
Forum Replies Created
-
Awkward, it works only if you specify and id:name_it before you specify the size like 25/
I’ll have to fix this in the next release, thanks for reporting! Till then just use:[date name_of_field id:id_of_field 25/]
(25 being the size of the field)Not really, I’m working on it though. Trying to find the best solution for this issue.
IE has this annoying bug with displaying properly absolute positioned elements that have a greater z-index than their parent relative position element.I’ll update when I find a fix for this.
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] No calendar pops up when field is clickedThank you very much! I’m glad I could help you!
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] No calendar pops up when field is clickedOh, no! I’m sorry, I’m really sleepy at this time! It’s not because that line. You just need to include
wp_footer();
inside your footer.php file.Inser
<?php wp_footer(); ?>
just before the</body>
tag and all will be fine!Forum: Plugins
In reply to: [Contact Form 7 Datepicker] No calendar pops up when field is clickedHeh, I’m sure it’s because of this line right here:
if($currServerName == $alloweddomain){ remove_action('wp_footer','lcmp_theme_options_end'); } }
Can you comment out or remove that line from your footer.php file and see if it works?
The thing is that wp_footer() is a WP action call that should not ever be ommited in any theme out there because it will break many plugins that hook actions into the footer.
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] No calendar pops up when field is clickedWhat version of PHP and WordPress are you running?
It’s strange, the CSS gets loaded in the header as it should but the JS that has to load in the footer doesn’t. Does your theme have a footer.php file that contains a
<?php wp_footer(); ?>
call? That might be the problem!Forum: Plugins
In reply to: [Contact Form 7 Datepicker] No calendar pops up when field is clickedHello!
It seems you are using the [datepicker] shortcode in CF7. The [datepicker] shortcode is meant for use outside of CF7.
In CF7 you have to use the [date] shortcode. Please try:
[date date]
Hello, new_B
I’m working on this right now, I’ll update as soon as possible!
Thanks!
Working on this right now! Update will come soon.
Thanks!
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] No calendar pops up when field is clickedHello, jhned
Can you give me a link to the page where you have your contact form? If not, can you please tell me if modified any of the options the plugin offers and what wordpress version are you using.
Thanks!
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] [Plugin: Contact Form 7 Datepicker] Syntax error?Hello, Honor_MacDonald
Sorry for the delay! Can you please check what PHP version are you running WordPress on?
To do so add
var_dump(PHP_VERSION);
to wp-config.phpIf your host has PHP < 5 then you must contact them and ask them to upgrade to the latest PHP 5 version. PHP 4 is both slow and a security risk.
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] No calendar pops up when field is clickedHello, Petrus006
This is my fault. If you look at the assignment you’ll notice that DatePicker_date-275 is an invalid JavaScript variable name because it contains the ‘-‘ (dash) char, wich is an aritmetical operation and is illegal. I will correct this error in the next release, but till then, just change your date field’s name from date-275 to date275 (for instance).
Have a nice day and sorry for this bug! ??
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] No calendar pops up when field is clickedHello gamesbond!
I visited your page and it seems that you’ve configured the calendar for useMode 1. Change that to 2 in your admin panel and see if it helps. Also, I see there is no value for limiToToday option. Please change that setting to anything and let me know if it works.
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] No calendar pops up when field is clickedHello, can you please post a link to your website so I can see exactly why isn’t it working? I’m sure we can find a solution ??