Forum Replies Created
-
AuthorPosts
-
September 8, 2014 at 7:01 am in reply to: One Venue has several different websites – how do I change original? #730565
Brian
MemberI 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!
Brian
MemberGreat, 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!
Brian
MemberHello,
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
Brian
MemberHello 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
September 5, 2014 at 11:32 am in reply to: How do I set the single event URL to use the Default (WP Theme) Page Template… #725053Brian
MemberHi 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 issueLet me know if you run into any issues.
Thanks
September 5, 2014 at 11:15 am in reply to: Default Month View will not Display with the Default Page Template #725032Brian
MemberGreat, 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
Brian
MemberHi 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!
Brian
MemberHello 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
Brian
MemberHi 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
Brian
MemberHello 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
Brian
MemberHello 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
Brian
MemberThis 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!
Brian
MemberThis 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!
Brian
MemberThis 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!
Brian
MemberThis 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!
-
AuthorPosts
