Forum Replies Created
-
AuthorPosts
-
June 12, 2013 at 2:31 pm in reply to: How do I print only a custom field's label and value separately? #51210
Jonah
ParticipantHey humberlife,
Have you tried tribe_get_custom_field() – https://theeventscalendar.com/support/documentation/events-calendar-pro-template-tags/#functiontribe_get_custom_field
June 12, 2013 at 2:21 pm in reply to: Calendar Title shows the title of an event. FAQ and other threads not helping #51209Jonah
ParticipantHi blizzdesign,
I see what you’re talking about now. Hmmm, that’s strange. The header.php code works fine for me in the Twenty Twelve theme. Can you try deactivating all other plugins? Perhaps there’s a plugins that’s interfering here.
– Jonah
Jonah
ParticipantHi Kelli,
Glad to hear that worked for you and glad you like our plugin! If there’s anything else you need help with, please let us know.
Regards,
JonahJonah
ParticipantHi Kelli,
Gotcha, so what you’ll need to do is filter the AISEO title similar to how I’ve filtered the titles using the WP SEO plugin here: https://gist.github.com/jo-snips/3710617 – I’m not sure what the filter names are in AISEO but this may help: http://4coder.info/en/blog/2011/all-in-one-seo-pack-customization/
– Jonah
Jonah
ParticipantHi tubacarts, this FAQ should help you: https://theeventscalendar.com/faqs/the-calendar-page-title-shows-title-of-an-event/ – it’s more targeted at people who have the incorrect title showing, but the concept is the same.
Let me know if you have any questions.
Regards,
– JonahJonah
ParticipantHi Kelli,
This doesn’t have much to do with our plugin and more with your theme or the SEO plugin you are using to be able to set titles. In some themes you may need to manually set the page titles when viewing event related pages like the calendar and events list. You can do this with the help of conditional code like this: https://gist.github.com/jo-snips/2415009 – but with this code, you will still need to figure out how or where the page titles are being set. Typically in most theme’s this would be in header.php
I hope this helps and gives you something to work with but let me know if you have any questions.
Regards,
JonahJune 11, 2013 at 9:29 pm in reply to: Installed Events Calendar PRO 2.1.1 and everything is messed up… #51120Jonah
ParticipantHi maxou82,
Glad to hear that worked for you!
Unfortunately no, you cannot have a recurring event with different times each day.
I’m not sure I understand your second question. Can you give me some other examples or clarify more?
Thanks,
JonahJune 11, 2013 at 9:27 pm in reply to: Calendar Title shows the title of an event. FAQ and other threads not helping #51119Jonah
ParticipantHi blizzdesign, looks like you might have figured this out? http://cl.ly/image/3d0x2v2b2F0S – the title is showing properly for me. Are you seeing something different?
– Jonah
Jonah
ParticipantHi wowweedesign,
Unfortunately this is a bit more complicated than we can help out with. You’ll need to setup some custom queries, one to show the soonest upcoming events and one to show past events past a certain point. You can either use WP_Query (here is an example: https://gist.github.com/jo-snips/5112025) or tribe_get_events() (https://theeventscalendar.com/support/documentation/the-events-calendar-template-tags-general-functions/#functiontribe_get_events) to run your queries and you’ll want to put those custom queries in page templates or something like that.
I hope that helps and sorry I can’t offer up anything else here.
– Jonah
June 11, 2013 at 11:54 am in reply to: Installed Events Calendar PRO 2.1.1 and everything is messed up… #51065Jonah
ParticipantThis reply is private.
Jonah
ParticipantSounds good Nick, if you come up with any solutions, please do share them here!
Thanks,
JonahJune 11, 2013 at 11:48 am in reply to: Calendar Title shows the title of an event. FAQ and other threads not helping #51062Jonah
ParticipantHey blizzdesign,
Can you please share the link to your calendar page and your header.php and theme’s page.php templates? You can post copies of the templates to http://snippi.com/
Thanks,
JonahJonah
ParticipantOh excellent! Well if there’s anything else you need help with, please let us know.
Regards,
JonahJonah
ParticipantHi eharr,
Depending on what you have selected in Events > Settings > Template you’ll need to modify that template file.
If you have the “Default Events Template” selected, you’ll want to make a copy of /wp-content/plugins/the-events-calendar/views/ecp-single-template.php and place in an ‘events’ folder in your theme and then modify it to remove the title and other information.
If you have the “Default Page Template” (or other theme template) selected, you’ll want to open up your theme’s single.php and then modify it to remove the title and other information. If you have this template option selected you’ll need to conditionally modify things with some of the following conditional code: https://gist.github.com/jo-snips/2415009
I hope that helps but let me know if you have any questions.
– Jonah
Jonah
ParticipantHi eharr,
You should be able to link to whatever you want in WordPress. Have you tried adding the link to your navigation? Maybe I’m not fully understanding what you’re trying to do though?
– Jonah
-
AuthorPosts
