Brian

Forum Replies Created

Viewing 15 posts - 4,891 through 4,905 (of 11,256 total)
  • Author
    Posts
  • in reply to: Sort Events in Dashboard by Author #987785
    Brian
    Member

    Hi,

    If that works for you that maybe the only way to go without creating a custom query in php to do this, if you think that is something you would like as a feature I encourage you to visit our User Voice Page and either upvote an existing request or make a new request there.

    http://tribe.uservoice.com/

    Cheers

    in reply to: Filter bar toggle conflict with Genesis on mobile view #987482
    Brian
    Member

    Hi,

    I was able to narrow this down and it comes from css that gets added to the body when the filter bar opens.

    That css causes the site to increase in size, which triggers a resize function, which closes the filter bar.

    I tested out this css and it stopped this issue for me.

    .tribe-filters-open, .tribe-filters-open body {
    overflow: visible!important;
    }

    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 toggle conflict with Genesis on mobile view #987474
    Brian
    Member

    Hi Erin,

    Thanks for posting here. I can certainly help you here, but we can help you better if you create your own topic in the forum where we interact with you one on one. Also, we encourage you to post on your own topic because every time we post we email the author of the topic.

    Having said, what theme are you using?

    And unfortunately, that is how the filter Bar Works in mobile view it overlays like that. It might be able to be modified, but would take a customization.

    So if you can let me know what you find out in a new topic we can help you there, but if you like you can still post what you find here.

    Thanks

    in reply to: mini calendar not displaying after update #987472
    Brian
    Member
    in reply to: Calendar widget does not show more than 3 events, ever #987471
    Brian
    Member

    I am glad to see you were able to figure it out.

    I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.

    Thanks!

    in reply to: CSS Issues #987470
    Brian
    Member

    Great glad it helps.

    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: iCal recurring imports #987469
    Brian
    Member

    No worries. Look for it soon!

    in reply to: Draft events showing in calendar #987468
    Brian
    Member

    Thanks for the update.

    3.11 should be out in a week or so.

    For now this is nothing more we can do here and I am going to close this thread. We will update once 3.11 is out.

    Cheers.

    in reply to: Really old version of Events Calendar Pro #987443
    Brian
    Member

    Hi Julie,

    It is hard to say what will happen when you update from a 5 year old version to the latest. Not many of us were around and the ones that are still around are not familiar with the latest coding.

    I think the best thing to do would be to upgrade first to 2.0 then to 3.0 then to the latest.

    As that should modify any of the fields in the database that were changed.

    You may have to do that with Pro too. We would be able to provide older version of Pro if not available to you to do this.

    You can get older version of the Events Calendar from here:

    https://wordpress.org/plugins/the-events-calendar/developers/

    I would test this out on a staging site first to see if you run into any issues.

    Cheers!

    in reply to: How to add Map view to a page #987442
    Brian
    Member

    Hi Felix,

    Thanks for using our plugins.

    We do not have shortcodes for the main event views of Map, Photo, Month, etc.

    There is also no easily embedable code to move a main event to another page.

    It could be possible with a customization, but for the most part that is beyond the support we can provide on this unfortunately.

    We are looking to create shortcodes for all our views, but I do not have a timeline when that might happen.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: iCal recurring imports #987441
    Brian
    Member

    Hi,

    The iCal Importer is not available yet.

    We are looking to launch that with 3.11, which should be out in a couple weeks.

    Thanks

    in reply to: CSS Issues #987435
    Brian
    Member

    Great glad it is moving forward.

    For that one you want to target the link and not the div around it.

    So this should work:


    .tribe-events-month .tribe-events-calendar td .tribe-events-viewmore a {
    color: #fff;
    }

    Cheers

    in reply to: Price Range for Ticket Prices #987434
    Brian
    Member

    Hi,

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

    I retested the snippet in 3.10.1 and it is working for me.

    The coding does not always match the example I gave, but you want to look for this function:

    <?php echo tribe_get_cost( null, true ); ?>

    And replace it with this:

    <?php echo esc_html( get_tribe_woocommerce_tickets_price_range() ); ?>

    Cheers!

    in reply to: attendee information. where is it stored in backend. #987429
    Brian
    Member

    Hi Chris,

    Thanks for the interest in our plugins. I can help out here.

    The attendees are stored as custom post types so they use the posts and metaposts tables for the information. The post type is tribe_wooticket. The user creation is handled by the eCommerce if you have it setup that way and it is created in the WordPress usertables.

    If a attendee purchases multiple tickets all the information is under their name and we currently do not have a feature to collect more attendee information besides the information collected at checkout. We are working on a feature to get more information, but it is not ready yet and I do not have a timeline for it.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: mini calendar not displaying after update #987426
    Brian
    Member

    Hi,

    Thanks for using our plugins I can help out here.

    It looks like you are using Pro 3.9.3, please update to 3.10.1 using the automatic update or by manually updating.

    You can download the latest version from your account here on theeventscalendar.com.

    After updating let me know if that resolves the issue.

    Thanks

Viewing 15 posts - 4,891 through 4,905 (of 11,256 total)