Forum Replies Created
-
AuthorPosts
-
September 17, 2014 at 6:04 pm in reply to: Adding Custom Field to Month View Breaks the Mobile Calendar #749615
Brook
ParticipantHowdy anthony,
We have been having some issues with our forum software this past week. I am sorry. My previous response never made it to you.
I tried placing your latest code in my month/single-event.php file. It worked fine in both desktop and mobile views. However, on your website that code is appearing inside of the tooltip, not where it should if it is the single-event. It seems that we are doing something different. Would it be possible to obtain a copy of your tribe-events theme override folder so that I can look through it? If you would like to email it to [email protected], and mention my name I will be able to comb through.
If you have any extra info regarding what you think I did different, please let me know. Thanks!
– Brook
September 17, 2014 at 3:33 pm in reply to: Fix needed: Sort attendee checkin by name or email list #749366Brook
ParticipantThanks for pointing that out velveeta42. That does seem like the exact same problem.
When I shared this with the team a while back my manager asked a reasonable question, “Why aren’t other people facing this problem?” To the best of our ability we were not able to find others. But your link plus this topic is helping us to understand the scope a little better. It is not that anyone thinks this would not be a nice feature enhancement, but it is more that we are trying to make sure more than a couple of people will find it useful if we are investing time.
I am going to do my best to drive this forward. Now that we are reaching the end of the summer in which we have focused on performance and cleaning the underlying architecture, we just came up with our internal roadmap for the next few months. On it are a lot of exciting improvements to the ticketing framework. I am going to see about getting this included with those. Thanks again!
– Brook
September 17, 2014 at 10:45 am in reply to: Event month and buttons outside the ajax load (PRO) #748843Brook
ParticipantHowdy ouuc,
I have bad news again. ð No snippets for that specifically. In order to make them work outside of the content loop, you would have to do something akin to starting a second loop. This is going to be a huge pain.
You might be able to just disable Ajax. I have not tested this script, but someone penned it and said it disables Ajax:Â http://pastebin.com/TujLEBYi
Perhaps that would work instead?
– Brook
September 15, 2014 at 10:48 pm in reply to: Adding Custom Field to Month View Breaks the Mobile Calendar #745859Brook
ParticipantHowdy anthony,
That is a little off. I am not sure why that is happening off the top of my head. Looking at your code it could be that the output is being called twice.
I am going to take a look at this tomorrow and try to recreate the problem, see if I can offer you some specific advice. In the mean time pleas elet me know if you have any more questions. Thanks!
– Brook
Brook
ParticipantHowdy nicoruhm,
In order to do something like that you will likely need to be intimately familiar with our theming API. Fortunately we have a nice guide for that. Depending on what you want to move to the second column, that could require a fair bit of coding in PHP, CSS, and possible even Javascript.
Does that answer your questions? Please let me know if you have any followups. Thanks!
– Brook
Brook
ParticipantHowdy jfulton73,
That is really strange. No events at all are showing? It seems likely that would be the result of a theme or plugin conflict. Would you mind checking for those? That tutorials gives you a nice step by step.
Please let me know if I can answer any questions or help you along that process. Cheers!
– Brook
September 15, 2014 at 10:40 pm in reply to: recurring event SOMETIMES shows the last instance? #745847Brook
ParticipantHowdy Owen,
I am not sure I understand. ð Which one is the first instance, Level C or Level A? And where is it not showing up correctly? What exactly is not correct?
Any addition detail or clarification you can provide would be very helpful. Once I understand then I can help. Cheers!
– Brook
September 15, 2014 at 10:36 pm in reply to: calendar widget – fast forward code problem and solution #745844Brook
ParticipantHowdy zerocool,
That is interesting. The code you referenced only runs once because it is not intended to affect other tribe queries like those on Event List page. But, it sounds like for you it was affecting multiple queries by accident.
I am not 100% sure I follow what the problem is. Could you pleasae take a screenshot of “the list of events that comes after”, the one which was showing events from 2013? I want to be 100% sure I understand you. Then maybe I can recreate the problem and submit a patch to our snippet.
Thanks for bringing this up! Once we get on the same page I hope to answer your question in detail.
– Brook
Brook
ParticipantHowdy fiberartnow,
Oh no. Let’s see what we can do to troubleshoot.
The first thing would be to make sure you are receiving any WP Emails. Go to WP Admin > Settings > Discussion and check “E-mail me whenever “E-mail me whenever Anyone Post a Comment”. Now try creating a subscriber account, and posting a comment. Do you get a notification?
When you go to WP Admin > Events > Settings > Community, could you copy/paste everything inside of the “Email addresses to be notified” box into a Private Reply here?
Please let me know if I can clarify anything or be of further assistance in the troubleshooting process. Cheers!
– Brook
September 15, 2014 at 7:45 pm in reply to: Event month and buttons outside the ajax load (PRO) #745725Brook
ParticipantHowdy ouuc,
I am here! We always answer weekend questions on Monday. Since there were a lot of questions this weekend some are being answered Monday night.
There is not really a CSS class you can add. What happens is that our Ajax JS basically deletes all of the inside of the div that wraps content.php and then calls content.php a second time to send the infos, and repopulates the div. Without rearchitecting the plugin, the only method is just to move all of the stuff that needs updating into content.php.
Does that make sense? Please let me know if you have further questions or if I can expand anymore. Thanks oouc!
– Brook
September 15, 2014 at 1:03 pm in reply to: Event calendar page blank but individual event pages work #745124Brook
ParticipantYou are welcome Julia. I am glad that you were able to figure it out. No worries about the delayed response, especially if it means you are no longer sick!
I shall mark this resolved. Thanks for posting!
– Brook
Brook
ParticipantI am not sure what that means. Mind expanding a bit? Thanks!
– Brook
September 11, 2014 at 10:54 pm in reply to: Serial events in events meta cannot be hidden â Bug? #739328Brook
ParticipantI am glad that fixed it! I am sorry that broke in the first place. So far you and I are the only ones I have heard of this happening to. Very strange. Â Thanks for the response, I am marking this topic resolved. Cheers!
– Brook
Brook
ParticipantThanks for marking the answer! I am glad you were able to figure it out from there. Please feel free to open a new topic if we can help with anything else in the future. Cheers!
– Brook
Brook
ParticipantHowdy again,
It is is possible to get one next to the iCal. Hopefully this step-by-step will make it easier. You could create a theme override for single-event.php. Replace line 56:
<?php do_action( 'tribe_events_single_event_after_the_content' ) ?>With:
if (is_single() && !post_password_required()) { echo '<div>'; echo '<a href="' . tribe_get_gcal_link() . '" title="' . __( 'Add to Google Calendar', 'tribe-events-calendar' ) . '">+ ' . __( 'Google Calendar', 'tribe-events-calendar' ) . '</a>'; echo '<a href="' . tribe_get_single_ical_link() . '" title="' . __('Download .ics file', 'tribe-events-calendar') . '" >+ ' . __( 'iCal Export', 'tribe-events-calendar' ) . '</a>'; echo '</div><!-- .tribe-events-cal-links -->'; }It should now be much easier to add something next to the ical link, which you can see in the above code snippet. If your code is HTML, then you can simply insert it in there.
I understand not being a coder for sure. I was trying to be super specific above. I really hope that helps. Cheers Juri! Please let me know if that works, or if I can expound on anything.
– Brook
-
AuthorPosts
