Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi sparkuparts,
We recently discovered a missing div end tag in our code and will be fixing this in the next release. Your fix will work for now but when we release 3.0.2 which will be very soon, you won’t need this anymore.
Thanks,
JonahJonah
ParticipantHey Jonah,
Yeah I’m not seeing that behavior when I view your site. The specific categories load the prev/next months and stay within the same category. What browser are you using? Have you tried clearing your cache?
– Jonah
Jonah
ParticipantHi Justin,
You need to specify the event ID in the tribe_event_featured_image() function like so:
tribe_event_featured_image($event->ID)
Try that and let me know how it works.– Jonah
Jonah
ParticipantHi Ben,
That’s strange. Can you please provide me wp-admin credentials so I can take a closer look? You can post them privately here. Do I have permission to deactivate all plugins and/or switch the theme to help troublehshoot? I’ll put everything back the way it was.
@Stacy – Can you provide a link we can take a look at? Have you tried deactivating all other plugins and/or switching your theme to see if it’s a plugin/theme conflict?Jonah
ParticipantHi kduncan773,
Can you please share that code through http://snippi.com/ – it looks like some of it got cut off.
Jonah
ParticipantSounds good Trevor, I’m going to close this thread out then. Please let us know if you need help with anything else.
Regards,
JonahJonah
ParticipantSounds good Justin, I’m going to close this out then but let us know if you need help with anything else.
– Jonah
Jonah
ParticipantHi Laura,
Thanks for sending the theme. We’re still discussing internally how to proceed with Headway integration and unfortunately I don’t have any other update for you at the moment. I’ll have something more substantive tomorrow but just wanted to update you letting you know we’re looking into it. Stay tuned.
Regards,
JonahJonah
ParticipantHi Justin,
Ahh good catch, that’s something we need to update (the wpshindig site). Thanks for pointing that out!
Yes, to get the event thumbnail in the widget you’ll need to modify the widget template. This is pretty easy to do though. You just need to make a copy of /wp-content/plugins/events-calendar-pro/views/widgets/list-widget.php and place in a ‘tribe-events/widgets’ folder in your theme. Then just add this code wherever you want the image to display and feel free to add your own markup to be able to style it: http://snippi.com/s/18jsqyt
I hope that helps but let me know if you have any questions.
Regards,
JonahJonah
ParticipantHi Ben,
Sorry to hear about the issues. Does the calendar view work without Cloudflare enabled? Do you have this configured via a WordPress plugin or what? Have you tried adjusting anything on the Cloudflare side of things to see if that has any effect?
Jonah
ParticipantHi kduncan773,
Please see our FAQ on that topic: https://theeventscalendar.com/knowledgebase/calendar-page-shows-event-title/
Let me know if you have any questions.
– Jonah
-
This reply was modified 11 years, 1 month ago by
Leah.
Jonah
ParticipantHi buooy,
I’m moving this to the WooTickets forum where someone else will be able to help you.
Regards,
JonahJonah
ParticipantHi trevnetmedia,
Make a copy of /wp-content/plugins/events-calendar-pro/views/widgets/mini-calendar/single-event.php and place in a ‘tribe-events/widgets/mini-calendar’ folder. Then make a space after line 45 and add this: http://snippi.com/s/f0epyfj
I hope that helps but let me know if you have any other questions.
– Jonah
Jonah
ParticipantHi melrichban,
You have this declaration in your theme’s CSS which is hiding the venue name/link:
.author {
display: none !important;
}
The venue name uses that same class so my recommendation would be to make that more specific to whatever else you are needing to hide.I hope that helps but let me know if you have any other questions.
– Jonah
Jonah
ParticipantHi Justin,
There appears to be some script errors on the page unrelated to our plugin that is preventing our plugin from fading the photos in on page load. You can either fix the script errors or you can manually override the CSS which is setting the opacity of the div container to ‘0’ like so:
tribe-events-content-wrapper #tribe-events-photo-events {
opacity: 1;
}
Add that to your theme’s style.css file. I hope that helps!– Jonah
-
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
