Forum Replies Created
-
AuthorPosts
-
July 26, 2017 at 11:05 am in reply to: Default month view has a browser title starting with "Untitled -…" #1326505
Shelby
ParticipantThis reply is private.
Shelby
ParticipantHi Sarah,
Apologies for my delay here. I took some time off, and we didn’t quite have the coverage needed for the influx of threads we had while I was gone, so I really appreciate your patience! π
Also, I JUST realized that I never asked you to test for conflicts to see if this issue is isolated to your theme and plugins, which is why I’ve had so much trouble replicating probably. That said, would you mind following the steps here and let me know the results?
Thanks!
Shelby π
July 19, 2017 at 9:12 am in reply to: How to hide a category of events in the main calendar? #1323310Shelby
ParticipantHi again Chris,
If I’m understanding correctly, what you’re asking is definitely possible. You can filter by as many categories as you want and link to the calendar with that set of Filters as needed. π For example, this link has both the categories “Tech Meetups” and “WordCamps.” π
If you’re having trouble getting anything to work as desired after you purchase and install the plugin, you can always reach out on the Filter Bar forum.
Best,
Shelby π
Shelby
ParticipantHi Cynthia,
Your screenshot didn’t seem to come through. If you replied by email, that would be why. You’ll need to log onto the forums and post it here. π
Thanks!
Shelby π
Shelby
ParticipantHi there,
Thanks for sharing your solution here, we appreciate it!
Best,
Shelby π
Shelby
ParticipantHey Jodi,
Can you please send me your system information by following the steps here? I want to take a look at your server configuration. Can you also enable WP Debugging and let me know what errors your site throws?
Best,
Shelby π
Shelby
ParticipantHi Alex,
You may need to make some modifications to Nico’s code since its about 18 months old now. To do that, I’d suggest hiring a freelancer (link here), since the purpose of these forums is to troubleshoot issues with the latest versions of our plugins out of the box and to field bug reports.
Thank you for understanding!
Best,
Shelby
Shelby
ParticipantHi again Jason,
So I looked into what you were piecing together and consulted with a team mate, and there are several issues with the code that you sent over. Here’s some feedback, but I’d, again, strongly suggest that you hire a freelancer to help piece this together for you, since these forums aren’t for customizations:
β instead of
$order->billing_first_nameyou can use
$order->get_billing_first_name()So it could be that the calls to custom fields are also not right.
We would recommend that you go step by step, trying to export a _not too_ custom field.also there are some other inconsistencies in the code:
`switch ($column) {
case ’emergency_medical’:
$value = $emergencymedical;
break;
case ‘consent_marketing’:`this should be like:
`switch ($column) {
case ‘_wccf_cf_id_emergency_medical’:
$value = $emergencymedical;
break;
case ‘_wccf_cf_id_consent_marketing’:`And just to reiterate, this feedback is as far as we can take you here. If you need more help, please hire a freelancer.
Thanks for understanding!
Shelby
Shelby
ParticipantHey Jessica,
It just occurred to me that in the mean time, you can follow the guidelines in our Themer’s Guide (here) to keep your changes from being overwritten when you update. π
Please let me know how that goes!
Thanks,
Shelby
Shelby
ParticipantHi Cesar,
Apologies for the delay, because of the volume of threads, it’s taking a bit longer than I hoped to get a second opinion, but help should be on the way relatively soon! Thanks for hanging in there!
Best,
Shelby π
Shelby
ParticipantHey again Cindy,
I reached out to some of our team, and as it turns out, we had some updates made to the knowledgebase article you referenced in your initial post. So, try the following code instead. π If it doesn’t work, I’ll follow up with the person who updated it this week :
add_filter( 'tribe_events_community_required_organizer_fields', 'my_organizer_community_required_fields', 10, 1 ); function my_organizer_community_required_fields( $fields ) { if ( ! is_array( $fields ) ) { return $fields; } $fields[] = 'email'; return $fields; }Let me know how that goes!
Best,
Shelby π
Shelby
ParticipantHi Cynthia,
Thanks for using our plugins! π
Unfortunately, this would require some custom themeing because of how your theme is interacting with our plugin styles.
I’d suggest switching your current setting at “Events > Settings > Display >Β Default stylesheet used for events templates,” and then I could try Β to give you some CSS that would work.
However, if you need to keep your current setting, you’ll want to hire a freelanceer to help out with this change, and we have some guidance for finding one here.
Let me know about this, and we’ll work on it from there!
Best,
Shelby π
Shelby
ParticipantHi Joachim,
Unfortunately, at this time, it’s not a built in option, except for additional fields added according to this article, but this change could be made with some customization. I recommend checking out the following resources if you’d like to try making these changes yourself or to find someone to help out with this:
TEC Settings Overview (To check out the available options in the plugin)
Themer’s Guide (Help for making the changes yourself)
Customization Guide (Help finding help with making custom changes)Best,
Shelby πJuly 18, 2017 at 7:39 am in reply to: Hiding sidebar in Calendar view when choosing Default Page Template #1322638Shelby
ParticipantHi Carole,
Thanks for using our plugins, and I’d be happy to help out with this! π
This change will require a bit of theme customization, and thankfully we have a few resources to help out with that. π
Guide on Stylesheets & Page Templates
Please check these out and let me know if you need more guidance on implementation, though if you know your way around child theming and customizing page templates, these should get you where you need to be.
Best,
Shelby π
July 18, 2017 at 7:25 am in reply to: How to hide a category of events in the main calendar? #1322625Shelby
ParticipantHi Chris,
I’m happy to help out here! π
A couple things:
- Could you point me to your original Pre-Sales thread so that I can consult the team member you were working with?
- I think another (probably simpler) way to implement this may be to install our Filter Bar plugin and just link to the filtered version of the calendar (like this link that is filtered to the category, “WP Meetups”). Let me know if this won’t work for you for some reason. π
Let me know about these things, and we’ll go from there! π
Thanks,
Shelby π
-
AuthorPosts
