Josh

Forum Replies Created

Viewing 15 posts - 226 through 240 (of 4,178 total)
  • Author
    Posts
  • in reply to: tribe_get_events returns posts when it should not #1182385
    Josh
    Participant

    Hey 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!

    in reply to: Ticket form is visible on password protected page #1182379
    Josh
    Participant

    Hey 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!

    in reply to: Back office add ans setting back office for my customer #1181966
    Josh
    Participant

    Hey 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!

    in reply to: Recurrence Rules Not showing #1181960
    Josh
    Participant

    This reply is private.

    in reply to: .ics Imports are failing beyond the current month #1181921
    Josh
    Participant

    Hey 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!

    in reply to: Multiple Issues with imports #1181825
    Josh
    Participant

    This reply is private.

    in reply to: Events not Import #1181822
    Josh
    Participant

    Hey 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!

    in reply to: issue with sidebar #1181624
    Josh
    Participant

    Hey,

    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!

    in reply to: Back office add ans setting back office for my customer #1181623
    Josh
    Participant

    Hey 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!

    in reply to: Vertical Filter is not working any more #1181622
    Josh
    Participant

    Hey 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!

    in reply to: Multiple Issues with imports #1181620
    Josh
    Participant

    Hey 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!

    Josh
    Participant

    Hey 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!

    in reply to: Multiple Issues with imports #1181615
    Josh
    Participant

    Hey 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!

    in reply to: Multiple Issues with imports #1180947
    Josh
    Participant

    Hey 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!

    in reply to: tribe_get_events returns posts when it should not #1180936
    Josh
    Participant

    Hey 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!

Viewing 15 posts - 226 through 240 (of 4,178 total)