Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi Chris,
You’ve got a javascript error on the page that is likely the issue. Have you modified any of the Community Events or The Events Calendar or Events Calendar Pro code/templates? If not, it looks like it could be an unclosed tag somewhere on the website. Either that or a conflict with another plugin. You could try deactivating all other plugin except for Community Events and TEC/ECP. It could also be a problem with the install of one of the 3 Tribe plugins in which case you’ll want to try reinstalling all three by re-copying the plugin folders and replacing all files.
Hopefully that gives you something to work with but let me know if you are still having issues after trying the above steps.
Thanks,
JonahJonah
ParticipantHi Montana,
To help you with the calendar fitting, first try changing your Events Template setting in Settings > The Events Calendar > Template to something other than what is there now.
As for the import issue, it sort of looks like you have code for the event content that came over from Eventbrite that was pasted in from something like MS Word. Is this the case? It might be easiest if you provided me with WP admin and Eventbrite access so I could take a look at your setup and this specific event and see what I can find. Please email access to jonah [at] tri [dot] and be sure to include a link referencing this thread so I know what the email is for.
Thanks,
JonahMay 24, 2012 at 9:50 pm in reply to: Can't get my Eventbrite Id to create a website event– errors out #19697Jonah
ParticipantHi Loren,
It would probably be easiest to try and see this firsthand on your own website. Can you please email me WP admin and Eventbrite access so I can verify this myself? Please indicate the event your are trying to import along with a link referencing this thread so I know what the email is for. You can email to jonah [at] tri [dot] be
Thanks,
JonahJonah
ParticipantHi Jeremy,
Did you try:
echo tribe_get_cost();
Jonah
ParticipantHi Nicole,
You can just create a custom link but try clicking on Screen Options in the upper right and checking Events, Venues, Organizers and Event Categories. Once you check those boxes you should more comprehensive options for adding event related items to your menu(s).
I hope that helps but let me know if you need anything else with this.
Thanks,
JonahJonah
ParticipantHey Denis,
Sorry we didn’t get to this earlier. Normally our response time will be within 24 hours and usually less but we’re still well within that 🙂
Glad you figured it out though! Let us know if you have any other questions.
Cheers,
JonahJonah
ParticipantHey Jim,
That all looks good to me, glad you figured it out! The code could be cleaned up a little for readability but bah, who needs that if it works right? Thanks for sticking with it and thanks for sharing your solution. Hopefully it will help others in the forum 🙂
If you need any other help just ask.
– Jonah
May 24, 2012 at 9:23 pm in reply to: Events Calendar Pro Interferes with Using Widget Builder Widget on IE #19692Jonah
ParticipantHi Kathleen,
What is Widget Builder? Is this a plugin? Is it free, i.e. something I can go download to try and replicate your issue? If not, can you email me a copy so I can download and install and try out in my environment. You can email to jonah [at] tri [dot] be
Thanks,
JonahJonah
ParticipantHi Kathleen,
It would help if we could see the issue you are experiencing. Can you post a link to your website?
Thanks,
JonahJonah
ParticipantHey Beej,
As Rob mentioned we can’t provide specific customization help here in the forum but I can offer you some ideas of how to accomplish this.
First, the file you’re mainly going to want to be working with is /wp-content/plugins/the-events-calendar/views/table.php – to modify this make a copy and place in an ‘events’ folder in your theme. Now you can make any changes you want to table.php and they will be preserved the next time you update the plugin.
In table.php find line 140 which is outputting the title in the tooltip. Below line 140 from lines 141 – 163 there is all the code for displaying the date information for the event, the content/excerpt and the post thumbnail in the tooltip. So basically you are going to want to most most of that so that only the thumbnail displays and the proper size displays. You can use the add_image_size() function for example to add additional image sizes to be user here: http://codex.wordpress.org/Function_Reference/add_image_size – or, use something like TimThumb to resize images on the fly (http://www.binarymoon.co.uk/projects/timthumb/).
To bring in the venue, we can borrow some code from /wp-content/plugins/the-events-calendar/views/single.php – if you look for lines 63 – 67 you’ll find the following code:
if( class_exists( 'TribeEventsPro' ) ):
tribe_get_venue_link( get_the_ID(), class_exists( 'TribeEventsPro' ) );
else:
echo tribe_get_venue( get_the_ID() );
endif;
If you want to link to the Venue you will want to use tribe_get_venue_link( $post->ID ) but if you only want the name you will want to use tribe_get_venue( $post->ID ). Either of those functions can be placed wherever you want the venue to display on the calendar.
Hopefully that points you in the right direction! Let me know if you have any questions with this.
Cheers,
JonahJonah
ParticipantHi David,
Sorry for not being more clear. I’m not sure how you have your menu setup but if you’re using WordPress built in custom menus you should be able to go to Appearance > Menus. Then, just change the link for the Calendar menu item to /calendar/ instead of /?post_type=tribe_events
If you’re not using WordPress custom menus you’ll need to figure out how your menu has been setup in your theme and how to change it because I cannot help you with that.
I hope that helps,
JonahMay 23, 2012 at 4:07 pm in reply to: iCal Import – How do we get it to add event to an existing calendar in Outlook #19630Jonah
ParticipantHi Dave,
The file and location for that hack has changed but it should still work. You would want to modify /wp-content/plugins/events-calendar-pro/events-calendar-pro.php on line 374.
Unfortunately though this hack will be lost each time you update. I’m not sure whether this specifically has been asked about before but I know there have been other requests to be able to change what comes across into iCal. I would suggest making a feature request for being able to do this here: https://theeventscalendar.com/support/forums/topic/events-calendar-pro-feature-requests/
I hope that helps but let me know if you need anything else.
Thanks,
JonahJonah
ParticipantHi Craig,
That’s a fantastic suggestion and would account for any custom date situation someone would need. We’ve got a ticket for improving the recurrence patterns as a feature in the future so I will add this to the list of ideas.
Thanks,
JonahJonah
ParticipantSounds good Christopher! Please post your issue with the feed into another thread to keep things organized.
Thanks,
JonahJonah
ParticipantHey CK,
Sure it’s possible. Do you want to display event posts along with your other posts on the home page or separate?
– Jonah
-
AuthorPosts
