helpme3
Forum Replies Created
-
I still have no resolution and no reply
Stefano,
I’m sorry I’ve tried contacting regarding so many different things to premium support and I don’t get ANY response.
Could you kindly help me here?Hello Dharmesh,
Please explain why would I change my events manager timezone to UTC?
I am not in UTC time? or do you mean UTC-7 to match my timezone? How will this resolve the issue?
ThanksPlease explain your response:
1. I had ask how to get app approved long before deadline expired. You said to do nothing. Now you say: “If you don’t have approved app you have to submit your app for review with user_events permission. It will take a time to get it approved.” Why may I ask did you tell me to do nothing before and now I was supposed to get it approved??2. I need details in how to submit my app for review with user_events permission. You have provided no information. This is part of your plugin without it, it is useless. Please list or email step by step information on submitting app for review.
3. Your plugin page now states that the import API for Facebook is working. But offer no detailed explanation. So my questions are:
– I have a facebook app but has no approvals. Do I need to create a new Facebook app? And if I do, do I need to submit it for review? (you provide no details in your link) By the way, my site is already HTTPS (SSL certificate) and I mark events as interested.Need help still ! Thank you!
Any help please?
Any update yet? Facebook sent an update… does it help now to import events?
Help! Please! I have gotten no response. I need to enable event submission on my site but have it go to my email to authorize.
Please help!I still need help with this please. I have to have a submission form for my site but it needs to email me for authorization not just publish events.
Help?!Guest Default User is set to subscriber level with only permissions to edit and delete own events and upload events images
Still needing help with Event Form page not working properly.
Please help!Facebook Page ID is NOT WORKING anymore! Message says: nothing to import when there are events.
It was working til yesterday.
Are you aware?I’m using the latest WP and the latest EM. I checked on any updates to either and there are none.
I’m trying to get the event posts to show up by WP categories.
Is there another code I need to add? The page also talked about registering custom taxonomies – if so I Don’t know how to do it ??I added the code however it’s not fully working. I can now add the WordPress category to the event post however it still won’t show up.
The published event post does not show up in any part of the site (have different widgets plus pages that display posts by category)
Any help would be most appreciated
Here is the code I added:
function my_em_own_taxonomy_register(){
register_taxonomy_for_object_type(‘category’,EM_POST_TYPE_EVENT);
register_taxonomy_for_object_type(‘category’,EM_POST_TYPE_LOCATION);
register_taxonomy_for_object_type(‘category’,’event-recurring’);
}
add_action(‘init’,’my_em_own_taxonomy_register’,100);Thank you so much!
Works !Sorry I’m not a coder but newbie. I don’t know what you mean with adding support to custom post type ‘event’ Please explain