Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantThis reply is private.
July 3, 2013 at 11:16 am in reply to: Post Type Order Plugin Causes Events to Reorder Non-Chronologically in List View #52985Jonah
ParticipantHi Adam,
How are you wanting to use the Post Type Order plugin and what issues are you running into?
– Jonah
Jonah
ParticipantHi Adam,
Please try deactivating all other plugins and if that doesn’t help, try manually reinstalling both our plugins. There must be something that is either conflicting with things or didn’t get installed properly. Let me know how that goes.
– Jonah
Jonah
ParticipantHi Matt,
1. That’s very strange. What are your permalink settings? Try changing/refreshing to see if that changes anything.
2. That’s also very strange. Do you have any old overrides in place that you are using for customizations?
– Jonah
Jonah
ParticipantHi esteban,
1. You should be able to use this in your theme’s functions.php file:
/*-----------------------------------------------------------------------------------*/
/* Remove Tribe Related Events
/*-----------------------------------------------------------------------------------*/
remove_action( 'tribe_events_single_event_after_the_meta', 'tribe_single_related_events' );
2. You should be able to do this by making a copy of /wp-content/plugins/the-events-calendar/views/default-template.php and placing in a ‘tribe-events’ folder in your theme and then wrapping the tribe_events_before_html() and tribe_events_after_html() tags in a conditional check for whether or not you are viewing the list like so:
if(tribe_is_upcoming()) { tribe_events_after_html(); }
Does that make sense?3. You can find this in Events > Settings > General down towards the bottom: http://cl.ly/image/402g1N0W0E1A
I hope that all helps but let me know if you have any other questions.
– Jonah
Jonah
ParticipantHi Charles,
For some reason you are hiding the .entry-title class in your CSS here:
body.page-id-119 .entry-title {
display: none !important;
}
You’ll need to change that declaration and make it more specific to what you actually need to hide titles elsewhere. I hope that helps but let me know if you have any questions.Regards,
JonahJonah
ParticipantHi jasongrasshopper,
1. It’s hard to say exactly what to do in your case because the template looks a little different in each case with a different theme. If you have some specific ideas of how you want this to look, we can help guide you to achieving that, but ultimately you’re going to have to do the work to get the site looking the way you want. Can you please provide me with a mockup of sorts of how you’re wanting this to look?
2. Try adding this to your theme’s functions.php file:
/*-----------------------------------------------------------------------------------*/
/* Remove Tribe Related Events
/*-----------------------------------------------------------------------------------*/
remove_action( 'tribe_events_single_event_after_the_meta', 'tribe_single_related_events' );
3. I don’t get what you’re talking about here. Can you be more specific or provide more detail please?
Thanks,
JonahJonah
ParticipantHi gallopcreative,
We do not support loading the widget in the way you are doing. If you want to load it this way, you’ll need to dig into the code and figure out why it’s not working that way for you. Others have posted similar threads here on the forum so maybe you can find a solution by searching around. I would suggest updating to 3.0 and then we can work towards getting things to work again.
Thanks,
JonahJonah
ParticipantHi irt,
Try adding the following to your theme’s style.css file:
#tribe-events-pg-template {
margin: 230px auto 0;
}
July 3, 2013 at 9:47 am in reply to: Background colour of the events calendar doesn’t display on the theme I use #52957Jonah
ParticipantHi Adam,
Sorry about the issue here. Try adding the following CSS to your theme’s style.css file:
.events-gridview #page-content .left-panel {
float: none;
}
Let me know how that goes.– Jonah
Jonah
ParticipantYou’re welcome Flavia, let me know if you have any other questions.
Regards,
JonahJonah
ParticipantHi Jenny,
Sorry, I didn’t pay full attention to what you had reported about the stray links. Those links are linking to the previous and next events relative to the current event. If you don’t want them there you can easily hide them with the following CSS:
.tribe_events .tribe-previous,
.tribe_events .tribe-next {
display: none;
}
Let me know whether or not that works for you.Regards,
JonahJonah
ParticipantHi Flavia,
Ahh I see now. This is a feature of your theme that provides this Featured Image box that is not related to our plugin. The code I provided you would be for native WordPress featured images. You’ll need to dig around in the code or contact the theme author to see about getting this panel to show for events. Good luck!
– Jonah
Jonah
ParticipantHi Jenny,
We can’t help you with al the styling things needed to get your site looking good. You’ll need to go through and make the modifications yourself or hire someone to help you. Good luck!
– Jonah
Jonah
ParticipantAwesome, if you need anything else, please let us know.
– Jonah
-
AuthorPosts
