Forum Replies Created
-
AuthorPosts
-
August 3, 2015 at 3:31 pm in reply to: next / prev links when showing all recurring events instances loads other events #992909
Geoff
MemberHey Mike,
You’re absolutely right: those functions are specifically tied to the List View as a whole rather than a specific recurring series.
The problem (or pain point perhaps) is that the /all/ page of a recurring series is set to show all events in that series regardless of past or upcoming status. It would use it’s own pagination from there.
Unfortunately, I’m afraid this would be a rather tough customization to pull off. However, it does seem to dovetail nicely with this existing feature request, which I highly suggest adding your vote to.
Sorry I don’t have more of a concrete solution for you here, but does this at least help shed some light on things? Please let me know if you have other follow-up questions here and I’d be happy to help as best I can.
Cheers,
GeoffGeoff
MemberHey Guy,
Man, my sincerest apologies here. I too would be frustrated by any issue sticking around for three weeks so let’s try to figure this out together.
To start, would it be possible to share the URL of the site where this is popping up? I’d like to check a couple of things from this end before digging in too deep just to make sure we’re covering our bases. You can include that in a private reply, if you’d like.
While we’re at it, will you please also paste in your system information? You can grab that in the Events > Settings > Help screen at the very bottom–this will also be a huge help.
Thanks so much and sorry again for the trouble!
Geoff
Geoff
MemberHey David and welcome to the forums!
Good question and you’re right: the tutorial does not include an example for how to include the category. However, you can do so by including this line after the end date:
<category><?php echo tribe_get_event_categories ?></category>Will this work for you? Please let me know. 🙂
Cheers!
GeoffGeoff
MemberHi Mike and welcome back to the forums!
Good question. The new(ish) Google Universal Analytics has a method for capturing virtual pageviews which is nicely summarized in this article. I can’t say I have personally used it on any of my sites or tests, but it should provide a good starting point for capturing any AJAX page view on your site.
Cheers!
GeoffGeoff
MemberHi Trisha and thanks for getting in touch! I hope The Events Calendar and WooCommerce Tickets wind up being the right fit for the site you’re working on. 🙂
Good question and nice work finding this tutorial as a starting point. You can certainly edit the code in that tutorial to display the featured images for all events on a particular day, regardless of whether there is more than one event, which would look something like this:
<?php if ( has_post_thumbnail() ?> <div class="tribe-events-event-thumb"><?php echo get_the_post_thumbnail( $post->ID, array(90,90) );?></div> <?php endif; ?>Does this help answer your question? Please feel free to let me me know if you have any follow-up questions here and I’d be happy to help as best I can. 🙂
Cheers!
GeoffGeoff
MemberHi Karolina, sorry for the trouble here!
Would it be possible to set up a test site where we can try activating Twenty Fourteen? This will avoid any disruption to your live site and ensure that we’ve effectively got a clean canvas to work with.
Sorry for the hassle, but I haven’t been able to replicate this issue myself on a default theme and haven’t seen any other reports of this, so I want to make sure the conflict isn’t coming from the theme level and that we cover all our bases.
Thanks so much!
GeoffGeoff
MemberHi John! I see my last reply was marked as the correct answer, so I’ll go ahead and close this thread. I’m stoked to hear this helped and please feel free to reach back out if any other questions pop up–we’d be happy to help. 🙂
Cheers!
GeoffGeoff
MemberHey @media325! Nice to see you again and hope all is well. 🙂
Good question. Your functions are totally legit and on point. The issue is that our own template selector class Tribe__Events__Templates::templateChooser() intentionally overrides has_archive in order to allow the selection of a specific template in other views.
This is completely untested, but you could try doing something like this to achieve the same effect:
add_filter( 'template_include', 'custom_venue_template', 20 ); function custom_venue_template( $template ) { if ( ! is_singular() || ! tribe_is_venue() ) return $template; return 'custom/template/path.php'; }Like I said, it hasn’t been tried out, but should at least give you a good framework to start with.
Let me know if you have any other follow-up questions here and I’d be happy to help as best I can. 🙂
Cheers!
GeoffGeoff
MemberHey John–nice to see you again and hope all is well!
Good question. Let’s get that dot out of there! Try adding this to your theme’s stylesheet to see if it makes a difference:
#tribe-events .tribe-events-loop ul li { list-style: none !important; }I’m hoping this does the trick, but it’s hard for me to test since the style is coming directly from the theme. Let me know if it still needs work and I’d be happy to take another look. 🙂
Cheers!
GeoffGeoff
MemberHi Dominic, thanks for following up!
Does the same issue pop up if you switch your test site to a default WordPress theme? For example, are you able to switch to Twenty Fifteen and does the widget still not display any events? I just want to check to see if we should be focusing on the plugin or the theme.
If you could do the same with the other installed plugins (deactivate them all and check the issue–if it’s there, reactivate the plugins one at a time to see where the conflict is), that would be great so we can make sure we’re covering our bases.
Here’s a guide that walks through these troubleshooting steps in more detail, if it helps.
Thanks!
GeoffGeoff
MemberMy pleasure and thanks for sharing your solution with us! Feel free to hit us back up with a new thread if anything else pops up–we’d be happy to help. 🙂
Cheers!
GeoffGeoff
MemberHowdy @sesumiloa, thanks for chiming in here!
No update so far, but hoping to review the system information when it’s available to see if I can replicate the issue on my end with the exact same settings.
You’re totally welcome to follow along here, or please feel free to hit us up with a new thread and we can help you directly there. 🙂
Cheers!
GeoffGeoff
MemberHi Victoria!
Thanks a ton for getting in touch and welcome to the forums. 🙂
I see what you mean–those Open Mic events are shown in the Related Events area but clicking on them results in a 404 error. That’s no good!
Quick question: do you use any caching plugins on your site? Or perhaps, does your theme or host use caching? I wasn’t able to replicate the issue in my test site, but I’m wondering if your site isn’t caching those events and attempting to display them when they technically don’t exist.
Another question: do those Open Mic events still exist in your Trash? If so, try permanently deleting them to see if that makes a difference.
If those events are still popping up after those two steps, then please try running through the troubleshooting steps outlined here. It’s a bit of a long shot and but I think it’s certainly worth doing since 404 errors are involved.
Let’s start here and see what we find. 🙂
Cheers!
GeoffGeoff
MemberHi David–welcome back to the forums! Sorry for the trouble here with the number events displayed.
That’s very strange and I definitely see what you’re describing. I visit the page and see five events. I click Next Events and see a no events message. Then, I click back and six total events. Not good!
First off, I see you noted having tried:
Deactivated all other plugins? Yes
Switched to a default theme? YesDid you happen to notice any different in those conditions? How about when using the default WordPress Twenty Fifteen theme and deactivating all other plugins together–does the issue still pop up then?
One other thing I’d like to have you try after that is heading to Settings > Pernalinks and simply clicking the Save Changes button without changing any settings. This will flush your permalinks which can help address common 404 messages.
Let’s start there and see what we find. 🙂
Cheers!
GeoffGeoff
MemberSounds great and thanks for the feedback, William! I’m so glad to hear you made a ton of progress here and will keep talking with the team to find new ways to make the Themer’s Guide and customization process easier all around. 🙂
See you in the other thread!
Geoff
-
AuthorPosts
