Brian

Forum Replies Created

Viewing 15 posts - 10,981 through 10,995 (of 11,256 total)
  • Author
    Posts
  • Brian
    Member

    I am glad to see you were able to fix this issue.

    Since the issue is resolved 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: Numerous issues with Pro Version #730558
    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: Calendar kills all HTML in calendar page #730553
    Brian
    Member

    Hello,

    I can help you out some more on this.

    The events pages do not use your theme’s content templates that is why it is no an h1 tag there and why the shortcode is not there.

    But, if you move:

    views\pro\photo\content.php

    To the directory outlined in the themer’s guide to your theme you will be able to modify this line:

    <h2 class="tribe-events-page-title"><?php echo tribe_get_events_title(); ?></h2>

    You can then change that to an H1 tag and add the shortcode below using WordPress’s do_shortcode.

    That is about the only option I have for you to make the title an h1 tag on an Event View. That about coding will work on the Photo View, you would have to do the same for the List, Month, etc views as well.

    Another option for the shortcode is to use this hook ‘tribe_events_after_the_title’ to add the shortcode below the title’s on all the views.

    That is about as much help I can give on customizations, but if you get stuck after moving the files over to your theme let me know and I can help out on the next step and then again you can take it from there.

    Also, I moved this to the Pro Section as this was related to that Plugin and not our Facebook Events Plugin.

    Thanks

    in reply to: ticket sale date being reset #730522
    Brian
    Member

    Hello in Brisbane! Sorry it is almost Tuesday for you now, but I mean , “set the time to any hour except 12.”

    Let me know if that works for you.

    Thanks

     

    Brian
    Member

    Hi Again!

    I found a bunch of different topics that may help you out and I have some coding I can share that I have used in the past to add the sidebar in Genesis to the Single Events Page.

    One thing I did notice was that if you use the Tribe Template set in the Event Settings the filters for Genesis to Add Sidebars and such do not work. I am not 100% certain of this, but just to be on the look out for that.

    Edit single-events.php

    If you follow our Themer’s Guide to get the single-event.php into your theme you can modify it to add the sidebar or sidebars(works for Organizer and Venue too):
    https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/

    Once there outside of the ‘#tribe-events-content’ div on the bottom I added:
    <aside itemtype="http://schema.org/WPSideBar" itemscope="itemscope" role="complementary" class="sidebar sidebar-primary widget-area">
    <?php if ( ! dynamic_sidebar( 'sidebar' ) && current_user_can( 'edit_theme_options' ) ) {
    genesis_default_widget_area_content( __( 'Primary Sidebar Widget Area', 'genesis' ) );
    } ?>
    </aside>

    That adds the primary sidebar and you could add others there too.

    The css will still have the event area full width, but if you add in the body class for single events or related and target ‘#tribe-events-content’ you can shrink it on the single views to make the sidebar fit.

    If you play around with that you should be able to get it how you would like.

    More Resources
    Here are a bunch of other links with different methods and results that you may find useful.
    Add Content Sidebar To Genesis Child Theme – this will add a sidebar on all Events Pages
    Default Page Template is broken with Genesis themes – may help troubleshoot an issue

    Let me know if you run into any issues.

    Thanks

    Brian
    Member

    Great, glad it is working now. Since this issue is resolved I am going to close this topic.

    And thanks for posting you other question in another topic that is really helpful for us!

    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: tickets addon #724695
    Brian
    Member

    Hi Tony, thanks for the interest in our Ticketing Plugins.

    The features are similar for both WooCommerce Tickets and EDD Tickets.

    So if you prefer working in EDD I would go with that one as all our plugins handle is the ticketing side, the payment, orders, etc is all done by the central eCommerce System.

    If you are still unsure watch the New User Primers for both the plugins to give you a better sense how they work.

    https://theeventscalendar.com/support/documentation/edd-tickets-new-user-primer/

    https://theeventscalendar.com/support/documentation/wootickets-new-user-primer/

    Let me know if you would like any more information.

    Thanks!

    in reply to: Calendar subscription #724663
    Brian
    Member

    Hello tonyshawjr,

    I can help you with this question.

    We have a similar question asked here so I am going to quote the response there:

    The iCal exporter exports the current view’s events. If you are on month view it will export that month’s events. If you are the upcoming list view, it will export all of the currently visible upcoming events, which by default is the next 10 events.

    The easiest solution here would be to change your “Number of events to show per page” in WP Admin > Events > Settings > General. But, that has far reaching implications in that every page in your site which shows upcoming events will display that number of events, not just iCal. If you want a more fine tuned solution then you would want to tab into the iCal WP Query and set the posts_per_page to a different value. You could do that using the filter tribe_events_pre_get_posts.

    If you would like some help on this let me know and I can give some more information on this customization.

    Thanks

    in reply to: CSV Import Show Google Map not set #724641
    Brian
    Member

    Hi wickedsharp,

    Sorry for the troubles in the CSV import.

    I did some testing on a site and was able to reproduce the error. I tried all the different options and only get the check box to show when there was a 1 in the field.

    Please download this file* with some random generated events for importing.

    Please import those events and let me know if any of the checkboxes are checked.

    I will also look into this further as some of our instructions say, yes or true should work.

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

    Thanks

    *removed by admin

    in reply to: Month View Error with "Second Touch" Theme #724564
    Brian
    Member

    Hello kreyes,

    I am going to close this topic as we typically close threads if there is no activity after two weeks. Feel free to create a new thread and reference this one to save you time.

    Thanks

    in reply to: ticket e-commerce, all recurring events #724557
    Brian
    Member

    Hello Anna,

    I am going to close this topic as we typically close threads if there is no activity after two weeks. Feel free to create a new thread and reference this one to save you time.

    Thanks

    in reply to: Community Event Add Date / Time Format #724555
    Brian
    Member

    This thread’s not seen much activity recently so I’ll go ahead and close it. Of course if you still need help with this or any other issue please don’t hesitate to create a new thread (or threads) and one of the team will be only too happy to help. Thanks!

    in reply to: Maximum events is only 10? #724553
    Brian
    Member

    This thread’s not seen much activity recently so I’ll go ahead and close it. Of course if you still need help with this or any other issue please don’t hesitate to create a new thread (or threads) and one of the team will be only too happy to help. Thanks!

    in reply to: Addional fileds not appearing on Events page #724551
    Brian
    Member

    This thread’s not seen much activity recently so I’ll go ahead and close it. Of course if you still need help with this or any other issue please don’t hesitate to create a new thread (or threads) and one of the team will be only too happy to help. Thanks!

    in reply to: How can I add/edit the "events" page? #724547
    Brian
    Member

    This thread’s not seen much activity recently so I’ll go ahead and close it. Of course if you still need help with this or any other issue please don’t hesitate to create a new thread (or threads) and one of the team will be only too happy to help. Thanks!

Viewing 15 posts - 10,981 through 10,995 (of 11,256 total)