Forum Replies Created
-
AuthorPosts
-
Casey D
MemberWe typically close threads after there is no response after two weeks. Feel free to create a new tread at any time, and reference this one to save you time.
Cheers!
– Casey Driscoll
Casey D
MemberHello valerie2776,
Thanks for creating a new thread. I’m talking to the devs to see if there is any update on that problem.
In the mean time, could you get me some info? In the WP-Admin, at the bottom of the Events > Settings > Help tab, there will be a ‘systems settings’ box. Can you copy that and paste it into a private reply?
Thanks!
– Casey Driscoll
Casey D
MemberHi Troy!
Thanks for contacting us. This question is covered in our FAQs.
<div>
Technically, you only need one license for a multisite installation because you only input the license on your main network site. However, we ask that you purchase the license package that accurately reflects the number of sites you’ll use the plugin on. For example, if you are planning to use the plugin on a 10-site multisite, we ask that you purchase our Developer level license. That reflects the amount of value you’re getting as well as covering any support you may need on those sites.
</div>
Does this make sense? Let me know if I can explain anything else!
Cheers!
– Casey Driscoll
May 1, 2014 at 11:07 am in reply to: Links to categories not working in english links (used with translate) #147602Casey D
MemberHello manifdart,
I can’t seem to find the links, sorry! Could post some specific examples?
Thanks!
– Casey Driscoll
Casey D
MemberHello mmcfarlin,
Thanks for contacting us. If I understand you correctly, you want two different calendars, one standard one of events and another that is only ‘community’ events?
I recently gave an in depth response that I think will answer yours too. https://theeventscalendar.com/support/forums/topic/can-i-show-multiple-calendars-separatedistinct/
Ultimately I believe you are looking for our premium Filter Bar plugin.
Does this make sense? Let me know if I can explain anything else!
Cheers!
– Casey Driscoll
Casey D
MemberHello ccapik,
Thanks for contacting us. We’ll get you back to loving us again soon!
It seems like a possible theme/plugin conflict is likely. Although I’ve never seen this one before.
In the WP-Admin, at the bottom of the Events > Settings > Help tab, there will be a ‘systems settings’ box. Can you copy that and paste it into a private reply?
Cheers!
– Casey Driscoll
May 1, 2014 at 10:31 am in reply to: Fatal error trying to access WP Dashboard – points to the-events-calendar #147571Casey D
MemberHello mburrell,
Thanks for contacting us, sorry you are experiencing this!
Could you answer two questions?
– What is your host/server configuration? A private reply with phpinfo() would be awesome if possible.
– What happened prior to this? Was it sudden or was there an event like an update, migration, etc?If you could get me this info, we’ll get you back up and running soon!
Cheers!
– Casey Driscoll
Casey D
MemberJust saw the second part of you question. ‘Add to cart’ is in the same file!
Cheers!
– Casey Driscoll
Casey D
MemberHello Adam,
Thanks for contacting us! This is very possible with template overrides.
If you check out our Themer’s Guide, you could probably make a template override to display what you want.
80 if ( $is_there_any_product ) {
81 ?>
82 <h2 class=”tribe-events-tickets-title”><?php _e( ‘Tickets’, ‘tribe-wootickets’ );?></h2>When you download the WooCommerce Tickets Plugin, copy /view/wootickets/tickets.php to you override folder. Line 82 is what you want to change to ‘Registration Passes’.
80 if ( $is_there_any_product ) {
81 ?>
82 <h2><?php _e( ‘Registration Passes’, ‘tribe-wootickets’ );?></h2>You could also use domain translation if you prefer that way: http://pastebin.com/iSADy8za
Does this make sense? Let me know if this doesn’t work for you.
Cheers!
– Casey Driscoll
Casey D
MemberHello tuberb,
Text inputs on these sorts of forms are sanitized for database input, with certain characters and html stripped to prevent nefarious attacks and weird problems. On the onset I wouldn’t consider them for displaying of information, only the storing of information. They are definitely not WYSIWYG.
That said though, I believe you are very close to what you want, especially if you are savvy enough to make your own template.
In my test a ‘pipe’ ( | ) was transformed to a comma ( , ). Is that your experience too?
It’s an ugly fix, but if you are doing a find/replace in your template anyways, you could just invent a unique codeword/system like :break: or -br- or something else that will pass the filter, and you could easily find/replace in your template.
Again, this isn’t standard practice, isn’t recommended or supported, but should get you what you want.
I *think* this is correct (at least, this is how I would approach it given with the constraints). I might be wrong though, let me know if it doesn’t work for whatever reason.
– Casey Driscoll
Casey D
MemberHello lanceelliott72,
Thanks for contacting us and thanks for creating a forum post.
If I understand you correctly, what you’re looking for is in the Events Settings > General tab. At the top, you will see a “Recurring event instances” checkbox. Check to remove displaying the duplicates.
Does this make sense? Let me know if this doesn’t work for you.
Cheers!
– Casey Driscoll
Casey D
MemberHello revmsg,
Thanks for contacting us and creating a forum post.
From what I can tell, the homepage doesn’t redirect anymore and I’m not seeing any duplicates on http://trailnet.org/. I’m assuming you were able to get some things cleaned up.
If that is not the case, or if I’m missing something please let me know! Are you still getting 500 errors on your admin?
Let me know how I can help!
Cheers!
– Casey Driscoll
May 1, 2014 at 8:13 am in reply to: jQuery Vertical Accordion Menu defaults to open on Events page #147466Casey D
MemberHello niki_sebi,
Thanks for contacting us, sorry you are experiencing this!
It seems you are having some js errors and conflicts on that page. If you open up the js console on the /events page, you will see this:
Uncaught TypeError: undefined is not a function bootstrap-datepicker.js?ver=3.2:1593 Uncaught TypeError: undefined is not a function tribe-events.min.js?ver=3.5.1:15
In the WP-Admin, at the bottom of the Events > Settings > Help tab, there will be a ‘systems settings’ box. Can you copy that and paste it into a private reply?
If you can get back to me on this stuff I can get you back up and running!
Cheers!
– Casey Driscoll
Casey D
MemberHello crharrison,
Thanks for contacting us! In the Event Settings > Community tab (once you have the Community Events plugin) installed, has a setting to send alerts to any amount of emails. I believe this is the feature you are looking for!
Does this make sense? Let me know if I can explain anything else!
Cheers!
– Casey Driscoll
Casey D
MemberHello Eric,
Thanks for contacting us! By default, all of that information is in the WooCommerce Ticket email. Here is a screenshot from the fake event I created and ‘bought’ on my local system.
If you check out our Themer’s Guide, you could make a template override to display any additional information you want in the email. Check out the email view templates under WooCommerce Tickets (Ticketing Plugins). https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/#viewstemplates
Does this make sense? Let me know if I can explain anything else!
Cheers!
– Casey Driscoll
-
AuthorPosts





