jathinhelp
Forum Replies Created
-
Hello,
@mimicmusic Please open a ticket in our support console. We will look into it from our end.
Regards,
WP Event Manager.
Hello,
@mimicmusic Please follow the below steps to change the format.
Step 1 :
Go to wp-event-manager\wp-event-manager-template.php file
Step 2 : Search "display_event_start_date" function
Step 3 : change line no 663 with this
$event_start_date = date_i18n('Y-n-j', strtotime($event_start_date));
Step 4 : Search "get_event_start_time" this function
Step 5 : In that change 688 with this
$event_start_time = date_i18n('g:i a', strtotime($post->_event_start_time));
Step 6 : Search "display_event_end_date" function
Step 7 : change line no 750 with
$event_end_date = date_i18n('Y-n-j', strtotime($event_end_date));
Step 8 : Search "get_event_end_time" function
Step 9 : change line no 775 with this
$event_end_time = date_i18n('g:i a', strtotime($post->_event_end_time));
Step 10 : Save file and close
Step 11 : Open wp-event-manager/templates
/content-event_listing.php file
Step 11 : change line no 69 with
echo ' '.display_date_time_separator().' ';
Step 12 : Change line no 79 with
echo ' '.display_date_time_separator().' ';
Step 13 : save the file and check on front end listing page.Regards,
WP Event Manager.
Hello,
@crankycrystal please check if you have done any customization if you are still facing any issue with our default functionality please open a ticket from your end we will help you with that.
Regards,
WP Event Manager.
Hello,
@roro111 Yes it is possible, please access our admin demo you will get to know the functionalities of our plugin.
Regards,
WP Event Manager.
Hello,
@aveeshkumar We’d like to inform you that we do not provide support for customization. However we have paid customization service if you wish to go for that please open a ticket with the detailed requirements we will forward to our development team and let you know.
Regards,
WP Event Manager.
Hello,
@worksfather We understand your concern. However as you can see the error log the issue is not from our end if the issue was caused by our plugin the error will show ours . Please contact a local web developer from your end.
Regards,
WP Event Manager.
Hello,
@crankycrystal Could you please delete the plugin and install it again and check if its still not resolved open a ticket from your end we will look into it from our end.
Regards,
WP Event Manager.
Hello,
@dallen94 We appreciate your feedback and keep providing good service.
Regards,
WP Event Manager.
Hello,
@tgrlssh please open a ticket from your end, we will explain in detail. However you need to contact your hosting provider to unblock it because its them blocking not from our end.
Regards,
WP Event Manager.
- This reply was modified 1 year, 7 months ago by jathinhelp.
Hello,
@tgrlssh We’d like to inform you that the issue is with the hosting.They are blocking it.
Regards,
WP Event Manager.
Hello,
We’d like to inform you that this functionality is not available.
Regards,
WP Event Manager.
Hello,
@nabeel112345 We’d like to inform you that we do not provide support for customisation. However we have paid customisation service please contact our support we will help you with this.
Regards,
WP Event Manager.
Hello,
@paywall Please follow the below steps,
Settings steps to open .ics file:
1) Got to settings > Apps > Default Apps
2) Click on Choose default file types (bottom of the page).
3) Search .ics file type in search box.
4) Click on that .ics file type tab and set your default calendar app or any other app for the default setting.
5) Click on "Set Default" button.
How to open .ics file
1) Go to your .ics file folder (generally it's in download folder).
2) Double click on that .ics file.
3) If you set calendar app it will open directly in calendar.
4) If you use outlook to open .ics file then follow below listed steps.
a) double click on .ics file, it will open outlook.
b) click on outlook calendar tab.
c) it will open one popup.
d) Please select calendar from dropdown in which calendar you want to open the file.
e) click on "Import" button to import file.
f) your file is imported successfully message is shown.
g) Please check your event within that start to end date in calendar.
Regards,
WP Event Manager.