Brian

Forum Replies Created

Viewing 15 posts - 9,886 through 9,900 (of 11,256 total)
  • Author
    Posts
  • in reply to: Manually add attendees with WooTickets #877767
    Brian
    Member

    Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

    in reply to: Theme Conflict, Calendar View Not Showing Events #877762
    Brian
    Member

    Hi,

    I see the issue you are having and you are correct it is a css issue. Your theme has the following css, which is hiding the titles:

    .entry-title {
    visibility: hidden;
    }

    Try adding this:

    #tribe-events-content .entry-title {
    visibility: visible;
    }

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

    Let me know if that helps.

    Thanks

    in reply to: Filter bar | Price filter range #877568
    Brian
    Member

    Hi,

    Sorry for the delay in replying to you and about the issues you are having.

    I played around with my filter bar to see if I could reproduce and it seemed to be working for me.

    Please let me know about the following so we can troubleshoot this with you.

    What are your Filter Bar Settings for the price field? Is it set to Range or Checkboxes? Events> Settings > Filter Bar

    Are the events published and in the future for those that are not showing the cost in the filter bar?

    Do you have the latest version of the Filter Bar?

    Let me know what you find out and we can go from there.

    Thanks

    in reply to: Adding Event Venue to Header of Single Event Post #877528
    Brian
    Member

    Hi,

    I can help you out with this.

    Our themer’s guide is a good start for customizations.

    https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/

    For this case you may want to look at this function and see if that gets you what you are looking for:

    <?php echo tribe_get_venue(); ?>

    Let me know if you have any follow up questions.

    Thanks

    in reply to: How to add a link -add an event- in the main page #877512
    Brian
    Member

    Hi,

    I can help you out with this.

    There are a couple ways to add the links.

    Event Settings

    If you go here:

    Events > Settings > Display

    On the section titled “Advanced Template Settings” you can add html to the boxes to show above or below on all the single Events and Events Views.

    Themer’s Guide
    If you follow our themer’s guide you can see where to move templates to edit:

    https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/

    Then you could modify the files you like or start with the default-template.php after you move it to your theme.

    \the-events-calendar\views\default-template.php

    Then using a combination of these conditionals you could target specific pages.

    https://gist.github.com/jo-snips/2415009

    Let me know if that helps out.

    Thanks.

    in reply to: Cannot change default currency #877474
    Brian
    Member

    I am sorry you are having these issues.

    We certainly can provide a refund. Please email us with your receipt number to pro(at)tri.be and we can take care of it.

    Sorry again for the frustration. It seems nothing you can do makes it work and unfortunately, every time I tried it worked and the price was Euros in Eventbrite so it is unclear what is happening to cause the issue as the testing for conflicts did not reveal anything.

    I will leave this ticket open if you have any questions.

    in reply to: How can I access an Admin Only Calendar View? #877368
    Brian
    Member

    Hi,

    I can help you out here. That is an interesting idea, but we do not have an “Asmin View” of the calendar the way you describe it. There is the Front End Calendar and then all the events are in the backend for the admin to view, but it is not in the form of a calendar it is just the Event List, like the Post or Page List.

    The option to “Hide From Event Listing” only hides events from the list view and does not make them private, the single view of the event is still accessible.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Linking to specific filters… #877350
    Brian
    Member

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

    Thanks!

    in reply to: Cannot change default currency #877346
    Brian
    Member

    Ok, not sure why the snippet is causing you issues and not me. I have tried multiple times and nothing has caused the error.

    Can you please post the snippet from your site into a pastbin and then put the link here?

    http://pastebin.com/

    You do not need an account to create one.

    Also I looked into the coding and there is nothing to edit in the tribe-eventbrite.class.php to change the currency, the snippet is really the only way.

    Let me know about the snippet. If I cannot see anything different there the only other option is to get all your Event Settings and all the information you are using to create the Event and the Eventbrite event and try to reproduce it that way.

    Brian
    Member

    Great, glad you worked it out, I am going to go ahead and close this ticket, but if you need any other on something else please post a new ticket.

    Thanks!

    in reply to: Changed the ticketname .. big mistake?! #876722
    Brian
    Member

    Hello,

    Sorry for the issues you are having. I tried to reproduce the error on my site and when I changed the Ticket name they still all showed in the Attendees without a problem.

    The attendees list would have to use ID of the tickets to deal with duplicate ticket names so I think something else is going on here.

    Where did you change the Ticket names? In the Product Page? or using in the Product List?

    Also, can you send me a before and after for the ticket name and I can try that out as well.

    Let me know and we can go from there.

    Thanks

    in reply to: Is Paid Event Submission Functionality Happening? #876692
    Brian
    Member

    Hi Michelle,

    Unfortunately, it is not in our development schedule and we do not have a timeline to add it in right now.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Display an overview of categories #876685
    Brian
    Member

    Hi Marian,

    Thanks for using our plugins! I am limited on the support I can provide on customizations, but I have a few things that might help you out as we do not have the feature you are looking for.

    The Event Categories are using a WordPress Custom Taxonomy, the registered name for the categories in WordPress is:

    tribe_events_cat

    Widgets
    I found a couple plugins that might work and tried this one out:

    List Custom Taxonomy Widget

    It does a list of Event Categories. You maybe able to find another widget for custom taxonomies that gets you close to what you are looking for.

    Coding
    If you are looking for a more advanced method that gives you more options to add in the information you would like, you can look at this WordPress function, get_taxonomies:

    http://codex.wordpress.org/Function_Reference/get_taxonomies

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Spam Registrations on Events Calendar #876653
    Brian
    Member

    Hi,

    Sorry for the issues with the SPAM, I know that can be frustrating. We are working on adding in better SPAM protect to the Community Events Plugin.

    For now I have some coding you can add along with the Really Simple Captcha plugin to help prevent spam entries.

    I think the best thing to do is visit this post by Casey:

    Spam

    That provides both a link to the plugin and the coding. I would read after that post to get an idea of how it works.

    Let me know if you have any questions.

    Thanks

    in reply to: Display featured events with wp_query() #876626
    Brian
    Member

    Hi Victor,

    I can help you out here.

    If you add this to your coding it should just return future events.

    'eventDisplay' => 'list'

    I am not sure how that will work with getting both posts and events. You have have to get both individually and then merge the queries.

    Another bit of coding that may help is the meta_query found in this gist:

    https://gist.github.com/jesseeproductions/f7bdd1124e9c3fed5280

    Let me know if you have any follow up questions.

    Thanks

Viewing 15 posts - 9,886 through 9,900 (of 11,256 total)