Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHey Henry,
Sure, are you looking to append to the title on the calendar itself or in the tooltip popup? I assume you’ll also want the title modification to show anywhere else the event appears? Basically anywhere in the event templates where you see get_the_title() or the_title() is where you’ll want to append the event date with tribe_get_start_date()
Jonah
ParticipantHi Lydia,
In an effort to be fair to other users and to maintain some level of organization, please limit threads to one question at a time. We can still address 1 & 2 here, but please create two separate threads for the other questions. Thanks.
Ok, so on to 1 & 2…
To remove the Updated block:
1. Make a copy of /wp-content/plugins/the-events-calendar/views/single.php and place in an ‘events’ folder in your theme.
2. Find lines 47 & 48 and remove them. Save.
3. Done.To adjust the margin you’re speaking of it actually has more to do with the width of those columns than the margin…
1. Make a copy of /wp-content/plugins/the-events-calendar/resources/events.css and place in the ‘events’ folder in your theme (the same one where you placed single.php)
2. Go to around line 316 and find this block:
#tribe-events-event-meta .column {
float: left;
width: 30%;
padding: 0 4% 0 0;
text-align: left;
margin: 0;
}
3. Try changing the width to something like 45% or set it to a pixel width (200px) and adjust accordingly.That should do it!
Jonah
ParticipantHi Craig, I don’t see any events on that page either…
Jonah
ParticipantHi Craig,
Can’t tell you exactly but the ECP page template does contain a very stripped down set of code so it may be that running that in your theme, it actually displays some extra things that wouldn’t be there in your page template…
Jonah
ParticipantHey Jeremy, were not really doing anything with the RSS feed so it’s WordPress itself that’s building the RSS feed so you’ll want to look at conditionally modifying RSS feeds in WordPress. I hope that helps!
Jonah
ParticipantHi Lydia, I had to delete the big block of code above because it was tripping me up trying to read the rest of the thread – for reference, here is the rest of the text:
——————————————————————————
Hi Henry, thanks for your response. Why my theme’s sytlesheet and not somewhere in the calendar files. Won’t changing my stylesheet affect other columns I have in the theme as to just only the events posting which I am looking to do?
Here’s my stylesheet (in case you need to look at it) where exactly do I indicate specifically for the event’s post only?
——————————————————————————Lydia, so where are we at with this issue? Do you still need help with removing the “updated” block and the margin?
Jonah
ParticipantCool, glad to hear you figured it out. Just FYI, we don’t have any shortcodes available in our plugin, so you must either be referencing another plugin or an earlier version…
April 29, 2012 at 8:52 pm in reply to: WordPress installed in subdirectory, default "events" slug page shows Index / pa #18399Jonah
ParticipantPlease reference the thread in the email.
April 29, 2012 at 8:52 pm in reply to: WordPress installed in subdirectory, default "events" slug page shows Index / pa #18398Jonah
ParticipantHi James,
I’m going to need WP admin and FTP access in order to troubleshoot this further, can you please email to jonah [at] tri [dot] be?
Thanks,
JonahJonah
ParticipantHey Pedro,
Got access to your site, thank you. This has got to be a conflict with either another plugin or your theme. The only thing I can do at this point is try to deactivate all other plugins and/or switch the theme. I know you said you did this and I believe you but I must verify for myself in order to troubleshoot. I cannot afford to spend the time to be able to setup a local dev copy of the site so you will either need to do this for me (setting up a dev copy somewhere else) or let me do my thing on the live site.
Let me know how you’d like me to proceed.
Jonah
ParticipantHi Pedro,
Please email me access to WP and FTP so I can take a look. Is it ok if I change some settings to troubleshoot this? I’ll put everything back the way it was. Email to jonah [at] tri [dot] be
Jonah
ParticipantHey Javier,
What have you tried changing? The Default Events template is just a shell for whatever particular event page you are on. In your example this is the single event view which is mainly controlled via /wp-content/plugins/the-events-calendar/views/single.php
If you want to modify single.php, make a copy and place in an ‘events’ folder in your theme.
I hope that helps!
Jonah
ParticipantHi Laura,
Sorry for being obtuse. That code would go in your theme’s functions.php file but as I mentioned, it’s specifically for the WooThemes framework so you’d have to modify it for your theme.
To narrow this down a bit more I’ll need some information from you.
1. What theme are you using?
2. What do you have set as the template in Settings > The Events Calendar > Template?Jonah
ParticipantHi Pedro,
Please make sure you have the latest versions of both plugins and that you have pretty permalinks enabled in Settings > Permalinks (something like the Postname option will work well). If that doesn’t work I would take a look at potential plugin or theme conflicts. Try deactivating all other plugins to rule out a conflict and if that doesn’t work try switching to the Twenty Eleven theme to see if it’s a problem with you theme.
Hope that helps!
Jonah
ParticipantHi Heinz,
Sorry but this feature is not yet implemented – we have it on the radar for an upcoming version and a number of others have requested so I anticipate this will make it in to a release soon. Thank you for your patience!
-
AuthorPosts
