Reply to: tickets(161558)

Please do not edit my actual event post. Please create a new draft if you need to – thank you 🙂

Your suggestion (on the new post you created) does not work as I need to be able to add multiples of either members or guests.

If I do it my way – as in this post – you see this in the cart – attached. See it says base price. How can I get rid of that? While also enabling people to add multiples of each ticket variation type.

Reply to: tickets(161755)

I am sorry, the access information you have provided did not work for us. Please check them and post the correct login information as a private message, thank you!

Could you try adding this to the shortcode:

cal_init_nonajax=”yes”

It seems your website have javascript errors caused by other plugins/theme:

You can find and resolve them by following this guide. Once these javascript errors are fixed, eventon scripts will be able to run properly and will resolve your issue.

Reply to: tickets(161845)

Hello,

Thank you for your suggestion. The thing is that usually it’s the theme who must decide which box-sizing CSS style to use. For example Twenty Twenty from WordPress uses box-sizing: border-box:

Since plugins operates within the theme they must take this option from the theme styles, otherwise it can affect overall design. As you can see from this guide: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ the theme supposed to put box-sizing right to * or html element.

Reply to: tickets(161840)

Hello,

I added cal_init_nonajax=”yes” so now you can see events from February. The problem is that it doesn’t advance to March and so on.

Could you or may I please try the instructions mentioned in this documentation to make sure your issue is indeed coming from eventon.

Reply to: tickets(161735)

Hi

Thanks , its still not showing entries for March even tho I have :

number_of_months=”3″

 

> show_repeats=”yes” overrides hide_mult_occur=”yes”.

According to your shortcode generator the options are Hide multiple occurence (HMO) and Show all repeating events while HMO so I understand that it wont show multiple occurrences of an event but it will show when it is repeated again i.e a 3 day event in February which is scheduled to repeat again in June will only show 1 occurrence of the event each time it is listed, no ?

Thanks.