mibuthu
Forum Replies Created
-
Forum: Plugins
In reply to: [Event List] exporting all events as CSV fileThis is not possible within the event-list plugin.
But the events are available as WordPress posts with post type “Events”.
Because of this you can export the events with- the included WordPress export (see Tools -> Export) as XML
- another plugin which let you export posts as CSV
Forum: Plugins
In reply to: [Event List] Event Details PermalinkUnfortunately permalinks for the events are not implemented yet.
What you can do now is:
- Create a event page with the event-list shortcode e.g. https://myurl.com/events
- Add this page url as linked event page in the widget options
With this steps your link should be working and will display the single event view in the event page.
Forum: Plugins
In reply to: [Link View] Unwanted and missing linebreaksIt seems that you have fixed this already.
- This reply was modified 3 years, 5 months ago by mibuthu.
Forum: Plugins
In reply to: [Event List] iCal feedYou cannot show events of an external iCal feed.
It is the other way around: You can share the Event List events with an iCal feed.Forum: Plugins
In reply to: [Event List] Can’t access all eventsWhen there is a white screen there must be an error which is visible in the log files.
If someone can provide the information of the error logs I can have a look.Since version 0.8.0 the events are stored in a different database table.
If the update to migrate the events to the new table fails you will not see the events anymore.
But the events are still available in the old table, so if you downgrade the plugin the events should be available again.If the update fails and you have no events anymore, can you please check/provide the following:
- Is the file wp-content/event-list_upgrade.log available? If yes, please provide the content.
- Can you provide a backup of the database table ‘wp_event_list’ for testing?
- This reply was modified 3 years, 7 months ago by mibuthu.
Forum: Plugins
In reply to: [Event List] How to change language specific detailsThanks for the report, this should be fixed in version 0.8.6
Forum: Plugins
In reply to: [Comment Guestbook] “Notes before form fields” margin issueYou can try again with the new version 0.8.0. I have added a div wrapper which probably already helps. If not the wrapper-div has a specific class which you can use to add your custom CSS.
Forum: Plugins
In reply to: [Event List] collapse_content doesn’t work anymore (since update to 0.8.4)Thanks for the info, I will fix that in the next version.
In the meanwhile adding
show_excerpt=false show_content=true
should fix the issue.Forum: Plugins
In reply to: [Comment Guestbook] 0.7.4 other Critical ErrorThis should be fixed in the new version 0.7.5.
Forum: Plugins
In reply to: [Comment Guestbook] Sorting does not workPlease try with the new released version 0.7.5.
Forum: Plugins
In reply to: [Comment Guestbook] 0.7.4 Critical ErrorSorry it took a bit longer as I found another bug which was difficult to fix, but now the new version 0.7.5 containing this fix is released.
Forum: Plugins
In reply to: [Comment Guestbook] Sorting does not workDo you have the option to show the comment list in page content enabled?
If that is the case I know this issue and I am working on a solution.
- This reply was modified 4 years, 1 month ago by mibuthu.
Forum: Plugins
In reply to: [Comment Guestbook] 0.7.4 Critical ErrorThanks for testing, I will release an updated version soon.
Forum: Plugins
In reply to: [Comment Guestbook] 0.7.4 Critical ErrorThanks for the info. I think I found the problem, I could not reproduce it with the themes I use, but in the WordPress customizer.
Can you please try this modification, to check if the fix is also working for your issue? Changing the add_action line in the options.php file should be sufficient.
When this fix is also working for you, I will release a new version.