Patti

Forum Replies Created

Viewing 15 posts - 76 through 90 (of 118 total)
  • Author
    Posts
  • in reply to: Address Format via address.php #103271
    Patti
    Participant

    One 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?

    in reply to: Address Format via address.php #103243
    Patti
    Participant

    Still 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?

    in reply to: Change Title on single Organizer & Venue page? #103186
    Patti
    Participant

    What 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.

    in reply to: Change Title on single Organizer & Venue page? #103162
    Patti
    Participant

    I 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.

    in reply to: Related Events based on Organizer? #96117
    Patti
    Participant

    Does 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”.

    in reply to: Desperate help on CSS #96082
    Patti
    Participant

    One more time … META DATA does have styling.
    (Ugh. If I could just edit my posts)

    in reply to: Desperate help on CSS #96080
    Patti
    Participant

    Venue 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!

    in reply to: Related Events based on Organizer? #96041
    Patti
    Participant

    So, 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.

    in reply to: Desperate help on CSS #95982
    Patti
    Participant

    My 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/

    in reply to: Desperate help on CSS #95720
    Patti
    Participant

    I’m sorry, I may not have been clear enough. see this:
    http://pastebin.com/81D5FhAF

    in reply to: Desperate help on CSS #95716
    Patti
    Participant

    What happens if you put a clear:both under the meta box?

    in reply to: Can't sort on Organizer in Dashboard Events List (Follow Up) #95064
    Patti
    Participant

    Resolved.

    in reply to: Can't sort on Organizer in Dashboard Events List? #94403
    Patti
    Participant

    Technically not “resolved”, but no reason to keep it open.

    in reply to: missing paragraph breaks in single event listing #94365
    Patti
    Participant

    Your 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.

    in reply to: Can't sort on Organizer in Dashboard Events List? #94129
    Patti
    Participant

    I 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.

Viewing 15 posts - 76 through 90 (of 118 total)