Forum Replies Created
-
AuthorPosts
-
Geoff B.
MemberGood evening Lisa,
I am super stoked that worked.
To answer your follow-up question, the short answer is yes, you can change pretty much any string.
There are a couple of ways to go about doing that:
- Using a customized language file
- Using a snippet in your WordPress theme’s functions.php file
I highly recommend reading the 3 following articles on translation to use approach number 1:
- https://theeventscalendar.com/knowledgebase/translating-the-events-calendar/
- https://theeventscalendar.com/knowledgebase/how-to-override-plugin-language-files/
- https://theeventscalendar.com/knowledgebase/incomplete-translations/
Basically, you will most likely need to create a english customized language file.
Look for the Attendee %1$s string in Event Tickets language files.The second approach will require you to tweak and apply the following snippet in the functions.php file of your theme (without the PHP tag at the top): https://gist.github.com/GeoffEW/ff7e7fc35abb92beaa89a780189bd4a4
Let me know if that helps.
Have a great day!
Geoff B.
Geoff B.
MemberGood evening Mary Ann,
I am super stoked that this worked for you!
You are welcome back in our support forums any time 🙂
For now, I am going to close this thread.
Have a great week!
Geoff B.
Geoff B.
MemberGood afternoon Monica,
The good news is you can get a complete refund if you want one as long as you are within 30 days of your purchase.
To obtain the refund, you just need to follow the procedure described here.
So, nothing to fear here. And, most importantly, please reach out to us if you need help implementing things.
Best regards,
Geoff B.
Geoff B.
MemberGood evening George,
Thank you for bearing with me as we go through the ropes of language files customization together.
– Where can i get the latest POT file?
The latest POT file is located here:
- /wp-content/plugins/the-events-calendar/lang/
- /wp-content/plugins/events-calendar-pro/lang/
Another option to get the very latest language file is to grab them from here http://translations.theeventscalendar.com/projects
You will need to download the po and the mo files separately.
– i did provide you with the language file located in /wp-content/languages/. It is called el.po and el.mo
Correct and thank you. I thought that the other language files (the-events-calendar-el.po and tribe-events-calendar-pro-el.po) came from there or one of the subdirectories.
But as I said, this is my bad. Let’s focus on getting the language files in order.
– the WPML radio button selected is the option i am using in all my websites. Although i changed it but nothing happened.
I believe you. But, based on my extensive WPML experience, you cannot truly base yourself on another environment for troubleshooting purposes.
WPML tends to be sticky in the way it handles strings and language files.
Sometimes this means re-saving the permalinks and clearing all caches (including WPML’s cache) several times
Hang in there!
Geoff B.
Geoff B.
MemberGood evening Paula,
I am super stoked that this has been stable for the last couple of orders.
Keep me posted if that changes.I cant find where these customer login details would be as creating a user for each order is set as disabled so they are not in the user area on the backend.
Actually, it is totally possible to have that option enabled AND keep users away from the backend completely. Plugins such as Theme my login are great for that purpose.
With that in mind, as you can see, it could come in handy, should you need to tweak things.
But this is totally your call.
I also can’t find a plugin to access and edit the information within. Could you recommend any?
With the way you are setup (not creating WordPress customer users – which would be the simpler option), the only options left are:
- Capturing these straight in the Database (you have to be extremely careful and make backups)
- Installing the following beta plugin https://gist.github.com/GeoffEW/0767b38ffcccfbf90817a542253de1d6 this lets you change attendee info in the backend. You will need to download and install the plugin manually.
Hang in there, we will work on putting a system that works for you in place!
Geoff B.
Geoff B.
MemberGood evening Leonie,
Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:
.tribe-events-list .event-list-wrapper-bottom .wraper-bottom-left h2.tribe-events-list-event-title {
float: left;
}Let me know if that helps.
Have a great day!
Geoff B.
Geoff B.
MemberGood evening Monica,
Thank you for writing back and for clarifying.
To answer your specific needs you will need:
- To grab a copy of Community Events: https://theeventscalendar.com/product/wordpress-community-events/
- Do the same with Community Tickets: https://theeventscalendar.com/product/community-tickets/
This will handle the following:
– No one but admins should have back end access — everything has to be on the front end
– Allow anyone logged in to set up an event, and not allow them to charge for it (including creating the option to RSVP to the event (ticket).
– Allow people who are logged in to RSVP to events they have access to, and they are always free (I don’t want to show “$0.00” — just a yes/no RSVP or something simple).
You might need to do a bit of string customization via snippets or language files.
– Allow people to change their own RSVPs
– Show the list of attendees to everyone who views the event (must be logged in to see events)
– Is there a way to post everyone who has signed up for an event within the event front end page itself?
Yes, via the “Hide attendees list on event page” checkbox
You also have some specific needs that might require a bit of work on your end, but are totally feasible:
– Allow users with a specific role (let’s call it “Role4”) to set up events that are only viewable by users of other specific roles (let’s say “Role3” and “Role4”) — I am using s2Member already so this type of role-based access should work out well.
You should read the following:
- https://theeventscalendar.com/knowledgebase/admin-roles-and-permissions/
- https://theeventscalendar.com/knowledgebase/making-members-calendar/
Let me know if that helps.
Have a great day!
Geoff B.
Geoff B.
MemberGood evening Danna,
Awesome! Keep me posted!
Have a great day!
Geoff B.
June 20, 2017 at 7:31 pm in reply to: Problems with calendar main page translation using WPML #1300871Geoff B.
MemberOh and one last thing, could you share a screenshot of your settings for /wp-admin/admin.php?page=sitepress-multilingual-cms%2Fmenu%2Ftheme-localization.php
More specifically for “Select how to translate strings in the theme and plugins”
June 20, 2017 at 7:29 pm in reply to: Problems with calendar main page translation using WPML #1300870Geoff B.
MemberGood evening David and welcome back!
Thank you for reaching out to us.
We are sorry to hear about the issues you have bumped into while using Filter Bar and Community Events with WPML.
I would love to help you with this topic.The first thing you should know is that we do not fully support Filter Bar and Community Events integration with WPML yet: https://theeventscalendar.com/knowledgebase/wpml-support/
But we do plan to release this feature.
In the meantime, some of our customers have had success implementing some custom solutions.
Here are a few interesting thread on related topics:- https://theeventscalendar.com/support/forums/topic/disable-wpml-translation-for-tribe_events-2/
- https://theeventscalendar.com/support/forums/topic/conflict-with-wpml-anonymously-created-pending-events-hidden-in-admin-panel/
- https://theeventscalendar.com/support/forums/topic/automatically-duplicating-added-event-calandar-items-on-publish-with-wpml/
Have a great day!
Geoff B.
June 20, 2017 at 7:20 pm in reply to: Problems showing Next Events in second website language (WPML) in Photo View #1300867Geoff B.
MemberGood evening Lars and welcome back!
Thank you for reaching out to us.
I would love to help you with this topic.A quick look at your system information reveals that you are missing 2 plugins (String translation and translation management).
I highly recommend reading and using the following guides:
- https://theeventscalendar.com/knowledgebase/setting-up-the-events-calendar-with-wpml/
- https://theeventscalendar.com/knowledgebase/creating-translations-for-events-using-wpml/
Let me know how that goes.
Best regards,
Geoff B.Geoff B.
MemberGood evening Joanna and welcome back!
Thank you for reaching out to us.
We are sorry to hear about the cleanup of recurring events not working on your site.
I would love to help you with this topic.Is there a common reason for clean up recurring to not work? What is suggested to resolve this?
This most likely means that the Cron jobs that would perform that cleanup are not being triggered or that somehow they are blocked from execution.
You might want to give the following extension a spin to see if it helps: https://theeventscalendar.com/extensions/recurring-event-cleanup-tool/
You could also try to run a plugin such as https://wordpress.org/plugins/wp-cron-control/ to check on your various CRON jobs.
Let me know how that goes.
Best regards,
Geoff B.Geoff B.
MemberGood evening Gregory and welcome to the Events Calendar Support forum!
Thank you for reaching out to us.
I would love to help you with this topic.I highly recommend reading the 3 following articles on translation:
- https://theeventscalendar.com/knowledgebase/translating-the-events-calendar/
- https://theeventscalendar.com/knowledgebase/how-to-override-plugin-language-files/
- https://theeventscalendar.com/knowledgebase/incomplete-translations/
You will find that string in the language files for the Events Calendar.
You might need to create a custom english language file to achieve your goal.You might also want to give the following approach a shot (read all the way to the end): https://theeventscalendar.com/knowledgebase/change-the-wording-of-any-bit-of-text-or-string/
Let me know if that helps.
Have a great day!
Geoff B.
Geoff B.
MemberGood evening Børge and welcome back!
Thank you for reaching out to us.
I would love to help you with this topic.I believe you are on the right track with the language files.
But bear in mind that these have to be maintained and updated through time to continue to work properly as we release updates.You will need to make sure you do that for both the Events Calendar and the Events Calendar Pro language files.
I highly recommend reading the 3 following articles on translation:
- https://theeventscalendar.com/knowledgebase/translating-the-events-calendar/
- https://theeventscalendar.com/knowledgebase/how-to-override-plugin-language-files/
- https://theeventscalendar.com/knowledgebase/incomplete-translations/
With that in mind, I believe a simpler approach is to use the following solution (read all the way to the end): https://theeventscalendar.com/knowledgebase/change-the-wording-of-any-bit-of-text-or-string/
Let me know how that goes.
Best regards,
Geoff B.Geoff B.
MemberGood evening Brent and welcome back!
Thank you for reaching out to us.
We are sorry to hear about the 404 errors since the last update.
I would love to help you with this topic.Based on what I am seeing, this could also be caused by one of the following 3 things:
- WP Super Cache – You might need to clear all caches and re-save your permalinks.
- Your PHP max_execution_time = 0 should be at least 30 or 300
- A Wordfence setting might be getting in the way, especially if falcon mode is activated on top of Super Cache.
Let me know how that goes.
Best regards,
Geoff B. -
AuthorPosts
