Forum Replies Created
-
AuthorPosts
-
Brian
MemberGreat, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.
Thanks!
Brian
MemberYour Welcome,
I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.
Thanks!
Brian
MemberThanks for the suggestion.
I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Thanks
Brian
MemberAdd that to your theme’s function.php file.
Brian
MemberOk thanks for the information. Pro will still work regardless of the License so that is not it.
Can you try out testing for conflicts guide and see if that help narrow down the issue:
Let me know what you find out from that and we can go from there.
Thanks
Brian
MemberGlad you are getting closer and like the plugin!
I think if you use this snippet it should change the text of the subject line:
add_filter('gettext', 'change_tickets_text', 10, 3);function change_tickets_text( $translations, $text, $domain ) {
// Match the text you want you want to translate, preferably also match the text domain
if( $domain === 'tribe-wootickets' ) {
// The custom text you want instead
$text = str_ireplace( "Your tickets from", "Please print your tickets from", $text );}
return $text;
}That is untested on my end, but should work.
Let me know if that helps.
Thanks
Brian
MemberHi,
Sorry for the issues you are having. I can help troubleshoot them with you.
Do you have any custom templates in your theme or custom coding in your theme that might be causing the conflict?
I see this commented in the events page:
<!-- < ?php if (is_page('events') || tribe_is_month() || tribe_is_week() || tribe_is_upcoming() || tribe_is_day() || tribe_is_event() ) { echo ""; }else { echo '<div id="main">'; } ?> -->If you change the Event Template on this page:
Events > Settings > Display Tab
Then change this setting to:
Default Page Template or to Default Event Template
And see if that helps.
Let me know what you find out and we can go from there.
Thanks
Brian
MemberHi,
Thanks for the interest in our plugins.
We do not have a registration feature, but you could use the one of the tickets add on’s to get people to sign up for an event.
I have found this pluign, but not tried it out that does add registration form to an event, that might work out for you.
https://github.com/GlynnDevins/The-Events-Calendar-Registration
Let me know if you have any follow up questions.
Thanks
Brian
MemberYep here is a link to download the Shindig Demo Theme:
http://theeventscalendar.com/content/uploads/2014/12/wpshindig.zipBrian
MemberGreat, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.
Thanks!
Brian
MemberHi,
Thanks for purchasing Community Events.
Unfortunately, we do not have a feature to change either of those two slugs.
If you would like to request that feature please head to our UserVoice Page and add your own or upvote that feature as they will increase the chances of it being added to a future version.
http://tribe.uservoice.com/forums/195723-feature-ideas
Thanks
February 5, 2015 at 5:27 am in reply to: I've bought events calendar pro and i'd like post into pro forum #940206Brian
MemberHi,
Sorry for the issues you are having.
I can help troubleshoot these with you.
Account
Your account is tied to an email ending in @sunset-technologies.catYou can enter your email that ends like that on this page and setup your password:
https://theeventscalendar.com/my-account/lost-password/
Event Sort
I see the issue on your site. Do you have any plugins that customize Post Order or Category?If not can you run through our testing for conflicts guide to see if that helps narrow down the issue:
Let me know what you find out and we can go from there.
Thanks
Brian
MemberHi,
Thanks for purchasing our plugins. I can help you out. Please see my answers below.
1) I would like to add thousands of funpages to my page. But I’ve notices plugin has problem to read a big amount of funpages. Pluging doesn’t upload all events to calendar. Is it any maximum number of funpages?
For Facebook importing it depends on your server and Facebook and there is only so much they will be able to import before the server runs out of resources. I would say thoursands of facebook pages is beyond the capabilities of the plugin and even most sites to handle. It is hard to say what that limit is for your site. In the next release we are working on improving the process, but it still will not be able to handle that many pages.
2) Is it possible to add mniatury photos to view of mounthly calendar?
We have this guide to help out with this:
https://theeventscalendar.com/knowledgebase/adding-featured-images-to-month-view/
3) Events in mounthly calendar are in the same order every day. Is it possible to mix?
We do not have a method to do this, but you can maybe follow our themer’s guide to see about adding it:
https://theeventscalendar.com/knowledgebase/themers-guide/
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for the interest in moving over your events to The Events Calendar.
We have a CSV importer, not sure of the features of Timely, but if you can export the events into the csv format you could then import them into our calendar.
If they do not have a direct method to do that I have good luck with using this plugin to export data:
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi Doug,
Sorry for the issues you are having. I can help troubleshoot them with you.
Looks like there is a css conflict, possibly from your theme that set the padding really large.
Try this css:
.builder-module-content .tribe-events-thismonth .hentry {
padding: 0;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks
-
AuthorPosts
