Sky

Forum Replies Created

Viewing 15 posts - 1,246 through 1,260 (of 1,654 total)
  • Author
    Posts
  • in reply to: Need template help with list/loop.php #1492765
    Sky
    Keymaster

    Hello again,

    I just used that conditional as an example, but yes, the ‘345’ would correspond to the post id in the ‘tribe_is_event’ function. You can read more about this function in our documentation.

    The example I provided should do exactly what you are asking if you use the correct post ID and add the code within the correct if/else curly brackets.

    Let me know if you have any other questions.

    Thanks,
    Sky

    Sky
    Keymaster

    This reply is private.

    Sky
    Keymaster

    Ivan,

    Thanks for the update! Please let us know if you have any other questions.

    Thanks,
    Sky

    in reply to: Venue details not showing on site… #1492008
    Sky
    Keymaster

    Leon,

    Sorry, I meant the admin screen of the event where the venues are assigned.

    Thanks,
    Sky

    in reply to: Event notifications on Events Calendar Pro #1491989
    Sky
    Keymaster

    Hi Rechenda!

    I’d be happy to help with your questions.

    1) Multiple attendee registration – You will need the free Events Tickets plugin in order to allow people to RSVP to the events, and Events Tickets Plus if you want to sell tickets. When RSVPing to an event, you can RSVP for multiple people at once, but it does not allow entering individual names and emails. For each person to have their own details connected to the RSVP/ticket, the form would have to be filled out and submitted multiple times.

    2) Custom confirmation email – When using Events Tickets, you can customize the email subject within the admin settings. To completely customize the email content, you would need to create a custom template as is described in our Themer’s Guide, and modify a copy of the email.php file in event-tickets/src/views/tickets/.

    3) Event categories – Events can have categories and tags assigned to them. With Events Calendar Pro, you can use shortcodes to add category or tag specific calendars within your site. The Tribe Filterbar will allow your visitors to sort the main calendar by these categories and tags.

    Hope that helps! Please let us know if you have any other questions.

    Thanks,
    Sky

    in reply to: Venue details not showing on site… #1491952
    Sky
    Keymaster

    Leon,

    Can you provide another screenshot of the event while in that configuration with the Twenty Seventeen theme?

    Thanks!
    Sky

    in reply to: Logged in to purchase Issue #1491948
    Sky
    Keymaster

    Thank you for verifying that for me.

    I’m going to set up a Paypal sandbox account and try to replicate this issue.

    I asked about the “login before purchasing” link, and was told that this was “intentional” for some reason when using Tribe Commerce. This is obviously confusing, and we are looking into the reasoning behind this.

    Thank you for your patience, and I will get back to you on the redirection problem after I see if I can reproduce it on my end.

    Regards,
    Sky

    Sky
    Keymaster

    Michael,

    Thank you for the additional information. Can you provide me with the liks to the feeds for these imports? I would like to test this to see if I can replicate.

    Thanks!
    Sky

    in reply to: Venue details not showing on site… #1491810
    Sky
    Keymaster

    Leon,

    Looking at the screenshot, I see two entries for venue? And the first is blank. Adding multiple venues to an event is not something that is possible by default. It appears that your theme or another plugin is altering this behavior somehow.

    Can you please run through our Testing for Conflicts Guide and see if the problem still persists while testing with the Twenty Seventeen theme and all other plugins disabled?

    Thanks,
    Sky

    in reply to: Images in Events Calendar RSS Feed? #1491802
    Sky
    Keymaster

    Bart,

    Yes, sorry for the confusion. I only meant to replace the date data in the example I linked to. This will not replace the date in the feed.

    Hope that is more clear.

    Thanks,
    Sky

    in reply to: Removing Event Venue from import #1491796
    Sky
    Keymaster

    Hi there,

    I will add this to the customization queue.

    Regarding facebook events, I do not believe facebook provides a way to export as CSV. Technically, any events can be imported via CSV, so if you have a way to convert facebook events into that format, I don’t see any reason it wouldn’t work. The official way to import facebook events is to use our Event Aggregator service.

    Good luck with the customization!
    Sky

    in reply to: Thumbnail Image on Event List Widget #1490983
    Sky
    Keymaster

    Victor,

    Looking at the Events widget in the Events Calendar, it does not appear to support event images. Was that maybe a feature of your theme? I see that Arvada has built in support for the Events Calendar.

    Thanks,
    Sky

    Sky
    Keymaster

    Michael,

    I’m sorry to hear that you’re having issues with duplicate events showing up. I’d be happy to help!

    Are the duplicate events showing up upon subsequent imports, or do you see duplicates after a single import of that event? Are any of these events recurring events?

    Thanks,
    Sky

    in reply to: Venue details not showing on site… #1490939
    Sky
    Keymaster

    Hi Leon!

    I’m sorry to hear that you’re having issues with the venue information. I will try to help you get this sorted.

    Can you provide me with screenshots of the venue settings within a specific event, and the location settings for that individual venue? This will be a good place to start in figuring out why nothing is displaying.

    Also, are you using any custom Events templates, or have you added any PHP in functions.php to customize the calendar output?

    Thanks,
    Sky

    in reply to: Need template help with list/loop.php #1490921
    Sky
    Keymaster

    Hi there!

    While we are limited in the amount of support we can provide for customizations such as this, I will try to help get you pointed in the right direction.

    This is the approach I would take. Duplicate the single-events.php file into tribe-events in your child theme. For more information on using custom templates, see this knowledgebase article.

    Then, use one or more conditionals to create the two variations you wish to see.

    For example:


    if( tribe_is_event('345') ) {
    // do this
    }
    else {
    // or do this
    }

    Let me know if that helps, or if you have any other questions.

    Thanks,
    Sky

Viewing 15 posts - 1,246 through 1,260 (of 1,654 total)