Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi Sheila,
On the first question, do you have any SEO plugin or does your theme come with SEO options that maybe got reconfigured for your single posts/events? Single events are either going to be controlled by your themes single.php file or the ecp-single-template.php file depending on what you have set for your Events Template in Settings > The Events Calendar > Template. If you’re using the Default Events Template, the file used will be ecp-single-template.php located in /wp-content/plugins/the-events-calendar/views/ecp-single-template.php (or in an ‘events’ folder if you’ve overridden this). Otherwise, it’s controlled by your themes single.php file so you would want to look there…
As for the second tweek, looking at your source I found this: http://cl.ly/3o0i1W0V0O3O1i3B0I18 – it looks like the Shareaholic plugin is inserting a paragraph and line break there. Typically plugins like that have options to automatically insert their code at the top or bottom of posts so this is probably why it’s there. You could remove it by disabling the automatic insertion and manually placing the Shareaholic function into your theme where you need it.
I hope that helps!
– Jonah
Jonah
ParticipantHi Jesse,
We’ve had a few users ask about this and unfortunately the answer is its too complicated at the moment. We do have a ticket out for a request to look into options for this further but that’s about the best we can do right now.
Sorry I can’t offer more here.
Cheers,
JonahJonah
ParticipantYou’re welcome, let us know how it goes 🙂
Jonah
ParticipantGlad to hear Meg 🙂
Jonah
ParticipantHi John,
It might help to have an example to look at… So with your different categories, by pages do you mean the auto generated pages for event categories that are created or have you embedded the calendar in actual WordPress pages some other way? There is a difference.
Can you give me some actual examples I can look at? Links to these specific categories and what you would like the titles to be?
Thanks,
JonahJonah
ParticipantHi Marcos, I forgot something, you’re also going to need the ecp-single-template.php – this also goes in the ‘events’ folder along with the ecp-page-template.php – here is a copy with sidebars: https://gist.github.com/2839507
Jonah
ParticipantHi Joe & Meg, I’ve found an interim solution but it’s kind of messy to have you do. If you send me your theme I should be able to get it working. You can email to jonah [at] tri [dot] be and please reference this thread. I’ll respond back with the code to use and how to set it up.
Jonah
ParticipantHi Rough, I actually found a solution for this but it’s kind of messy to have you do but if you send me your theme I should be able to get it working. You can email to jonah [at] tri [dot] be and please reference this thread.
Jonah
ParticipantHi Marcos,
Thanks for sending us your theme. I was indeed able to recreate the issue. I did notice that if I set the Events Template in Settings > The Events Calendar > Template to “Default Events Template” the problem disappeared. The only problem with this setting is that you will then need to work on fixing your layout because that layout does not include your themes HTML markup and subsequently it’s CSS.
I’ve gone ahead and modified the ecp-page-template.php which is the file that’s used when you select “Default Events Template” to include all your themes markup and it’s looking good. Please get the code for the file here and place in an ecp-page-template.php file in an ‘events’ folder in your theme: https://gist.github.com/2839432 – and make sure to select the “Default Events Template” option.
I hope that helps! We’ll get this fixed for everyone in an upcoming version 🙂
Cheers,
JonahMay 30, 2012 at 2:18 pm in reply to: iCal Import – How do we get it to add event to an existing calendar in Outlook #19953Jonah
ParticipantSorry but it’s out of my area of expertise. We’ve got a ticket out to add a filter for iCalFeed in the next release and I’ll add another for googleCalendarLink. Unfortunately you’ll have to wait until its out.
Jonah
ParticipantYou can try changing your Events Template in Settings > The Events Calendar > Template to “Default Events Template” as an interim fix but you’ll still likely need to adjust the layout via CSS to get it looking right.
Jonah
ParticipantHi Meg,
Unfortunately this is a known bug that we are working on for the next release. In the interim you can try adjusting the CSS or switching your Events Template in Settings > The Events Calendar > Template to “Default Events Template”.
I hope that helps.
– Jonah
May 30, 2012 at 12:24 pm in reply to: Can I Hide the Saved Venue and Saved Organizer Drop downs? #19940Jonah
ParticipantHi Ross,
This is much clearer. So what you’ll want to do is take /wp-content/plugins/events-community/views/events-meta-box.php and place a copy in an ‘/events/community/’ folder in your theme. Then basically just remove or comment out lines 93-98 to remove the Venue fields and then remove or comment out lines 121-133 (these lines will change if you remove the lines above) for the Organizer block.
Does that help?
– Jonah
Jonah
ParticipantHi Rough, unfortunately this is bug that we’re working on but will hopefully have a fix for soon.
– Jonah
Jonah
ParticipantHi Meg,
Yep, if you wanted to have a link in the table in the event-list-meta div you would just do something like this: https://gist.github.com/2837925 – I just added another table row and table cells containing a label (which you can omit) and the button with the class you want to use. The link uses tribe_get_event_link() to get the event link.
Does that help?
– Jonah
-
AuthorPosts
