Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantYou’re welcome Ben, let us know if there’s anything else you need help with.
– Jonah
July 26, 2013 at 10:07 am in reply to: "Upcoming Events" is the page title across my entire site #57340Jonah
ParticipantHi flipp,
I asked if you had changed the Events Template because I was wondering if this changes anything with how titles are displayed. I’m not seeing the behavior you described either, I don’t Upcoming Events used as the page title for every page. Can you please clarify what you’re seeing? In any case, you are going to need to follow the FAQ instructions to specifically set the titles on each page.
Regards,
JonahJonah
ParticipantHi Schalk Joubert,
Sorry about that. As indicated in the Themer’s guide, there are various list templates in the /wp-content/plugins/the-events-calendar/views/list folder. If you want to add specific markup/code to each event, you would want to edit /wp-content/plugins/the-events-calendar/views/list/single-event.php by making a copy and placing in a ‘tribe-events’ folder in your theme. Then, if you wanted to add code for custom fields to display you could use the tribe_the_custom_fields() function somewhere in the single-event.php file (wherever you want it to display).
Does that help?
– Jonah
Jonah
ParticipantHey pandology,
So here’s a snippet you can use to change the view names:
https://gist.github.com/jazbek/6086295
You should also be able to target and hide the day view in the drop down (instead of unchecking the option and breaking day view) with this CSS:
li.tribe-bar-views-option[data-view="day"] { display: none; }
I hope that helps but let me know if you need anything else!– Jonah
Jonah
ParticipantHi Jeremy,
No, it’s not built in and will be included in a new plugin (Advanced Filters) coming out soon.
Regards,
JonahJonah
ParticipantHi Ben,
What about placing it in it’s own function and attaching it to the WordPress init action?
– Jonah
July 25, 2013 at 3:18 pm in reply to: Top Row of Calendar uts off mouseover excerpt text on top. #57219Jonah
ParticipantHi Gordon,
Your theme has some CSS which is cutting things off. You should be able to override it b adding the following to your themes style.css file:
.tribe-events-calendar {
overflow: visible;
}
Let me know whether or not that helps!– Jonah
Jonah
ParticipantHi Catherine,
The easiest way to do this would be to use a plugin like http://www.advancedcustomfields.com/ and setup a custom field on events that allows you to flag them as such. Then, you would just need to modify the template files accordingly to check for this custom field and if it’s checked, don’t display the date.
Does that help?
– Jonah
Jonah
ParticipantOk, slwinter. Looking at my own local setup it looks like there might be some multiple imports going on here too. I’m going to test some things out but it will take a couple more hours since I’ll need to wait for the auto import to run… If I start seeing multiple imports with the auto importer again, I’ll know we’ve got an issue and there’s not much need to test the manual imports. I’ll check back in as soon as I know more. Stay tuned.
Thanks,
JonahJonah
ParticipantHi Jonathan,
No update yet, I just pinged the developer assigned to the ticket so hopefully will have an answer soon. Sorry for the delay.
– Jonah
July 25, 2013 at 2:18 pm in reply to: Genesis Responsive Slider doesn’t pull from ‘featured’ category #57212Jonah
ParticipantGlad to hear it Mark, I’m going to close this thread out then but please let us know if you need anything else.
– Jonah
July 25, 2013 at 2:18 pm in reply to: "Upcoming Events" is the page title across my entire site #57211Jonah
ParticipantHi flipp,
Have you tried changing the Event Template in Events > Settings > Display? What theme are you using? Are you using any sort of SEO plugin to set page titles?
– Jonah
Jonah
ParticipantHi Mamdouh,
Adding the styles to your theme’s CSS should be fine as long as they’re specific enough. You’ll need to look at how things are being overwritten to know how or what you need to make more specific. For more info: http://css-tricks.com/specifics-on-css-specificity/
I hope that helps but let me know if you have any other questions.
– Jonah
Jonah
ParticipantHi guys,
It looks like this is an issue for this months events too. I’ve updated the ticket to reflect this and we’ll get it fixed in the next release. Sorry about the inconvenience.
– Jonah
July 25, 2013 at 10:23 am in reply to: Is it possible to get Events posts included in the RSS feed for the blog? #57145Jonah
ParticipantYou’re welcome Cynthia, glad that worked!
-
AuthorPosts
