mailme.eva
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Login Popup and Shortcodes] Registration not showingHi Earl, did you make sure people can actually sign up to your site?
You need to activate it in Settings -> General under “Membership” and in WooCommerce -> Settings -> Accounts & Privace under “Account Creation”.After some more testing around I realized that start_date seems to include by default all ongoing events that started earlier. To me this looks like a bug, since it is incongruent with the description of “events starting after the specified date”.
This applies the same way to the tribe_get_events() function, in both cases: when a startdate is specified and when eventDisplay is set to “upcoming”.
In my case, the events are mostly exhibitions, that last several weeks. Is there a way to get just the ones starting in the future?Forum: Plugins
In reply to: [JSON API User] Support for WordPress REST API version 2Ok, thanks!
Forum: Plugins
In reply to: [The Events Calendar] CSV Import broken in 4.3.0.1Hi Andras,
the CSV are wellformed, I can assure you. I generate them with a script. Also I was able to upload them with the old CSV Import with no problem after I rolled back. The files only contain data, from row 1 on (that’s why I miss the checkbox about the first line with column names).I can send you one of those files if it is helpful for you, actually I really think you should try the new CSV Import for yourself, since the fact, that there are only 7 columns but 23 field types has nothing to do with my files.
Also I understand that you have to upload the files to the server, but do we really need them in the media library? How was it done before? To me it seemed like some sort of temporary upload.
For the moment I stick to version 4.2.7 and hope you will fix it, let me know if I can contribute somehow.
Thanks and all the best
EvaForum: Plugins
In reply to: [The Events Calendar] WPML and CSV import of eventsHi Geoff, thanks for your answer. What you describe sounds kind of like a workaround with the manual assign :-(.
By any chance, do you guys have plans for working on this in the future?
Thanks for a great plugin!Forum: Plugins
In reply to: [The Events Calendar] Events shown on month view are all the sameOk, thanks Brook
Forum: Plugins
In reply to: [Event Calendar Newsletter] Not working?Ok, now that’s super wired: the events show up when I choose “6 monts” in “Future Events to Use:”. Then all of them show suddenly up, also those for next week etc. This is behaviour seems to be independent of any theme or plugin i have activated.
Any idea why this could be happening?Forum: Plugins
In reply to: [Event Calendar Newsletter] Not working?Hi Brian, sorry to let you know that your plugin just doesn’t work for me. I switched to twenty sixteen theme, deactivated all plugins except yours and the events calendar and still no success.
??Forum: Plugins
In reply to: [The Events Calendar] Events shown on month view are all the sameHi there, just giving this a bump…
Forum: Plugins
In reply to: [The Events Calendar] Events shown on month view are all the sameHi there I am reopening this ticket because I am bumping into problems once again when updating from 4.1.0.1 to 4.1.4.
I had achieved a “latest first” order for the events shown in each day of the month view first by modifying the query as stated above (this query is part of the now deprecated function getEventCounts()). And lately I could just modify the default order where it is set in getEvents() to achive the desired results.
Aparently in the latest version neither of those works. Can you point me to where to look for this change?
Thank you very much.
Forum: Plugins
In reply to: [Event Calendar Newsletter] Not working?Hi Brian, thanks for your reply. I have a local copy and will try to identify the culprit. I will let you know if I find something.
Forum: Plugins
In reply to: [The Events Calendar] Categroy view switch gives 404Hi Brian, it is in spanish, I will try an updade to 4.0.1 and report back, thanks!
Forum: Plugins
In reply to: [Import External Images] Images from secure site don't import@nakita_dog thanks for the tip, it didn’t work for me though. The import dialog appears with your change, but does not import ??
Any idea why that could be?Forum: Plugins
In reply to: [The Events Calendar] Events shown on month view are all the sameResolved
Forum: Plugins
In reply to: [The Events Calendar] Events shown on month view are all the sameJust in case someone else has the same need:
If you use Version 3.10.1, you can change the general order of the wp-query in the file src/Tribe/Query.php on line 764:ORDER BY menu_order DESC, DATE(tribe_event_start.meta_value) DESC, TIME(tribe_event_start.meta_value) DESC;",
Hope it helps!