grafica.villcom
Forum Replies Created
-
Yes, If I use that version nothing happened… The function is ignored and the event is published even if there is no image.
This is not working… Maybe I did something wrong.
function em_validate(){ global $EM_Event,$EM_Notices; if ($_REQUEST['event_image'] == ''){ $EM_Notices->add_error('event image is required...'); } } add_filter('em_event_validate','em_validate');
If I paste this into functions.php I get always the message “event image is required” and the form is not sent. Is the field name wrong? Can you help me?
Thx
Ok, thank you! I will try even if I’m not very good with coding.
Forum: Themes and Templates
In reply to: [JustWrite] Thumbnails correct sizeThank you very much!
Forum: Themes and Templates
In reply to: [JustWrite] Thumbnails correct sizeI need to upload images with different sizes because the website is an online magazine with a lot of daily news. The editors can’t resizing all the images..
Forum: Plugins
In reply to: [Events Made Easy] RSVP time slotsThank you.. very helpful!
Forum: Plugins
In reply to: [Events Made Easy] RSVP time slotsThank you for the good ideas… I will try and I will let you know.
Where can I find multiprice events? I can’t find them… I confess I need a lot of practice with the plugin! ??Forum: Fixing WordPress
In reply to: wp_mail suddenly stopped workingThank you.
In fact my host resolved the problem. For some reasons they made a mistake signing all the emails of my client into spam.
Forum: Fixing WordPress
In reply to: wp_mail suddenly stopped workingYesterday I opened a ticket with my host (Aruba) but they can’t understand what the problem is. They told me about trying my script with different e-mails but obviously that is not the problem.
I think the real problem is that the PHP mail() function is not working on my server. I tested it with some test directly from the host panel.
Thank you for your advice. I fixed the problem in another way because I really don’t need users to add media. I removed the button using the array of wp editor in my form.
So if someome needs to do the same, this is the code:<?php wp_editor($EM_Event->post_content, 'em-editor-content', array('textarea_name'=>'content', 'media_buttons' => FALSE) ); ?>
Thank you for your help.
I tested the plugins and they’re ok. At the moment I can’t test the default theme but I tried my theme and Events Manager on another WordPress installation and it’s working fine.
I can give you the link of the form: link
Any ideas?
Thank you for your help!
Hi Jess,
Thank you! Very useful!I have the same problem… I updated my version of WordPress to 3.6.1 too but I’m not sure about the problem…Maybe the author will update the plugin..
Thank you. That post explains very well but it describes what I’ve already done.
Maybe there is another type of compatibility problem… I’m going on searching solutions…Ok, I think I found the code in functions.php…The situation is this now:
<?php function my_init() { if (!is_admin()) { // comment out the next two lines to load the local copy of jQuery //wp_deregister_script('jquery'); //wp_register_script('jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js', false, '1.6.1'); wp_enqueue_script('jquery'); }
As you see I commented out the two lines. Then I updated Event Manager but nothing changed, my slider always stop working. Any idea? Is that wrong?
Thx.