Brian

Forum Replies Created

Viewing 15 posts - 3,841 through 3,855 (of 11,256 total)
  • Author
    Posts
  • in reply to: single event alignment #1007447
    Brian
    Member

    Hi,

    George is helping in your other thread with the gutter:

    gutterwidth

    I did come up with some css to help on the single template:


    .single-tribe_event #page-container #et-main-area .container {
    width: 95%;
    }

    That could help get you started and George might be able to provide one more piece, but we are limited in providing all the css on this as George said.

    Thanks

    in reply to: Events View as Photo #1007439
    Brian
    Member

    Hi,

    Sorry for the issues with the testing. I have not seen that happen before, not sure how it is even possible. I looked around and could not find a report of this happening so not sure what is wrong there.

    However, you can download older versions of our plugins from your account here on theeventscalendar.com and for core at https://wordpress.org/plugins/the-events-calendar/developers/

    Then you can follow this guide to manually changing all the plugins:

    Manual Updates

    in reply to: Landing Page goes dead when Events Calendar pro is installed #1007302
    Brian
    Member

    Hi,

    Sorry for the issues. I can help out.

    There is a bug in the system causing this.

    There are two temporary fixes until we can get a release to fix this.

    If you uncheck this setting here:

    Events > Settings > General Tab > “Recurring event instances”

    It will resolve the issue and show events on the home page.

    The other option is to disable Events from showing in the main loop:

    Events > Settings > General Tab > “Include events in main blog loop”

    Let me know if that helps out.

    Thanks

    in reply to: Rss feed from a category #1007299
    Brian
    Member

    Hi Etienne,

    Sorry for the issues you are having.

    I visited your site and see what you mean.

    I actually got this link to work:

    http://www.maddyness.com/agenda/category/partenaire/feed/

    Does that work for you?

    It looks like it is not translating category in the link.

    Let me know if that helps for now and I will see about what we can do next to get this bug fixed.

    Thanks

    in reply to: How do I reference event fields in a url to another page? #1007297
    Brian
    Member

    Ok.

    I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

    in reply to: Make organizer email required #1007270
    Brian
    Member

    Hi,

    That coding for the organizer will only work for the organizer as it can have multiple values.

    If you want only the venue name and city use this:

    if ( empty( $_POST['venue']['Venue'] ) )
    $fields[] = 'Venue Name is Requried';

    if ( empty( $_POST['venue']['City'] ) )
    $fields[] = 'Venue City is Requried';

    And remove venue from here:

    $fields = array(
    'post_title',
    'post_content',
    'venue',
    'organizer',
    );

    Cheers

    in reply to: CSV Import and Venue Names #1007268
    Brian
    Member

    You’re Welcome.

    Sorry to not have something better for you on this.

    You could do as you said and add the city and state or a number after a | and then use a function to strip everything after it so it does not display.

    That would seem to be the best way to do it for now.

    Cheers

    in reply to: Month View Order and Times #1007266
    Brian
    Member

    Hi,

    Thanks for the information, but css would not cause this issue and the separators would not either, but I wanted to verify first.

    Can you please follow our testing for conflicts guide:

    Testing Conflicts With Themes and Other Plugins

    And see if that can narrow down the cause of this.

    Let me know what you find out.

    Thanks

    in reply to: Back link from Photo View returns to default view #1007264
    Brian
    Member

    It could be odd, but it is not something brought up all the time. I will be on the look out to see if it could be improved. Thanks for your feedback.

    Glad you found a way that works for you.

    Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

    in reply to: Lines around the ticket #1007260
    Brian
    Member

    Hi Again,

    The white lines are being put there from our plugin and then some css is removing part of them from outside our plugin.

    This css removed it for me:

    .tribe_events table.tribe-events-tickets {
    border: none;
    }

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

    The quantity buttons were actually removed by WooCommerce in their 2.3 release. So it really depends on the browser to add those buttons they look different in Firefox, then in Chrome. So there is nothing we can really do to style those unfortunately.

    Let me know how that first css works.

    Thanks

    in reply to: single event alignment #1007257
    Brian
    Member

    Hi,
    Thanks for using our plugins I can help out here.

    It might be a combindation of the Remaining Tickets Text being pulled 20px to the left and some other css from your theme.

    For this css I would see about reducing the -20 to a value that lines them up closer.

    #tribe-events .tribe-events_event_tickets_remaining ul li {
    font-size: 120%;
    list-style: outside none none !important;
    margin-left: -20px;
    }

    After changing that let me know how it looks and we could work on that gutter.

    Thanks

    Brian
    Member

    Hi,

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

    I visited your site and see what you mean.

    Did this ever work for you?

    Do you have another page with the word events in it?

    When I click on the link I get an X on the console so not sure what is wrong with the theme and not firing the page load for the Events.

    Do other custom links work?

    AS for the plugins I see the other plugins are on 3.12, but Filter Bar is still on 3.10

    Let me know about those first questions and we can go from here.

    Thanks

    in reply to: Remove Month View Pagination #1007111
    Brian
    Member

    Hi,

    Thanks for using our plugins.

    What you are describing is more like a year view and unfortunately we do not have a feature like that.

    It could be possible with a major customization, but that is beyond the support we can provide.

    If you would like to request that feature please head to our UserVoice Page and add your own or upvote that feature as they will increase the chances of it being added to a future version.

    http://tribe.uservoice.com/forums/195723-feature-ideas

    Cheers

    Brian
    Member

    Hi,

    Sorry for the issues.

    We did not develop the Category Colors plugin and do not provide support for it here.

    Please bring your questions to the support forum for that plugin:

    The Events Calendar: Category Colors

    Thanks

    in reply to: various configuration problems #1007106
    Brian
    Member

    Hi,

    Thanks for using the Events Calendar.

    Here on the pre-sales forum, I’m afraid we do not provide technical support. I would ask that you take any technical support questions across to our wordpress.org forum – our staff scan it periodically and other community members may also be able to help out.

    The Events Calendar

    Thanks again!

Viewing 15 posts - 3,841 through 3,855 (of 11,256 total)