sama55
Forum Replies Created
-
I updated v6.4.8. It worked a little better, but, unfortunately, it seems that this problem has not been fixed yet. It seems that location may not change when saving event. You need to update again.
Thanks Marcus for your reply.
This seems to occur when I create some locations in settings panel and then select one on the event creation page. Therefore, I feel that conditions are different from location on https://eventsmanager.site/submit-your-event/.
I have high hopes for this plugin and your great work. I’m also a system engineer, so if you need any more information, please let me know.
Thanks again.
I also have this fatal issue. This problem is seen in many places in this plugin. I also confirmed this issue on demo site. Does this not occur in pro version?
- This reply was modified 1 year, 11 months ago by sama55.
Forum: Plugins
In reply to: [Advanced iFrame] Update error of “Add additional files”I confirmed that error was solved in V 7.3.2.
Thank you for your effort!Forum: Plugins
In reply to: [Advanced iFrame] Update error of “Add additional files”Reproduction process:
1. Go to “Advanced iFrame” > “Add/Include files” tab > “Existing additional files”
2. Create file (e.g. style.css) with “Create custom file” button
3. Click “Edit/View” link of “custom_style.css”
4. “Sorry, that file cannot be edited.” message is shown.Supplementary information:
New folder (advanced-iframe-custom) is created under “wp-content/plugins/” folder on my environment (Windows localhost). Your program seems to be concerned about folder creation. If custom files are created in your plugin folder, problems may not occur.Do these pieces of information help for investigation?
Thank you for your quick response. I will explain a little more.
Phenomenon:
Time difference is not reflected in the publication date. For example, Japan time difference is +0900. UTC (e.g. 2015/07/02 23:00:00 +0000) should be converted JST (2015/07/03 08:00:00). However, displayed time was 2015/07/02 23:00:00.My investigation:
At first, I thought that date_i18n() function of WP core converts from UTC to JST. But, it seems not to convert (=> 2015/07/02 23:00:00). So, I used get_date_from_gmt() instead of date_i18n(). As a result, publication date has been displayed correctly (=> 2015/07/03 08:00:00).I’m not familiar with specifications of WP and date_i18n() function. Therefore, do I have something misunderstanding?