Forum Replies Created
-
AuthorPosts
-
Josh
ParticipantHey Greg,
I apologize for the confusion there with that previous response and the odd formatting there.
I’m glad you were able to find a solution here.
I did some further testing but I was unable to replicate the issue. If I use just:
https://gist.github.com/BeardedGinger/809353fe857ed2d50db7fde2edfe0c2a
It works and only pulls upcoming events (or in my case no events since I only tagged past events with the “featured” tag). If I remove the “eventDisplay” setting from being “list” then those past events get included.
This makes sense due to the way the filters are intended to work there. I’m curious if you maybe have some additional query alterations to possibly “suppress_filters” elsewhere on your site?
Thanks!
Josh
ParticipantHey Jack,
I apologize for the confusion there. Try this following snippet to be used specifically with the Event Tickets RSVP form:
https://gist.github.com/BeardedGinger/079aa465be05c0261dda6838c662a9cc
Let me know if this helps.
Thanks!
October 24, 2016 at 9:28 am in reply to: Back office add ans setting back office for my customer #1181966Josh
ParticipantHey Thierry,
Thanks for clarifying here!
It sounds like our Community Manager bundle is specifically what you’re looking for our Community Manager Bundle.
This allows visitors (or logged-in subscribers) to create events on your site, create and charge for tickets on the site, and you define how commissions will work on the site as well.
Let me know if this helps.
Thanks!
Josh
ParticipantThis reply is private.
Josh
ParticipantHey Shannon,
Ah, I see what you’re describing. The exports are working as expected UNTIL you navigate to another month and try to export. Try exporting when using the http://ageekmom.com/events/month/?tribe-bar-date=2016-11 URL structure. This should give you the exports for November. Without that, the export will pull whatever the default month is.
Let me know if this helps.
Thanks!
Josh
ParticipantThis reply is private.
Josh
ParticipantHey Jordan,
Thanks for following up here.
Out of curiosity here, do you have ownership over The Porn Effect site? I’d love to see the system information for that site if you wouldn’t mind sharing it as a private reply here?
Thanks!
Josh
ParticipantHey,
Thanks for reaching out to us!
I took a look at your site and it looks like this is due to some styles that are set in your theme. On your other pages, the sidebar is output within the “#content-area” of the template while on the single events they are displaying outside of that div. That’s why it is getting pulled down there.
Let me know if this helps.
Thanks!
October 23, 2016 at 11:00 am in reply to: Back office add ans setting back office for my customer #1181623Josh
ParticipantHey Thierry,
Thanks for reaching out to us!
I’m not sure I follow exactly what you’re looking for here. Is the “customer” here the owner of the site that you’re building for her?
Or, are you the site owner and the customer is someone that is just adding events to your site?
Thanks!
Josh
ParticipantHey Marianne,
Thanks for reaching out to us!
It looks like this is a known bug with the latest version of the plugin.
I’ve added your thread here to our internal ticket for tracking this issue. You’ll be notified here as we make progress on this one.
Your current solution is a good workaround until there is an update to address this one.
Let me know if this helps.
Thanks!
Josh
ParticipantHey Lucas,
If you wouldn’t mind sharing your system information in a private reply here that would be helpful. I can take a look at the list and determine the most likely culprits and then test.
This will help us when supporting others in the future if we’re aware of these known conflicts.
Thanks!
October 23, 2016 at 10:39 am in reply to: Events Calendar – Custom search functionality with country #1181617Josh
ParticipantHey Martin,
What you’re looking for isn’t directly available in our plugins. I did a little research and what you’re describing has been accomplished on a site that has a highly customized approach to the filters there https://www.medspeaks.com/events/.
So, it is possible however it will require some pretty detailed customization and isn’t something that we would be able to support in our forums here.
Let me know if this helps.
Thanks!
Josh
ParticipantHey Lucas,
Thanks for following up here!
When reactivating the plugins, are you able to determine which plugin was at the root of the conflict here?
Thanks!
Josh
ParticipantHey Lucas,
I did some testing here and the file imported a total of 592 events with the last event being “Last day of summer session V” in August of 2017 https://cloudup.com/cgBiaAoXTj4. When looking at the Import > History tab, how many events does it say were imported for you there?
Scanning the events, I’m not seeing any patterns of duplicated events as well doing a search for the same events from your screenshot, I’m only seeing a single version of each.
As a test here, would you mind attempting an import of the CSV with all other plugins deactivated to see if that helps? Also, would you mind sharing the system information for your site as a private reply here.
Thanks!
Josh
ParticipantHey Greg,
Thanks for reaching out to us!
As a first test here, can you try changing the “date( ‘Y-m-d’ )” to “<span class=”pl-c1″>date</span>(<span class=”pl-s”><span class=”pl-pds”>'</span>Y-m-d<span class=”pl-pds”>'</span></span>)<span class=”pl-k”>.</span><span class=”pl-s”><span class=”pl-pds”>'</span> 00:00:00<span class=”pl-pds”>'” to see if that helps here. </span></span>
Alternatively, you could try using a meta_query there using the following options:
'key' => '_EventStartDate', 'value' => date('Y-m-d').' 00:00:00', 'compare' => '>=', 'type' => 'DATETIME'Let me know if either of those approaches helps here.
Thanks!
-
AuthorPosts
