Jonah

Forum Replies Created

Viewing 15 posts - 256 through 270 (of 4,001 total)
  • Author
    Posts
  • in reply to: Upgrading to 3.0 on Genesis Themes #54513
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Next/Previous Month Links Do Not Work With Category #54511
    Jonah
    Participant

    Hey 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

    in reply to: No pro widgets? #54510
    Jonah
    Participant

    Hi 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

    in reply to: Calander views not working #54508
    Jonah
    Participant

    Hi 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?

    in reply to: Page Title showing first event title, not page title. #54505
    Jonah
    Participant

    Hi kduncan773,

    Can you please share that code through http://snippi.com/ – it looks like some of it got cut off.

    in reply to: Event Description inside widget #54504
    Jonah
    Participant

    Sounds good Trevor, I’m going to close this thread out then. Please let us know if you need help with anything else.

    Regards,
    Jonah

    in reply to: Any idea why content is hidden in calendar view? #54503
    Jonah
    Participant

    Sounds good Justin, I’m going to close this out then but let us know if you need help with anything else.

    – Jonah

    in reply to: No Header, Navigation or Footer on /events Page 3.0 #54405
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: No pro widgets? #54397
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Calander views not working #54371
    Jonah
    Participant

    Hi 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?

    in reply to: Page Title showing first event title, not page title. #54369
    Jonah
    Participant

    Hi 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.
    in reply to: Bring back the PDF tickets #54364
    Jonah
    Participant

    Hi buooy,

    I’m moving this to the WooTickets forum where someone else will be able to help you.

    Regards,
    Jonah

    in reply to: Event Description inside widget #54362
    Jonah
    Participant

    Hi 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

    in reply to: The Events Calendar PRO – Venue Name not displaying #54359
    Jonah
    Participant

    Hi 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

    in reply to: Any idea why content is hidden in calendar view? #54356
    Jonah
    Participant

    Hi 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

Viewing 15 posts - 256 through 270 (of 4,001 total)