Ken

Forum Replies Created

Viewing 15 posts - 46 through 60 (of 85 total)
  • Author
    Posts
  • Ken
    Participant

    Looks like the new update fixes the issue. Great job guys!

    Ken
    Participant

    Thanks guys, you mentioned that it might not be done until 2.1, so I just wanted to keep it in the loop. At least for now I have a fix that’s the important thing.

    Ken
    Participant

    Thanks Rob.

    in reply to: Don't diplay past events in Single Venue view. #17599
    Ken
    Participant

    @Henry, the obvious is not always so obvious…LOL
    I take back my earlier comment, after updating the single-venue file all appears correctly.
    @Jonah Thanks for the clarification, I will add that to my list of things to check upon updating.

    Ken
    Participant

    Just to keep in the loop, I noticed that the event-meta.php file was changed a bit. However I still had to modify line #27 to read:
    $options = explode("\r\n", $customField['values']) It might not have been added to 2.0.5 like you mentioned in the previous posts. I’ll check back in with 2.1.

    in reply to: Don't diplay past events in Single Venue view. #17211
    Ken
    Participant

    From the update change log it states that the issue with past dates not appearing on the venue page. Am I missing something, my site still shows past events.

    in reply to: Don't diplay past events in Single Venue view. #16477
    Ken
    Participant

    Sounds good…I’m glad to offer up a solution for once instead of a problem. LOL

    in reply to: Edit list view for venue and events #16464
    Ken
    Participant

    On the back end you can delete the phone & address since those are text fields. But you cannot clear the dropdowns (ie country and state).

    If country or state is not set on the initial creation of the venue you are ok, but you can’t reset it after it has be published.

    does that make sense? I am barely following along 🙂

    in reply to: Don't diplay past events in Single Venue view. #16452
    Ken
    Participant

    The above solution worked to change the link to edit the venue instead of the event.

    in reply to: Don't diplay past events in Single Venue view. #16451
    Ken
    Participant

    Its not a deal breaker right now I think I’ll hold out for the update in a couple weeks.

    I also came across an bug where if there was no events for the venue then the “edit” link at the bottom of the page (after the venue meta is displayed) would take you to the edit page for the venue.

    But if there was a couple events with that venue the “edit” link (now displayed after the last event) took you to the edit page for the last event in the list.

    I added this code:
    wp_reset_postdata(); // reset the post data so that you can edit the venue and not the last event for this venue.

    After the last endif; in the single-venue.php file

    in reply to: Editing "Calendar of Events" and breadcrumbs help #16450
    Ken
    Participant

    HAHA so true Rob.

    I think that I am good on this for now. I appreciate the attention to my issue.

    Thanks
    Ken

    in reply to: Editing "Calendar of Events" and breadcrumbs help #16378
    Ken
    Participant

    Hi Guys, it appears I was struggling with the definition of what a ‘single event’ was. I was thinking that it was the actual event lading page (the page that is rendered by single.php).

    I then started testing the re-occurring days on the back end and then noticed the “See All” for the “Schedule” section on the front end. Clicking that “See All” link took me to the Single Event page.

    Single event being the ‘list’ of all the re-occuring dates for that event.

    Now I know and knowing is half the battle. LOL

    in reply to: Edit list view for venue and events #16366
    Ken
    Participant

    I noticed a small bug/issue in regards venues.

    When you create a new venue and you do not place address information in (lets say you don’t have it yet) there is no problem. using if (tribe_address_exists( get_the_ID() ) ) : nothing is displayed on the front end with that conditional statement.

    But lets say that you create a venue and you give it a country (Say U.S.) and then the drop down is populated for State ( and you do not choose a state ) if you update the post US appears in the address area on the frontend using the above code… Like it should.

    However if the user wants to go back and edit it so that there is no address again (so that no information appears on the frontend) you cannot de-select the country. Likewise if a state was chosen you cannot deselect a state since that dropdown on the admin side is triggered by the country selection that can’t be deselected.

    I know that this is a extremely rare occurance and a workaround would be to create a new venue again. But if there are multiple events linked to the original venue, creating a new venue then having to re-link all the events could be a nightmare. Is there an easier way to “reset” the address info..other than going into the database?

    in reply to: Edit list view for venue and events #16349
    Ken
    Participant

    Nope I had tribe_has_venue() LOL thanks for pointing that out.

    First I check:
    if (tribe_is_venue() )

    Then the next is:
    if (tribe_is_multiday() || !tribe_get_all_day() && !tribe_is_venue())

    Seems to do the trick.

    in reply to: Editing "Calendar of Events" and breadcrumbs help #16214
    Ken
    Participant

    OK that makes sense. But I was placing this in ecp-page-template.php when the single event occurs the ecp-single-template.php takes over and renders the title right?

    Everything right now seems to be working ok…I am just wondering if I need that single event check since it is being rendered in the ecp-single-template.php file.

Viewing 15 posts - 46 through 60 (of 85 total)