Forum Replies Created
-
AuthorPosts
-
Patti
ParticipantOne other thing, and this may be a stupid question, but at the top of the address.php file it says “You can use any or all filters included in this file or create your own filters in your functions.php. In order to modify or extend a single filter, please see our readme on templates hooks and filters”
I cannot find a “readme” anywhere other than the readme in the main folder and that doesn’t discuss templates hooks & filters all that much. Is this statement referring to the Technical Documentation?
Patti
ParticipantStill looking for an answer to this. Although, through some testing I see that using tribe_is_venue, tribe_is_event, and tribe_is_organizer won’t work in this file to check the page type. Not sure how to tell it what/how to display if it’s not registering that info?
Patti
ParticipantWhat worked was to add the content.php file to my THEME/tribe-views/list folder and make the following edits…
Beginning @ line 19:
<!-- List Title -->
<?php do_action( 'tribe_events_before_the_title' ); ?>
<h2 class="tribe-events-page-title"><?php echo tribe_get_events_title() ?></h2><?php // Checks if this is an organizer page
if(tribe_is_organizer()) : ?>
<h3 style="text-align:center">with <?php echo tribe_get_organizer(); ?></h3>
<?php endif; ?><?php // Checks if this is a venue page
if(tribe_is_venue()) : ?>
<h3 style="text-align:center">at <?php echo tribe_get_venue(); ?></h3>
<?php endif; ?>
Thank you for your time, Julie.
Patti
ParticipantI did not see that, which is odd because I literally searched on “Upcoming Events” and that page never showed up. Please do not mark this a closed or resolved just yet, because I’m not 100% certain this will do what I need. It looks like it’s only a way to remove the “Upcoming Events”, not a way to append to it.
Patti
ParticipantDoes that clarify things?
Not really. It seems like you said it can be customized, but only if you are a WP development expert. Clearly I’m not if I’m posting here looking for help! 😉 Modifying core files gives me the heebie-jeebies especially when done on an active, live site.Side note – related events was one of the things we were excited about using in this version and it is a little disappointing that it has become another feature we have to turn off.
Marking this as “resolved”, though I think a better term would be “closed”.
Patti
ParticipantOne more time … META DATA does have styling.
(Ugh. If I could just edit my posts)Patti
ParticipantVenue data does have styling, looking at your source code, it is styled on your page. You can overwrite that in your theme css file.
BTW – the site is really nice! Love the look & the subject!
Patti
ParticipantSo, the answer to my question is no, not within the confines of the the ECP plugin. The only way related events display is based on category and there is no way to change that. Correct?
Confirming in case somebody comes across this at a later date.
Patti
ParticipantMy mistake, apologies. The file is single-event.php inside of themes/(your-theme-name)/tribe-events which I’m assuming you’re using. If you’re not using that to customize your page, then see this page on how to get the file in the folder I mentioned above. https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
Patti
ParticipantI’m sorry, I may not have been clear enough. see this:
http://pastebin.com/81D5FhAFPatti
ParticipantWhat happens if you put a clear:both under the meta box?
January 21, 2014 at 5:33 am in reply to: Can't sort on Organizer in Dashboard Events List (Follow Up) #95064Patti
ParticipantResolved.
Patti
ParticipantTechnically not “resolved”, but no reason to keep it open.
Patti
ParticipantYour problem on the above page is that the ordered list needs to be reformatted. This might be the one time you actually want the formatting from previous page to be brought over in the c&p. Easy enough fix though, just apply the OL style to the paragraph and then hit the return key at the end of each list item.
You might just need to do that with every paste in. Just do it on the visual side, put the cursor where a paragraph ends, delete key until the next paragraph is flush against the cursor then hit the return key once. Repeat until you’ve done all the paragraphs.
BTW – this isn’t an ECP issue, this is just how WP works.
Patti
ParticipantI think the broken tech docs link thing is because I got here via a link in email that leads to this page w/ SSL – the Tech Docs link doesn’t work under SSL.
-
AuthorPosts
