George

Forum Replies Created

Viewing 15 posts - 4,066 through 4,080 (of 10,499 total)
  • Author
    Posts
  • in reply to: Java Script Asynchronous #1104425
    George
    Participant

    😀

    in reply to: Customizing Event Page #1104424
    George
    Participant

    😀

    in reply to: Styling The Event Calendar Backend #1104419
    George
    Participant

    Hey @Dominik!

    Thanks for reaching out.

    But is there also an easy way, to stylize the userinterface for the “Edit Event” page?

    There unfortunately is no such way to style the back-end of the plugin. 🙁 The plugin doesn’t really have its own “back-end”, it is just using the WordPress Core admin, so you would have to write extensive CSS to modify the back-end admin views.

    You can see folks discussing how to do this in forum questions like this one: http://wordpress.stackexchange.com/questions/110895/adding-custom-stylesheet-to-wp-admin

    And you can then piece together custom styles from there.

    We unfortunately cannot help with writing customizations, but I would recommend checking out a [free!] tool like Firebug if you use FireFox, or the Developer Tools for either Safari or Chrome. They have “Inspector” tools that let you zoom right over the element that you want to remove or modify and you can spot the CSS from there.

    Best of luck with your tinkering and customizing!

    Sincerely,
    George

    in reply to: A look at your Events Calendar Pro #1104417
    George
    Participant

    Hey Grace,

    Thank you for reaching out, and for your interest in the plugins!

    We unfortunately don’t have a way to let folks access that site, but we do have a thirty-day refund policy that many folks use as a “trial period” to test out the software.

    You can learn more about this refund policy—and how to get a refund—here → https://theeventscalendar.com/knowledgebase/refund-policy/

    I hope this is a helpful alternative!

    Sincerely,
    George

    in reply to: Nowhere to input License Key #1104408
    George
    Participant

    Sorry to hear this @peter!

    I cannot recreate this problem with my own site, which is using the latest versions too, so I’m wondering if there’s a theme or plugin code conflict here.

    Do you see the “Help” tab in your Events Calendar admin settings? If so, share your system information with us, which is found at this tab. Learn more about how to share system information here → https://theeventscalendar.com/knowledgebase/sharing-sys-info/

    Sincerely,
    George

    in reply to: Event ticket plus licence upgrade #1103604
    George
    Participant

    Sure thing! 😀

    Follow the steps described on this knowledgebase post and you should be able to perform an upgrade with little hassle → https://theeventscalendar.com/knowledgebase/upgrading-a-license/

    Let me know if you have any more specific questions about that along the way.

    Cheers!
    George

    in reply to: Only can view the calendar users that have paid. #1103602
    George
    Participant

    Hey Joel,

    Thanks for reaching out!

    While our plugins themselves won’t facilitate this sort of thing, you can pull off something like this by using a “restrict content” plugin. One of the best of these is Restrict Content Pro → https://restrictcontentpro.com/

    Just an example—check that one out and search for alternatives/competitors. These sorts of plugins let you limit content to only paid users, so you can just limit the Calendar content per those plugins.

    For any further questions about those plugins, reach out to the support teams of those plugins and explore their documentation; for any further questions about The Events Calendar or its add-ons, let me know! 😀

    — George

    in reply to: Show the month in list view #1103437
    George
    Participant

    Hey Geoff,

    Thanks for reaching out!

    In regards to your first question, no, the list view shortcode that you are using there cannot be easily modified to show the month view.

    As for adding content before the list view, yes, you can do this but it would unfortunately require writing custom code.

    I say “unfortunately” because we cannot help with writing custom code. So, for wiring up something with category filters and different text for each category and all of that, you will have to take the reins on implementing this custom design and either the write the code yourself or hire a professional to assist you.

    That being said, there is one thing I can try to recommend here at list, which should be helpful.

    These are the two general methods you can use for adding content to before your list view only:

    #1 Snippet

    Paste this into your theme’s functions.php file, and tweak it to reflect your custom design goals:


    add_action( 'tribe_events_before_view', 'tribe_add_content_before_list_view' );

    function tribe_add_content_before_list_view( $template_file ) {
    $pathinfo = pathinfo( $template_file );

    if ( empty( $pathinfo ) || ! isset( $pathinfo['filename'] ) )
    return;

    if ( 'list' == $pathinfo['filename'] ) {
    printf( '

    Here is your list view content!

    ');
    }
    }

    #2 Template Modification (RECOMMENDED)

    Make a custom theme template version of this plugin view:

    the-events-calendar/src/views/list/content.php

    You can learn how to do this by reading this guide here → https://theeventscalendar.com/knowledgebase/themers-guide/


    If you decide to hire a professional to build the custom designs for you, then one thing that might help is this list of great developers here → http://m.tri.be/18k1 (we have no affiliation with any of these folks—they’re simply some well-respected names in the community that we’ve compiled to share).

    Best of luck with your customizing!
    George

    in reply to: Event calendar and event ticket #1103432
    George
    Participant

    Hey Mark,

    If you’re looking for the option in your free version of Event Tickets, then that’s the problem here—sorry for not clarifying that!

    The public attendees list only exists in the Event Tickets Plus add-on for Event Tickets.

    There is simply a checkbox when you create tickets—”Display attendees on the front end.” When checked, of course, attendees will display on the front end.

    Cheers!
    George

    in reply to: Multiple Site Purchase #1103424
    George
    Participant

    Hey Jack,

    Thanks for reaching out.

    The best option for buying a license for two sites is the Business License. This is because, at this time, a Personal License (for one site) is $89. Two of those would be $178.

    So, a Business License offers three sites for a discounted price of only $149.

    Learn more here → https://theeventscalendar.com/product/wordpress-events-calendar-pro/

    Cheers!
    George

    in reply to: Events Calendar not working – will PRO work? #1103421
    George
    Participant

    Hey Jodi,

    Updating to Pro will NOT necessarily resolve these issues.

    It sounds like there is a theme or plugin code conflict on your site.

    To help learn if this is the case, I would recommend performing all of the steps on this page → https://theeventscalendar.com/knowledgebase/testing-for-conflicts/

    After EACH STEP in that process, take a look at the issues you described in your post here and see if they are different at all.

    If these steps do not help, you can post your System Information here and we will take a look at it to see if we can learn anything more about it. Here’s how to post system information → https://theeventscalendar.com/knowledgebase/sharing-sys-info/

    Thank you,
    George

    George
    Participant

    Hi Christian,

    Thank you for reaching out.

    It is a known bug that the attendees CSV export does not include that additional data. It is something we are actively working on, but I unfortunately do not know how soon a fix for this will arrive. 🙁

    The timeline is likely something in the range of several weeks or even beyond…so making your own extraction method might indeed be a good idea here. Hopefully you don’t have to use it for long! But I just wanted to be honest that it will likely take long enough for us to truly fix this that proceeding with your own solution in the interim is not a bad idea.

    Sorry to disappoint!
    George

    George
    Participant

    Hi Brendan,

    Events Calendar Pro’s “Additional Fields” would indeed be a great option here. This guide covers how to create and use such fields, check it out! → https://theeventscalendar.com/knowledgebase/pro-additional-fields/

    Cheers,
    George

    in reply to: Ads in the eventstream #1103279
    George
    Participant

    Hey @Canaan,

    Thanks for reaching out—adding content among an events stream like you describe is unfortunately technically possible, but not without some tinkering and custom coding. We unfortunately cannot help with writing custom code, so you would have to write that custom code or hire a professional developer to write the code for you. We have a list of great developers here → http://m.tri.be/18k1 (and have no affiliation with any of these folks—they’re simply some well-respected names in the community that we’ve compiled to share in situations like this one).

    Thank you,
    George

    in reply to: "ghost link" appears in day view versus list view #1103275
    George
    Participant

    Sorry to hear this Vicki!

    Can you share a link to an event with the double “more” links showing up?

    Those links are appearing from somewhere else that is NOT The Events Calendar—our plugins only add the one link.

    So, while I admittedly don’t know where that extra link comes from, what I can try to do here is show you how to hide that second, broken “More” link so that only the one working link is every visible.

    Thank you!
    George

Viewing 15 posts - 4,066 through 4,080 (of 10,499 total)