Forum Replies Created
-
AuthorPosts
-
Susan Haebig
ParticipantHi again Courtney,
I did just set-up the billing part.
Susan Haebig
ParticipantHi Courtney,
Whew! I think I have it set-up. The maps are showing now. I would be grateful if you check again to see that I have done it correctly.
Should I also check this box “Use Latitude + Longitude”? In the past I only checked “Show Google Map” and Show Google Maps Link.”
I did not work through putting a credit card on file. From what I read they said this was only needed if there are many requests in a 24-hour period. We would not have that many requests. But if you feel I should still do this, I am prepared to.
Thank you for your help!
December 2, 2016 at 8:02 pm in reply to: Create recurring events in advance for…. not saving #1201115Susan Haebig
ParticipantHi Nico,
Thank you for telling me how you were able to apply the new settings to a recurring series. Although I would rather do this just once in the Events Settings, it will be great to not have to search through many pages to find a specific event.
You have been a big help. Thank you.
SusanNovember 25, 2016 at 4:07 pm in reply to: Create recurring events in advance for…. not saving #1197647Susan Haebig
ParticipantThis reply is private.
November 25, 2016 at 4:04 pm in reply to: Create recurring events in advance for…. not saving #1197646Susan Haebig
ParticipantThis reply is private.
November 24, 2016 at 9:20 am in reply to: Create recurring events in advance for…. not saving #1197118Susan Haebig
ParticipantThis reply is private.
November 23, 2016 at 6:09 pm in reply to: Create recurring events in advance for…. not saving #1196828Susan Haebig
ParticipantThis reply is private.
November 22, 2016 at 1:20 pm in reply to: Create recurring events in advance for…. not saving #1196165Susan Haebig
ParticipantHi Nico,
I wish this was not so complicated. Being a first time website builder, I am not comfortable switching themes or disabling plug-ins and I do not have a staging site. If it would help us, I could set you up as an administrator. Let me know.
Thank you, SusanNovember 18, 2016 at 11:47 am in reply to: Create recurring events in advance for…. not saving #1194662Susan Haebig
ParticipantHi Nico,
I set up the Events Calendar (saved settings) 11 months ago. No problems. The website went live 4/1/2016. This is the first time I have tried to change a setting. Below is what I saw in the browser console on the General Settings page. Should I have done this on the page where the list of events is shown?This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see https://developer.mozilla.org/docs/Mozilla/Performance/ScrollLinkedEffects for further details and to join the discussion on related tools and features!
Thank you, Sue
November 16, 2016 at 3:24 pm in reply to: Create recurring events in advance for…. not saving #1193511Susan Haebig
ParticipantHi Nico,
Yes, the change in Events > Settings > General are not actually saved. I had it set so that recurring events would be created 12 months in advance. I changed it to 6 months and events are still being created 12 months in advance.I saved this change a second time with same results. Also signed out of WP and back in to find it still had not saved. I attached a screenshot of the setting I am talking about.
Thank you for your quick response, Sue
February 26, 2016 at 10:49 am in reply to: Change Upcoming Events to Upcoming Activities and Back to Events to Statewide Li #1082612Susan Haebig
ParticipantThank you so much Hunter. I am a visual learner. How did you know š
The Events Calendar Pro support is the best!
Susan Haebig
ParticipantHi George, Yes, this sounds like a good plan. Thank you for your great support! Sue
February 24, 2016 at 2:25 pm in reply to: Change Upcoming Events to Upcoming Activities and Back to Events to Statewide Li #1081714Susan Haebig
ParticipantHi Hunter, I am doing my homework because I am very new at this. I found where my theme’s functions.php file is and my child theme’s style sheet is. If I understand correctly, I would “copy” the PHP snippet from my theme’s function.php (if I ever find it); place it in my child theme’s style sheet and then make changes to the words there? Is this what you are saying? This is all very scary š Sue
Susan Haebig
ParticipantHi George,
Thank you for your quick response. Our site is not live. I can set you up as an administrator so you can view it though. I would need the email to use. We also have an extra login before the WP login. I can send this in a private reply after hearing back from you.
Sue
February 23, 2016 at 12:08 pm in reply to: Change Upcoming Events to Upcoming Activities and Back to Events to Statewide Li #1080956Susan Haebig
ParticipantHi Hunter, I believe this snippet is for PHP? Is there one for CSS? Thank you, Sue
The snippet below will change the words āeventā and āeventsā across your site. Copy and paste the snippet into your themeās function.php file. Be sure the change the āMeetingā and āMeetingsā to match the words you want to use instead.
add_filter( ‘tribe_event_label_singular’, ‘event_display_name’ );
function event_display_name() {
return ‘Meeting’;
}add_filter( ‘tribe_event_label_plural’, ‘event_display_name_plural’ );
function event_display_name_plural() {
return ‘Meetings’;
}
view raw
change the word event hosted with ⤠by GitHub -
AuthorPosts
