• Resolved Janjo

    (@janjo)


    I’m entering a bunch of events in April and May. During this mass entry task, it would be great if I could temporarily get Full Calendar addon to go to April rather than have to keep clicking forward every time that page refreshes since I’m checking it a lot.
    Somewhere, in settings, I saw a field that I THINK would have let me do that but cannot for the life of me find it again.
    Am I right that I can do that temporarily? And if so, could you please help me find where the heck that setting is hiding?
    Also, much along that same thread but slightly different, if I’m looking at Full Calendar in April, and I click on an event, I have to use the back button to get back from the event page I brought up, back to the Full Calendar. It then puts me back in March so I now have to click the forward arrow button to return finally to the April page. Is there any setting so the back button will take me from the event page “back to” April (or whatever month that event was on that I clicked on)?

    https://www.ads-software.com/plugins/events-manager/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Sorry, there’s no setting to do this. Best thing I can suggest is to add some custom jQuery code to force the calendar to refresh to April.

    That said, the easiest way to check your events would be to use the events_list shortcode to show only April events. If you don’t want to have that display on your site, you can use in a page and use the Preview button to view the list.

    This might help:
    https://wp-events-plugin.com/documentation/shortcodes/

    Thread Starter Janjo

    (@janjo)

    Thanks for the link! I’m so new at WP that I’m not understanding what you wrote, only to be able to tell that you likelyl did write it very clearly. I’m not going to ask you to walk it through to me step by step, but will re-read it again several times. Is there a glossary somewhere? (You’ll laugh, but things like “argument” in this context for instance. A glossary would be really helpful.)
    ??

    Plugin Support angelo_nwl

    (@angelo_nwl)

    you can try to add this in your theme header.php below your wp_head()

    <script type="text/javascript">
      jQuery(document).ready(function($){
         $('#wpfc-calendar').fullCalendar( 'gotoDate', 2013 , 3 );
      });
    </script>
    Thread Starter Janjo

    (@janjo)

    Thanks. I’m bookmarking this. I’d thought that somewhere in the settings I’d seen some field where you could set the default month via click and save. Must have been a dream, lol.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change default month – can't find it!’ is closed to new replies.