Brian

Forum Replies Created

Viewing 15 posts - 8,191 through 8,205 (of 11,256 total)
  • Author
    Posts
  • in reply to: Why are events numbered in the widget #939703
    Brian
    Member

    Great, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.

    Thanks!

    in reply to: ICS Import #939702
    Brian
    Member

    I will follow up in our meeting today and see I can get a response.

    Thanks

    Brian
    Member

    Unfortunately, I do not have an update or a timeline to fix this issue. We are looking at it right now, but so far there is nothing to update you on.

    I will ask around later today and see if I can get it moving.

    in reply to: Ticket not showing up on event #939700
    Brian
    Member

    Ok I visited the site and did not make any changes.

    I see the issue. The Sale End Date for the ticket is 1/31/15:

    Edit Event ‹ Life Changing Fitness — WordPress

    So the ticket is no longer available. Please go to the Event and edit the ticket in it to change the sale date and it should show again.

    Also, since this is a WooCommerce Tickets related I am moving it to that forum from the Eventbrite.

    Thanks

    in reply to: Why are events numbered in the widget #939579
    Brian
    Member

    Yep that works.

    Try this css:


    .vcalendar .tribe-events-list-widget-events {
    list-style: none;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Also, this may help position the Event List better, you will have to play around with it from here to get it how you would like.

    .right-widget .vcalendar {
    margin: 0;
    padding: 0;
    }

    Let me know if that helps.

    Thanks

    in reply to: The Event Calendar and WooCommerce Tickets #939577
    Brian
    Member

    Hi Lisa,

    Yep you can add multiple tickets to the cart. Will only have one event in the demo, but you can see the process here:

    http://wpshindig.com/event/the-events-calendar-wootickets-wordpress-demo/

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Calendar widget links only to homepage #939576
    Brian
    Member

    Hi,

    Sorry for the issues you are having. I can help troubleshoot them with you.

    If the conflict is coming from the theme there is not much we can do.

    Have you tried changing the order of the events and see if that helps?

    It could be that adding this at the end of a custom widget if you have one will help:

    wp_reset_postdata();

    You could also try adding that before the widget area to see if that will help.

    Let me know if you have any luck.

    Thanks

    Brian
    Member

    Hi,

    Thanks for the interest in Community Events. We do not have a feature to display events based on a specific author.

    However, the events are custom post types so you could create a custom query to display based off a specific author.

    We are unable to provide coding for that, but can answer a question or two to try and get you started on a customization like that.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Limiting Word Count on ListView #939568
    Brian
    Member

    Hi Again,

    Thanks for purchasing Facebook Events. I can help get you in the right direction.

    There is no feature to limit the characters be default.

    It does take a little coding that can be done following our themer’s guide:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    Use that guide to move this template to your theme to safely edit:

    the-events-calendar\views\list\single-event.php

    There you would have to replace <?php the_excerpt() ?> with a function to limit the amount of content to how you would like it.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Timezone errors on fb import #939566
    Brian
    Member

    Hi,

    Sorry for the issues you are having.

    What is the timezone setting in WordPress?

    Check in the admin of your site here:

    Settings > General > Timezone

    If you have it set to a UTC time, try setting it to a city in your timezone instead.

    Let me know if that fixes the issue or we can go from there to troubleshoot this.

    Thanks

    in reply to: Time Zone shown wrongly upon Import #939565
    Brian
    Member

    Hi,

    Sorry for the issues you are having.

    What is the timezone setting in WordPress?

    Check in the admin of your site here:

    Settings > General > Timezone

    If you have it set to a UTC time, try setting it to a city in your timezone instead.

    Let me know if that works for you.

    Thanks

    in reply to: Download Manager and The Events Calendar #939561
    Brian
    Member

    Hi,

    Sorry for the issues you are having with the two plugins.

    There is a conflict between the two plugins.

    We have reached out to the developer to see if we can work on a resolution, but have yet to figure things out yet.

    I will add this thread to our internal ticket and we will update this ticket directly when we have some more information.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Removing Events Feed Tag From Header #939560
    Brian
    Member

    Ok this snippet should do it.

    remove_action( 'wp_head', array( 'TribeiCal', 'set_feed_link' ), 2, 0 );

    Add that to your theme’s function.php

    Thanks

    in reply to: Ticket not showing up on event #939557
    Brian
    Member

    I can take a look. Please reply as a private reply.

    Thanks

    in reply to: Removing Events Feed Tag From Header #939550
    Brian
    Member

    Hi,

    Ryan, not exactly sure what you are referencing. Can you please provide a link and I will take a look and see if I can provide a snippet.

    Thanks

Viewing 15 posts - 8,191 through 8,205 (of 11,256 total)