Forum Replies Created
-
AuthorPosts
-
George
Participantđ
George
Participantđ
George
ParticipantHey @Dominik!
Thanks for reaching out.
But is there also an easy way, to stylize the userinterface for the âEdit Eventâ page?
There unfortunately is no such way to style the back-end of the plugin. đ The plugin doesn’t really have its own “back-end”, it is just using the WordPress Core admin, so you would have to write extensive CSS to modify the back-end admin views.
You can see folks discussing how to do this in forum questions like this one: http://wordpress.stackexchange.com/questions/110895/adding-custom-stylesheet-to-wp-admin
And you can then piece together custom styles from there.
We unfortunately cannot help with writing customizations, but I would recommend checking out a [free!] tool like Firebug if you use FireFox, or the Developer Tools for either Safari or Chrome. They have “Inspector” tools that let you zoom right over the element that you want to remove or modify and you can spot the CSS from there.
Best of luck with your tinkering and customizing!
Sincerely,
GeorgeGeorge
ParticipantHey Grace,
Thank you for reaching out, and for your interest in the plugins!
We unfortunately don’t have a way to let folks access that site, but we do have a thirty-day refund policy that many folks use as a “trial period” to test out the software.
You can learn more about this refund policyâand how to get a refundâhere â https://theeventscalendar.com/knowledgebase/refund-policy/
I hope this is a helpful alternative!
Sincerely,
GeorgeGeorge
ParticipantSorry to hear this @peter!
I cannot recreate this problem with my own site, which is using the latest versions too, so I’m wondering if there’s a theme or plugin code conflict here.
Do you see the “Help” tab in your Events Calendar admin settings? If so, share your system information with us, which is found at this tab. Learn more about how to share system information here â https://theeventscalendar.com/knowledgebase/sharing-sys-info/
Sincerely,
GeorgeGeorge
ParticipantSure thing! đ
Follow the steps described on this knowledgebase post and you should be able to perform an upgrade with little hassle â https://theeventscalendar.com/knowledgebase/upgrading-a-license/
Let me know if you have any more specific questions about that along the way.
Cheers!
GeorgeGeorge
ParticipantHey Joel,
Thanks for reaching out!
While our plugins themselves won’t facilitate this sort of thing, you can pull off something like this by using a “restrict content” plugin. One of the best of these is Restrict Content Pro â https://restrictcontentpro.com/
Just an exampleâcheck that one out and search for alternatives/competitors. These sorts of plugins let you limit content to only paid users, so you can just limit the Calendar content per those plugins.
For any further questions about those plugins, reach out to the support teams of those plugins and explore their documentation; for any further questions about The Events Calendar or its add-ons, let me know! đ
â George
George
ParticipantHey Geoff,
Thanks for reaching out!
In regards to your first question, no, the list view shortcode that you are using there cannot be easily modified to show the month view.
As for adding content before the list view, yes, you can do this but it would unfortunately require writing custom code.
I say “unfortunately” because we cannot help with writing custom code. So, for wiring up something with category filters and different text for each category and all of that, you will have to take the reins on implementing this custom design and either the write the code yourself or hire a professional to assist you.
That being said, there is one thing I can try to recommend here at list, which should be helpful.
These are the two general methods you can use for adding content to before your list view only:
#1 Snippet
Paste this into your theme’s functions.php file, and tweak it to reflect your custom design goals:
add_action( 'tribe_events_before_view', 'tribe_add_content_before_list_view' );function tribe_add_content_before_list_view( $template_file ) {
$pathinfo = pathinfo( $template_file );if ( empty( $pathinfo ) || ! isset( $pathinfo['filename'] ) )
return;if ( 'list' == $pathinfo['filename'] ) {
printf( 'Here is your list view content!
');
}
}
#2 Template Modification (RECOMMENDED)
Make a custom theme template version of this plugin view:
the-events-calendar/src/views/list/content.phpYou can learn how to do this by reading this guide here â https://theeventscalendar.com/knowledgebase/themers-guide/
If you decide to hire a professional to build the custom designs for you, then one thing that might help is this list of great developers here â http://m.tri.be/18k1 (we have no affiliation with any of these folksâtheyâre simply some well-respected names in the community that weâve compiled to share).
Best of luck with your customizing!
GeorgeGeorge
ParticipantHey Mark,
If you’re looking for the option in your free version of Event Tickets, then that’s the problem hereâsorry for not clarifying that!
The public attendees list only exists in the Event Tickets Plus add-on for Event Tickets.
There is simply a checkbox when you create ticketsâ”Display attendees on the front end.” When checked, of course, attendees will display on the front end.
Cheers!
GeorgeGeorge
ParticipantHey Jack,
Thanks for reaching out.
The best option for buying a license for two sites is the Business License. This is because, at this time, a Personal License (for one site) is $89. Two of those would be $178.
So, a Business License offers three sites for a discounted price of only $149.
Learn more here â https://theeventscalendar.com/product/wordpress-events-calendar-pro/
Cheers!
GeorgeGeorge
ParticipantHey Jodi,
Updating to Pro will NOT necessarily resolve these issues.
It sounds like there is a theme or plugin code conflict on your site.
To help learn if this is the case, I would recommend performing all of the steps on this page â https://theeventscalendar.com/knowledgebase/testing-for-conflicts/
After EACH STEP in that process, take a look at the issues you described in your post here and see if they are different at all.
If these steps do not help, you can post your System Information here and we will take a look at it to see if we can learn anything more about it. Here’s how to post system information â https://theeventscalendar.com/knowledgebase/sharing-sys-info/
Thank you,
GeorgeApril 15, 2016 at 4:21 pm in reply to: CSV Export of attendee list does not include additional data #1103291George
ParticipantHi Christian,
Thank you for reaching out.
It is a known bug that the attendees CSV export does not include that additional data. It is something we are actively working on, but I unfortunately do not know how soon a fix for this will arrive. đ
The timeline is likely something in the range of several weeks or even beyondâŚso making your own extraction method might indeed be a good idea here. Hopefully you don’t have to use it for long! But I just wanted to be honest that it will likely take long enough for us to truly fix this that proceeding with your own solution in the interim is not a bad idea.
Sorry to disappoint!
GeorgeApril 15, 2016 at 4:04 pm in reply to: Can we add fields to our events to specify whether it's 18 and up? #1103282George
ParticipantHi Brendan,
Events Calendar Pro’s “Additional Fields” would indeed be a great option here. This guide covers how to create and use such fields, check it out! â https://theeventscalendar.com/knowledgebase/pro-additional-fields/
Cheers,
GeorgeGeorge
ParticipantHey @Canaan,
Thanks for reaching outâadding content among an events stream like you describe is unfortunately technically possible, but not without some tinkering and custom coding. We unfortunately cannot help with writing custom code, so you would have to write that custom code or hire a professional developer to write the code for you. We have a list of great developers here â http://m.tri.be/18k1 (and have no affiliation with any of these folksâtheyâre simply some well-respected names in the community that weâve compiled to share in situations like this one).
Thank you,
GeorgeGeorge
ParticipantSorry to hear this Vicki!
Can you share a link to an event with the double “more” links showing up?
Those links are appearing from somewhere else that is NOT The Events Calendarâour plugins only add the one link.
So, while I admittedly don’t know where that extra link comes from, what I can try to do here is show you how to hide that second, broken “More” link so that only the one working link is every visible.
Thank you!
George -
AuthorPosts
