Forum Replies Created
-
AuthorPosts
-
June 3, 2014 at 6:44 am in reply to: Calendar and Events Are Too Wide on Page, Pushing Ads Out #200974
Casey
ParticipantThanks for confirming that this got you sorted. Since it looks like you’re all set, I’m going to mark this thread “Answered” and close it out.
By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://m.tri.be/jw
Thanks in advance. 🙂
Cheers,
CaseyCasey
ParticipantNathan,
Thanks for confirming that this got you sorted. Since it looks like you’re all set, I’m going to mark this thread “Answered” and close it out.By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://m.tri.be/jw
Thanks in advance. 🙂
Cheers,
CaseyCasey
Participantjoecalibre,
The plugin already contains a built-in day view, so I’m not exactly clear why you’re needing to recreate this functionality. With that being said, you should be able to use tribe_get_events() to query any events that you’re wanting to display.Hopefully that gets you pointed in the right direction to make this customization. Good luck and thanks! 🙂
-Casey-
Casey
ParticipantDid you try reverting to the default 2013 theme to see if the popups display there? Give that a shot and that will narrow down the issue a bit. Thanks! 🙂
-Casey-
Casey
Participantjohnviva7833,
Thanks for being a customer, and hopefully I can help you out with this issue. Can you try temporarily reverting to the default 2013 theme to see if this issue persists? I suspect that this is an issue with your theme, but just want to narrow it down a bit before troubleshooting further.Give that a try and let me know what you discover. Thanks! 🙂
-Casey-
Casey
Participantdirkschrama,
As @ragots state above, this is a known issue that we will be putting out a fix for ASAP, but as he suggested, in the mean time you can use @barry’s fix as a workaround: https://theeventscalendar.com/support/forums/topic/on-event-page-venue-website-field-is-garbled-after-3-6-update/#post-186990Give that a try and let me know if you have further questions. Thanks! 🙂
-Casey-
P.S. – Thanks for helping out here @ragots! 😀
Casey
Participantbilleven,
As @ragots state above, this is a known issue that we will be putting out a fix for ASAP, but as he suggested, in the mean time you can use @barry’s fix as a workaround: https://theeventscalendar.com/support/forums/topic/on-event-page-venue-website-field-is-garbled-after-3-6-update/#post-186990Give that a try and let me know if you have further questions. Thanks! 🙂
-Casey-
Casey
Participantlvnilesh,
Sorry to hear you’re having trouble here, but hopefully I can help. This is a known issue that we will be putting out a fix for ASAP, but in the mean time you can use @barry’s fix as a workaround: https://theeventscalendar.com/support/forums/topic/on-event-page-venue-website-field-is-garbled-after-3-6-update/#post-186990Give that a try and let me know if you have further questions. Thanks! 🙂
-Casey-
Casey
Participantfccilm,
Thanks for getting in touch! Yes, this is definitely possible by overriding the list widget template file. Take a look at our themer’s guide, which should show you how to perform a template override and get you started in the right direction.After looking there, let me know if you have further questions. Thanks! 🙂
-Casey-
Casey
Participantjonwalker72,
Thanks for reaching out! If you’re already overriding the ‘tribe-events-community.css’ file, then I would suggest removing all CSS rules from your functions.php file and placing them in your overridden CSS file. The functions.php file CSS rules are intended for small, quick style changes only, but overriding the CSS file is the preferred method.Hopefully that helps to point you in the right direction, but let me know if you have further questions. Thanks! 🙂
-Casey-
June 2, 2014 at 6:47 am in reply to: Date Format no more using WordPress setings since the 3.6 #198443Casey
Participantovdb,
Thanks for getting in touch! In version 3.6 we introduced new Date / Time formatting options that are specific to The Events Calendar. If you go to ‘Events->Settings->Display’ you’ll see many specific options that will allow you customize your date formats (screenshot). Hopefully this will help many of our international users to more easily customize the dates and times that are displayed to their users.Give that a try and let me know if you have further questions. Thanks! 🙂
-Casey-
Casey
Participantjonwalker72,
Thanks for getting in touch! I noticed that you created a separate thread with the same question, so I’ll go ahead and close this one out and answer your question in the other thread. Thanks! 🙂-Casey-
Casey
Participantjgirardi,
Thanks for getting in touch! We always suggest that users have a staging site to test any customizations / overrides that have been performed on their sites before updating the plugin, as things in the code might have changed and altered how their customizations work. Glad to hear that you were able to get a test site setup, but let me know if you have further questions here.Thanks! 🙂
-Casey-
June 2, 2014 at 6:37 am in reply to: Calendar and Events Are Too Wide on Page, Pushing Ads Out #198413Casey
Participantmichaeldinan,
Thanks for getting in touch! In ‘Events->Settings->Display’ you should notice the ‘Events Template’ option (screenshot). This option will allow you to use your theme’s Default Page template instead. Try changing that to ‘Default Page Template’ and see if that fixes the issue.Thanks! 🙂
-Casey-
Casey
Participanthammer72,
Unfortunately this functionality is not currently possible, but this is a great idea. Would you mind submitting it as an idea on our UserVoice page? That will help us to determine if this is a feature that the rest of the community would find helpful in a future version of the plugin.In the mean time, you could just hide the options that you don’t want to display using some CSS. If you right-click on the dropdown and select ‘Inspect Element’ (if you’re using the Chrome browser), you should be able to see the HTML that is controlling the display of the dropdown (screenshot). Just find the ID of the <li> that you want to hide and use the following CSS to hide it:
#saved_venue_chzn_o_4 {
display:none !important;
}
Give that a try and let me know if you have further questions. Thanks! 🙂
-Casey-
-
AuthorPosts
