Forum Replies Created
-
AuthorPosts
-
Nico
MemberHi Geoff,
Thanks for reaching out to us on this! Unfortunately there’s no easy way of fixing this 🙁
We’ve been asked about in the past, but we can’t support this customization as the code generating this is on the theme. If you decide it’s worth to invest a bit of your time on this, take a look to this thread it will surely point you in the right direction: https://theeventscalendar.com/support/forums/topic/x-theme-ecp-integration-issues-no-titlebreadcrumbs/
I’m sorry but there’s not much I can for you on this,
Best,
NicoNico
MemberHi Shawn,
Thanks for you thoughtful feedback on this and for taking the time to reach out to us. Unfortunately there’s not much I can do about it 🙁
Best I can say is that if there’s more than one site you need to install the pro version on, you can choose a Business type license which substantially lowers the cost per site. Also bear in mind that we also offer renewal discounts, so the ‘big investment’ is on the upfront.
Regarding the requirements for our non-profit program, please understand we need to draw a line somewhere. We provide a free opensource product, and a non-profit program, but there’s also the need to sustain the company behind the products!
Hope you can understand my point as well,
Best,
NicoNico
MemberHi Eduardo,
Thanks for reaching out to us on this. I can help you customizing it but unfortunately I cannot reach the site in the URL you shared with me. I just see a Coming Soon there 🙁
Please check on that and let me know,
Best,
NicoNico
MemberHi John,
Thanks for reaching out to us!
You can add an image or icon to the list widget via CSS or you can edit the template files to do so. The CSS snippet would look like this:
.tribe-events-adv-list-widget > .hentry {
background-image: url(path_to_image);
background-repeat: no-repeat;
padding-left: 20px;
}
If you prefer to edit the view files, the main view for the list widget is located at ‘wp-content\plugins\events-calendar-pro\src\views\pro\widgets\list-widget.php’ and it uses the file ‘single-event.php’ in the ‘modules’ subfolder for each event in the list. Be sure to check our Themer’s guide to get the details of how to override these templates.
Regarding the amount of events shown by the widget, a bit of code is necessary. Just drop the following lines in your theme’s ‘functions.php’ file (located at wp-content/themes/your-theme/):
add_filter('widget_display_callback', 'increase_event_widget_limit', 10, 2);function increase_event_widget_limit(array $instance, $widget) {
if (is_a($widget, 'Tribe__Events__Pro__Advanced_List_Widget')) {
$instance['limit'] = 30; // change the amount of events here
}return $instance;
}
Please let me know if there’s anything else I can help you with,
Best,
NicoNico
MemberHi gcaottawa,
Thanks for reaching out to us! Hopefully removing the tickets form from the event page is quite simple 🙂
Just add the following lines to your functions.php file (located at wp-content/themes/your_theme/):
if (class_exists('Tribe__Events__Tickets__Woo__Main')) {
remove_action( 'tribe_events_single_event_after_the_meta', array( Tribe__Events__Tickets__Woo__Main::get_instance(), 'front_end_tickets_form'), 5 );
}
Please let me know if this does the trick,
Best,
NicoNico
MemberHi Helen,
Thanks for following up on this! I get you know 🙂
There are two ways of adding the “SUBIT YOUR EVENT” button at the bottom of the calendar page:
1- This is the simplest way of doing it: go to ‘WP-Admin > Events > Settings > Display’, in the ‘Add HTML after event content’ textarea input this code:
SUBMIT YOUR EVENT
2- This option gives you a bit more flexibility: you’ll need to create a override of the views you want this message to show up in, this process is described in our Themer’s guide.
Please let me know if you can add the button with any of the given options,
Best,
NicoNico
MemberThis reply is private.
Nico
MemberHi Oliver,
Thanks for the feedback on this! It sounds like a pretty random issue so far…
Are all of those instances -clean, test and production- in the same server with the same settings?
Thanks for keeping me updated, I appreciate it!
Best,
NicoNico
MemberHey Simon,
Glad to hear you could solve this buddy 🙂
I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.
Best,
NicoAugust 27, 2015 at 11:38 am in reply to: Soft 404 errors in Google – continued in latest version 2 #999662Nico
MemberHi Melzar,
Sorry for the delay on this!
First of all I would like to understand how the following plugins are affecting the robots meta -if they are.
– 404 to 301: Was this plugin added to amend the fact that in previous versions of our product empty views where returning 404 status code?
– Event Rocket: I recall this plugin also had an option to revert the 404 on empty views. Are you aware if this is active?
– Yoast: is it possible to indicate the plugin to not output the robots meta for the calendar? Or to give a subset of settings to The Events Calendar pages?I will make some local tests with Yoast and The Events Calendar to see is the duplicate robots meta is being generated by those plugins. I think that if we can control the robots meta, and set them correctly we will be close to solving this.
Please let me about the above follow-up questions,
Best,
NicoNico
MemberHey Simon,
Thanks for the quick follow-up!
I know they both seem related with our plugin, but if they are not present with TweentyFifteen theme I guess it’s something on your theme getting in the way.
Can you please try to comment out this scripts from the footer of the site? I guess that might be the source of the issue!
<!-- START OF SCRIPTS -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script><!-- scrolling arrow -->
<script src="http://www.porterswinebar.com/2015/wp-content/themes/porters_wine_bar/js/arrow88.js" type="text/javascript"></script><!-- instagram -->
<script src="http://www.porterswinebar.com/2015/wp-content/themes/porters_wine_bar/js/snapwidget.js"></script>
Thanks,
NicoNico
MemberHi Soren,
Thanks for confirming that and sorry this is taking so much back and forth!
So if you created a template override, it should be deactivated when you switch to TweentyFifteen theme. Have you modified the file in the plugin folder? In that case I guess reinstalling the plugins should clear out any edits you’ve made. Does that makes sense to you?
Please try re-installing the plugins + testing it with un-modified TweentyFifteen theme, also remember to clear site’s cache after doing so. Also please make sure your browser cache is not in the way -you can use an incognito window just to make sure.
Also please point me to the page in your site showing this so I can check for any other clues!
Hope we can to the bottom of this, sounds really tricky so far.
Best,
NicoNico
MemberHi Helen,
Thanks for following up and sorry for the miss understanding 🙁 I’m not sure I fully understand this.
when I add this link (…), which is a button called “Submit an Event” to the Events Calendar page, it’s not there.
How are you adding the button to the calendar page? By calendar page you mean http://67.20.94.97/events/?
Please let me know,
Best,
NicoNico
MemberHi Simon,
Thanks for reaching out to us, and sorry to hear about this issue. Hopefully I can help you with it 🙂
Browsing the calendar page on your site I notice there are a couple of JavaScript errors in the console. If this works with Tweentyfifteen theme, I guess there’s a JavaScript conflict with your own theme.
To debug this, please comment out any JavaScript related code -importing external files in the template, queueing/dequeueing files in your functions.php file, custom code in the header/footer, etc- and test this again.
Please let me know about how this goes,
Best,
NicoNico
MemberThis reply is private.
-
AuthorPosts
