Forum Replies Created
-
AuthorPosts
-
June 20, 2013 at 7:29 am in reply to: Event Details like Start and End Date/Time are not showing #51745
Jonah
ParticipantYep, it was the date and time settings in the general WordPress settings that were blanked out. You can set them to “custom” and then leave the fields blank. This is what you had set.
Are you all set here?
Jonah
ParticipantHi Michelle,
You would need to change the code in your theme’s header.php and footer.php files. Unfortunately we cannot help you with this level of customization. You’ll need to work on it yourself or hire someone to help you.
Regards,
JonahJonah
ParticipantHi Dale-Anthony,
Is this on the front end of back end? Have you tried deactivating all other plugins or switching the theme to rule out a conflict there?
– Jonah
Jonah
ParticipantHi Ashley,
There’s a setting in Events > Settings > General to enable comments on events. Just check that box and you should be good to go.
Regards,
JonahJune 19, 2013 at 9:41 pm in reply to: Event Details like Start and End Date/Time are not showing #51716Jonah
ParticipantHi bbswebmaster,
Thanks for providing your login information. I was able to figure it out. You had your date and time format settings blanked out and the plugin relies on these to display dates and times. I set them back to the defaults and all the dates and times are showing up now.
That should resolve things for you but let me know if you have any questions or need anything else.
Thanks,
JonahJune 19, 2013 at 2:41 pm in reply to: Event Details like Start and End Date/Time are not showing #51695Jonah
ParticipantHi bbswebmaster,
Ok, can you please post your wp-admin credentials here privately? I’ll take a look shortly. Do I have permission to turn off all plugins and switch the theme so I can verify that myself?
Thanks,
JonahJonah
ParticipantHi cristiana,
Sorry to hear about the issues here. Can you confirm you are running version 1.0.5 of the Facebook plugin? And, have you tried switching to a UTC time instead?
– Jonah
Jonah
ParticipantHi James,
I’m going to move this thread to our WooTickets forum where someone will be able to help you there.
Regards,
JonahJune 19, 2013 at 1:44 pm in reply to: Event Details like Start and End Date/Time are not showing #51686Jonah
ParticipantHi bbswebmaster,
Before we do that, please try and deactivate all other plugins to see if that changes anything.
Thanks,
JonahJune 19, 2013 at 1:43 pm in reply to: Events List Advanced Widget Changing View All Events Text #51685Jonah
ParticipantHi dkinney,
I’m glad that worked for you. Actually with our upcoming 3.0 release, there are going to be easier template changes for things like this. For now though, this is all we’ve got.
I’m going to close this thread out, but if you need help with anything else, please let us know.
Regards,
JonahJonah
ParticipantExcellent to hear mamalm, let us know if there’s anything else you need help with.
Regards,
JonahJune 18, 2013 at 2:51 pm in reply to: Event Details like Start and End Date/Time are not showing #51601Jonah
ParticipantHi bbswebmaster,
Have you modified any of the plugin templates? Check to see if you have an ‘events’ folder in your active theme. If so, do you have single.php and events-advanced-list-load-widget-display.php files in there?
– Jonah
Jonah
ParticipantHi mamalm,
If you change the .TribeEventsFeatureWidget class to .eventsAdvancedListWidget your CSS should work. You need to use the class for the right widget 😉
Let me know if that helps or if you have other questions about this.
– Jonah
June 18, 2013 at 9:24 am in reply to: Events List Advanced Widget Changing View All Events Text #51592Jonah
ParticipantHi dkinney,
The easiest way to accomplish that would be with a snippet like this: https://gist.github.com/jo-snips/5806869 – put that in your theme’s functions.php file.
I hope that helps but let me know if you need anything else.
Regards,
JonahJonah
ParticipantHi pandology,
For #1, my suggestion would be to use something like http://wordpress.org/plugins/advanced-excerpt/ – in order to use that plugin in the events list you’ll need to make an override of the list template by making a copy of /wp-content/plugins/the-events-calendar/views/list.php and placing in an ‘events’ folder in your theme. Then replace the_content() on line 45 with the the_advanced_excerpt() function and the options you would like.
On #2, you should just need to change the post thumbnail size that’s being displayed. You can do this by making an override of /wp-content/plugins/the-events-calendar/views/single.php – again, make a copy and place in the same ‘events’ folder you created for #1. Then, find line 97 where the_post_thumbnail() function is called and add ‘full’ in between the parentheses like this:
the_post_thumbnail('full');
That should do it but let me know if you need any other assistance.– Jonah
-
AuthorPosts
