s-hinse
Forum Replies Created
-
hi Dave,
yes, I am using a channel embed and it is working. But the channel embed did not work when I clicked the “allow cookies” button on the main video (on top). I had to refresh the page to make the other videos work. I added this little snippet I found here: https://github.com/Really-Simple-Plugins/complianz-integrations/blob/master/reload-after-consent.php which refreshes the page on clicking the button on the main video.
Hope that helps!
Best,
SvenI just ran into the same problem – for me checking th “defer javascript” option in the “Performance” tab of Embed pro helped.
Forum: Plugins
In reply to: [Export events to CSV (Addon for Events Manager)] no file extension on exportHi saugertyp,
I cannot reproduce this bug. I get a file with “.csv”-extension when I export a csv-file. It seems that your server cannot deal with blank spaces in file names because the name is cut before the first blank space (should be for example em-events-08 21- 18.csv). I removed the blank spaces from the filename and will release an update on w.org in a few days. You can already get the update on github: https://github.com/s-hinse/export-em-events-to-csv
hope that helps!Forum: Plugins
In reply to: [Export events to CSV (Addon for Events Manager)] Export Future EventsHi sbarrera86,
you are on the right track. You need to change L55 in Exporter.php to
$events = $wpdb->get_results( 'SELECT * FROM ' . $table.' where event_start_date >= CURDATE() ', ARRAY_A );
to get only future events.
But your changes will be overwritten, if there is an update for the plugin, so you might consider renaming it to your own thing.- This reply was modified 6 years, 3 months ago by s-hinse.
Hi madgefest,
Im glad you managed to get your site up and running again!
It seems that you are running a very old PHP version (lower than 5.4.) .
My plugin needs at least 5.4. If you havent done so yet, you could upgrade your PHP version (which is a good idea anyway). Then you should be able to install and activate the plugin whithout issues.Best,
SvenI just released a new version that exports the custom attributes. Removal of attributes is possible via a filter.
Hi,
the database structure in Events Manager was changed. I need to update the plugin. I will notify you when the new version is available.Hi erkohkds,
the plugin exports the event attributes as well. They should be included in the CSV file.
Best, SvenHi,
if you want to migrate events from a WP installation to another, you can use the WordPress Import / Export Tool. Just choose “Events” and “Event Locations”, download the XML file and import this file to the target destination.
Hope that helps!
Best,
SvenForum: Plugins
In reply to: [Export events to CSV (Addon for Events Manager)] Link not visibleDo you have the em-events plugin installed and do you have the capability “edit others events” in your user role?
Hi kisabelle,
thanks for reporting this bug. This happens probably because the very first event in your CSV file has no custom attributes set. A quick fix would be just to add some custom values to your first event. Alternatively, you can download a new version of my plugin from my github account, where I (hopefully) fixed the bug. https://github.com/s-hinse/export-em-events-to-csv.gitIf you are still experiencing problems, tell me.
Best, Sven