Forum Replies Created
-
AuthorPosts
-
Brian
MemberOk cool, I lived in Sydney for 6 months and traveled up and down the coast surfing.
Ok I see what you mean about everything.
First you can use this guide to change the word Organizer to the spelling you like:
https://theeventscalendar.com/knowledgebase/changing-the-word-events-to-something-else/
For changing Other, try moving and editing this file:
events-calendar-pro/views/pro/modules/meta/additional-fields.php
Let me know how that works.
Thanks
January 15, 2015 at 5:16 pm in reply to: Trying to Move the ticket form on an event – not working with child theme #933513Brian
MemberYeah I would prefer not to state the obvious, but if I do not start there and that is it I feel even worse.
Anyway glad you figured it out.
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
MemberOk I did some tests on that site and on my own and not seeing those issues with the responsive theme. I am not sure what AppPresser does to the site and we have no way to debug it from here. Do they have anyway to debug a site? Not sure what else we can do with this right now.
Brian
MemberOk I get what you are trying to do. Unfortunately, we do not have a snippet for that it, not sure if that is possible in the main loop. It could be easier to either use a widget or to create a custom loop to grab the next event and display it.
January 15, 2015 at 9:47 am in reply to: Using the license key on a development site and then transferring to live #933352Brian
MemberHi, Thanks for purchasing Pro.
You can use the plugin with the license key on the test site. Then when you are ready to go live you can deactivate it from the plugin or from the account here, then activate it on the live site.
The plugin still works without the license key so you could also not include it at all on the test site. You will not have automatic updates without it.
Does that help?
Brian
MemberOk sorry we cannot help more.
Customers have used this snippet in the past to turn off ajax, which helps with IE8.
https://gist.github.com/jesseeproductions/e787d5dd5c0e943f172f
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
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 the interest in our plugins.
Unfortunately, we do not have a shortcode to display the calendar.
We have widgets you can use on your home page in the widget areas, but they are smaller then the main view calendar.
Let me know if you have any follow up questions.
Thanks
January 15, 2015 at 8:37 am in reply to: Trying to Move the ticket form on an event – not working with child theme #933307Brian
MemberHello,
I can help out here.
First can you verify the Child Theme is active (just want to make sure before we go further into this 🙂 )
After that does any other coding work in the functions.php?
What about any style changes in the stylesheet, do those changes things on the site?
Let me know and we can go from there.
Thanks
Brian
MemberHi,
Thanks for using our plugins.
AppPresser is the Service that enables you to turn a website into a iOS App, correct?
So those errors are viewing the site from the App?
Do you have a link to the site I can see as well?
Let me know and we can go from there.
Thanks
Brian
MemberHi,
Sorry for the issues you are having.
Looks like there is some CSS in the theme hiding the title:
.page-id-2368 .entry-title {
display: none;
}Try using this instead:
.tribe-mini-calendar-list-wrapper h2.entry-title {
display: block;
background: none;
border: none;
padding: 0;
text-align: left;
text-transform: none;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks
Brian
MemberHi,
Sorry for the issues you are having. I can try to help out here, but may not be able to help as we do not support IE8
Do you have a link you can provide for your site and I can take a quick look and see if I have suggestions?
Let me know and we can go from there.
Thanks
Brian
MemberHi,
Thanks for purchasing our plugins.
I can help out here. It sounds like you are getting on track with recurring events.
The Start and End Date should be for the first event in the recurrence. So if you have a weekly event on Monday the Start and End Date will be that first Monday. You are correct then the end on date is the final date of the event.
We have a guide here that explains recurring events in detail:
https://theeventscalendar.com/knowledgebase/pro-recurring-events/
Also, when you create a recurring event it has to be a new event, you cannot create a recurring event from a published event.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi Rob,
Thanks for the interest in our plugins.
We do not have a feature to sync calendars across sites.
It could be possible, but not without some customization and that is beyond the support we can provide.
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.
Brian
MemberHello,
Thanks for using our plugins, I can help get you on track for this customization.
You are on the right track and close to the right file. That is the start of the single events template.
Look instead to move this file to edit:
the-events-calendar\views\modules\meta\details.php
In that file you will see the Category and Tag Functions:
tribe_get_event_categories
tribe_meta_event_tags
Not sure where the other title is showing for you, do you have a link or screenshot and I may have a suggestion for that.
Let me know how that works out.
Thanks
-
AuthorPosts
