Susan Haebig

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • in reply to: Google map not showing #1594037
    Susan Haebig
    Participant

    Hi again Courtney,

    I did just set-up the billing part.

    in reply to: Google map not showing #1593935
    Susan Haebig
    Participant

    Hi 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!

    in reply to: Create recurring events in advance for…. not saving #1201115
    Susan Haebig
    Participant

    Hi 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.
    Susan

    in reply to: Create recurring events in advance for…. not saving #1197647
    Susan Haebig
    Participant

    This reply is private.

    in reply to: Create recurring events in advance for…. not saving #1197646
    Susan Haebig
    Participant

    This reply is private.

    in reply to: Create recurring events in advance for…. not saving #1197118
    Susan Haebig
    Participant

    This reply is private.

    in reply to: Create recurring events in advance for…. not saving #1196828
    Susan Haebig
    Participant

    This reply is private.

    in reply to: Create recurring events in advance for…. not saving #1196165
    Susan Haebig
    Participant

    Hi 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, Susan

    in reply to: Create recurring events in advance for…. not saving #1194662
    Susan Haebig
    Participant

    Hi 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

    in reply to: Create recurring events in advance for…. not saving #1193511
    Susan Haebig
    Participant

    Hi 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

    Susan Haebig
    Participant

    Thank you so much Hunter. I am a visual learner. How did you know šŸ™‚

    The Events Calendar Pro support is the best!

    in reply to: Featured Image too large in list view ONLY #1081729
    Susan Haebig
    Participant

    Hi George, Yes, this sounds like a good plan. Thank you for your great support! Sue

    Susan Haebig
    Participant

    Hi 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

    in reply to: Featured Image too large in list view ONLY #1081172
    Susan Haebig
    Participant

    Hi 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

    Susan Haebig
    Participant

    Hi 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

Viewing 15 posts - 1 through 15 (of 15 total)