*** Frequently Asked Questions

September 14, 2023

1. I can not find the “Event ID”, where can I find this?

The cal_id variable that is asked in the shortcode is not a generated value from eventON. cal_id is a unique value that can be either string or integer value to make two calendars unique from one another (in case there is more than one calendar on a page) Learn more information about cal_id.

2. Why doesn’t my shortcode work?

One reason why your shortcode might not work is if there are commas in the shortcode. Your shortcode should look like this without any commas separating the variables.

Also when you enter the shortcode make sure to switch back to “Text” mode in WordPress text editor to check that the shortcode is cleanly typed without any HTML tags inside.

eg.

3. How to add multiple Calendars on one page?

You can use the shortcode with the “cal_id” variable to specify a unique new calendar. The “cal_id” should be a unique number or a string that is not used in your other calendar’s cal_id (that is on the same page)

Note: If you use the same cal_id on multiple calendars on the same page; this can cause the AJAX month animations to stop working.

4. How do I show “Upcoming Events” list using Template Tags?

You can place this PHP code inside the page template anywhere between the header and footer. Keep in mind that wherever you put this code is where the calendar will show.

Alternatively, you can use the following shortcode:

5. How to use the Template Tags?

Template tags are reserved for advanced users who are comfortable editing page templates with PHP. The template tag can be used instead of shortcode to add the calendar to pages. You will have to open the template page eg. “page.php” and paste the Template Tag where ever you need the calendar to appear.

6. Why doesn’t my Calendar switch months or open up events?

One of the big reasons for this is existing website JavaScript errors. Open your website in FireFox with Firebug or Chrome with Developer Tools (F12) and see if you can spot any errors marked in red. If so fix those errors. If JavaScript code has errors it will stop Calendar’s JavaScript (which makes everything interactive).

Another cause of this issue could be JavaScript files are not loaded on the page. Please check to ensure that your website’s theme/page files have the below footer declaration:

7. How can I change the fonts and colors on the Calendar?

In the WordPress backend, please head over to EventON > Settings > Appearance. On this page, you can enter your preferred font family on the “Primary Calendar Font family” input field and also enter the “Secondary Calendar Font family”.

On the same page, you can toggle the calendar theme from either Default or Dark and select the Primary Calendar color, Header Month/Year text color, and Calendar date color from the color picker as shown below:

NOTE: It is important to ensure that the font is supported via webfonts on @font-face on your website. The font family name should match for this to work as expected.

You can also customize the granular appearance settings on your calendar lower down on the same page as shown below:

8. How do I change the time to 24-hour format instead of AM/PM?

The calendar on your site inherits the date format from your WordPress settings. To modify the date format, go to your WP Dashboard > Settings > General and select the date and time format that you’d like to use on your calendars.

9. Single event page doesn’t work and shows “page not found”

You can flush/update your permalink structure by going to Settings > Permalinks and click Save changes once.

10. Can I add multiple calendars in EventON?

Absolutely! Follow the instructions on adding EventON calendars using the shortcode generator.

11. How can I change the appearance of the calendar?

You can very easily customize the granular appearance options such as font family, font colors, box colors, background colors by going to EventON > Settings> Appearance

You can further customize the styles using custom CSS and you can follow the basic guide on this page.

12. Am I able to customize calendar front-end text to other languages?

Absolutely! You can easily change/translate the text shown on the front-end via EventON > Languages. You can add up to 3 custom languages that you can later choose via shortcodes with variables like eg. lang=’L1′.

13. Does EventON support custom languages?

Yes, but we don’t support multilingual content in the same way other plugins do. As mentioned in the above question, you can customize front-end calendar languages via the EventON > Languages page.

In order to translate admin pages, you can make use of one of the available localization plugins such as this one. The EventON plugin comes with a POT file that you can load in the localization plugin and translate the admin strings.

14. Does EventON come packaged with all the addons?

No, the EventON base plugin is sold exclusively via codecanyon and does not come with any addons. Addons need to be purchased separately from myeventon.com.

EventON addons are sold as yearly subscriptions, meaning you get updates and support for the duration of your active license. You can however cancel your addon subscription at any time within the year and you will still be able to get updates and support until your subscription period is over.

15. Why are there a lot of addons and why aren’t they included in the main plugin?

The main theory behind addons is – not everyone needs all the functionality packed in EventON and we want to allow our EventON users to extend its functionality based on their needs. Kindly don’t complain that the addons should be included in the main plugin file since one shoe cannot fit all. (I have to say this because this has come up a few times in the past).

16. Where can I get support for EventON?

You can find our official support desk on this page http://www.myeventon.com/support

17. My EventON calendar is not working what should I do?

First off, you are a smart person!  Please follow our troubleshooting guide What to check if eventON is not working to figure out what is going wrong. If its a javascript error try to make sense of it, most of the time it could be another plugin causing conflicts. If the javascript errors are coming from EventON send us a message via codecanyon forum.

If it’s a PHP-related functional issue, try step #3.0 in that article and debug WordPress. If you get stuck, feel free to drop us a line on our support helpdesk. Sharing more details in your support ticket such as the debug information shared by WordPress can really speed things up here. 😊

18. Some data fields (like RSVP box, Add to calendar etc.) are not showing in my EventON eventcard, why is this?

Once you activate these new data field boxes make sure to go to EventON > Settings> EventCard Design and ensure that all the fields that you want to display are enabled on the builder and then click Save Changes.

19. How can I get new updates to EventON and its addons?

We have a documentation with full details about getting updates to EventON plugins here.

20. How can I restore appearance, settings and custom styles after plugin update?

(evo v2.2.16) This is something we are working on making it automatic. But at the moment when you update eventon it will replace your appearance styles and custom css you may have added to myeventon> styles with default style file. What you need to do is; after updating the plugin go to myEventon> settings and click save changes without doing any changes. This will override default styles in the style file that comes with the update with your previously saved styles.

PS: This issue should be resolved on the latest version 4.0.1 and later versions.

21. How to add parameters to shortcode?

Adding another parameter/variable to your EventON shortcode is very simple.

Let’s say this is your original shortcode

If you want to add mo1st parameter to make the months focus on 1st of month when switching months, you would update the shortcode like so:

Learn more about other shortcode parameters you can use.

22. Why is my calendar showing a different month and not the current month?

A couple of things can cause this. We’ll discuss those below:

#1. Check to ensure that the affected shortcode does not have fixed_month or month_incre (shortcode guide) parameters set to yes, which could alter the current month. Removing the two parameters from your shortcode should fix the issue.

#2. Make sure you have the correct default timezone saved under Settings> General on your WordPress dashboard (not EventON settings)

23. How can I activate other sort options?

Sort options for events are event type categories (which as also called taxonomies). You can activate up to 5 of these categories by going to EventON > Settings > Categories

If you want to show these on calendars under Sort Options you can activate those by going to Eventon> Settings > Sorting and Filtering.

24. How can I have events auto-opened when the calendar loads instead of having to click them to open?

Please edit your shortcode and add the parameter evc_open=’yes’

25. Can I limit the number of events shown in the calendar at a time?

Yes, you should see an option for this in the shortcode generator. You can also add event_count=’5′ parameter to your shortcode to show only 5 events for the month in this example. See also step #21 for how to add parameters to shortcode.

26. How to show more fields on the event top?

Capture

Go to  EventON > Settings> EventTop and select other fields you’d like displayed on your custom calendar.

27. Why do I see big gaps in my calendar?

Edit the page that contains the shortcode and check if there is unnecessary white space or other HTML code surrounding your shortcode. You can either check this from the WYSIWYG classic editor or any other block that contains your shortcode. Deleting the extra HTML around the shortcode should quickly fix this issue.

28. How to enqueue EventON JavaScript assets on custom pages?

Open your page template on your favorite text editor and append the following snippet before the header code:

Note: This can be used to load required EventON JavaScript files for EventON interactive features to work on pages of your website that are loaded dynamically (via AJAX) within another page that does not have EventON.

29. How to fix multiple Google Maps APIs loading on my site?

Go to EventON > Settings > Google Maps API and toggle the option to Disable google maps API and select google maps javascript file only.

30. How to change the start of the week?

Go to Settings > General in your WordPress admin dashboard and select your preferred start of the week as shown below:

Capture

Did this article help you? If not, send us a ticket via helpdesk

Ready to setup your calendar?