Forum Replies Created
-
AuthorPosts
-
Brian
MemberHi,
Thanks for using our plugins. We do not have an option to hide recurring events.
You can try tp hide the field by adding this code to your theme’s function.php:
// Hide Events Calendar Recurring Events
function ecp_hide_recurrence_css() {
echo '<style type="text/css">
#eventDetails .eventtable .recurrence-row {display: none;}
</style>';
}add_action('admin_head', 'ecp_hide_recurrence_css');
That is the easiest way to hide it.
Let me know if that helps.
Thanks
Brian
MemberUnfortunately, we cannot support 3rd party plugins, even one that is as closely related to our plugins. The best thing to do is post on that plugins support forum and see if they can provide a fix for the issue.
You can login and add events using the Community Form, correct? It is just the link in the Settings is wrong?
Let me know.
Thanks
Brian
MemberYour welcome.
Let me know if you have any other questions.
Thanks
Brian
MemberHi,
Sorry for the issues you are having.
The Events Calendar uses the latest version of jQuery shipped with WordPress, which is currently 1.11.1
We do not load our own copy of jQuery.
The jQuery 2.0.7 is for the placeholder script and not jQuery itself.
Also looks like you are loading two versions of jQuery, WordPress is load 1.11.1 and your theme is loading 2.1.1
There are also these errors in the javascript console:
TypeError: jQuery.timer is undefined
http://visitbrenham.wpengine.com/wp-content/plugins/wp-responsive-photo-gallery/js/jquery.timers-1.2.js?ver=4.0.1
Line 135TypeError: $(...).slider is not a function
http://visitbrenham.wpengine.com/events/
Line 389TypeError: jQuery(...).fitText is not a function
http://visitbrenham.wpengine.com/wp-content/plugins/easy-media-gallery-dev/includes/js/func/frontend.js?ver=4.0.1
Line 19I would suggest using WordPress’s copy of jQuery and not your theme’s. If you have to use your theme’s you will have to shut off WordPress’s and most likely edit scripts not only in the Events Calendar, but other plugins as well that is beyond support we can provide to help out with that.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for using our plugins. I can help out here.
We do not have a list of all the custom fields, but I did create quick list for you here:
https://gist.github.com/jesseeproductions/c2df90a56827dae990a0
let me know if that works for you.
Thanks
Brian
MemberHello,
Thanks for the interest in our plugins.
All the plugins are separate, each one has its own features and if you would like both Community Events and Pro features you will have to purchase each one.
All plugins only require the free version of the Events Calendar to use.
If you have more questions about our licenses we can help out or check out these articles here for most of your questions:
https://theeventscalendar.com/knowledgebase-category/purchase-install/
Thanks
Brian
MemberHello Again!
Try out this tutorial:
https://theeventscalendar.com/knowledgebase/changing-the-word-events-to-something-else/
Let me know if that helps.
Thanks
Brian
MemberHi,
I think I can help out on this.
Does this snippet work for you?
https://gist.github.com/elimn/0be6c4cbcf80b3721c81
Let me know.
Thanks
Brian
MemberHi,
That tutorial was from the old site and is no longer current.
If you are looking to edit the List Widget you want to start with this file:
events-calendar-pro\views\pro\widgets\list-widget.php
Move that file or this file:
events-calendar-pro\views\pro\widgets\modules\single-event.php
To your theme following the themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
There you can add the thumbnail by adding this code:
<?php echo tribe_event_featured_image(null, ‘thumbnail’) ?>
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for the interest in our plugin.
For WordPress Multisite the plugin works on each site individually, but there is no global calendar on the main site.
So it will not work as you would like it to.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHello,
Sorry for the issues you are having.
I took a look at your site and see what you mean, I can help troubleshoot this with you to resolve it.
I looked through the source code and it looks like jQuery 1.4.1 is being loaded:
http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js?ver=4.0.1
Along with jQuery 1.10.2
http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js
I’d recommend removing the coding that is loading both of those and using the latest copy shipped with WordPress jQuery version 1.11.1
That should fix the issue.
Brian
MemberHi,
Sorry for the issues you are having. I can help troubleshoot them.
So that other thread you referenced was just a bad reference url, the page was there the whole time with no conflicts.
I visited your site and see what the issue is, by default the events page should be on a url like this:
yoursite.com/events/
However on your site you have it customized to show just like this:
yoursite.com
That looks to be creating issues with the link as it uses that /events/ for the url for community events, since it is not finding it, it is showing the link wrong in the admin.
Brian
MemberHi,
Sorry for the issues you are having with SPAM.In the Community Events setting we have a new SPAM filter to help out.
Head to your website admin then here:
Events > Settings > Community Tab
Fill in the SPAM filter keys and it will start showing on your site.
Let me know if that works for you.
Thanks
Note – Moved this ticket to the Community Events Forum as it relates to that Plugin and not Pro.
January 26, 2015 at 8:22 am in reply to: Different layout for main events view compared to all other views #937628Brian
MemberIf you have your Event Template set to the Default Event Template the file is here:
the-events-calendar\views\default-template.php
You can move and safely edit that file in your theme following the themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
If you have the Default Page Template set in this setting instead:
Events -> Settings -> Template -> Events Template
You can edit your default page template in your theme. It depends on your theme for which file that is.
Brian
MemberNot sure, I looked at your account and did not see a license connected to a site. Without a current license added to the site you will not get an update notification. If it is under another account please let me know and I can see if there is a connection issue.
As for updates we always release all the plugins together for major versions so when you see the Events Calendar 3.10 is available Pro would also have one available too.
Thanks
-
AuthorPosts
