Forum Replies Created
-
AuthorPosts
-
Brian
MemberHi,
Thanks for using our plugins. I can help out here.
If you would like to change it so that the year shows for events in the current year. Go to this setting:
Events > Settings > Display Tab > Date without year
Then change the setting to this: F j Y
That should show the year then for events in the current year.
As for editing core files in a theme, that is not possible nor would it ever be possible for core files to be moved to the theme besides the template files in the src/views directory. PHP does not work that way nor would it ever be considered good practice to do that as it creates huge performance, security, and support issues.
The recommended way to modify in WordPress is through actions and filters and through our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
https://theeventscalendar.com/knowledgebase/template-overview/
Another option is to take a function from the general.php tab add it to your theme’s functions.php, rename it and change the output to what you would like and then use it in the template added to your tribe-events directory.
Cheers
Brian
MemberBrian
MemberHi,
Thanks for the interest in our plugins. I can answer your questions.
I do not believe that is an advanced level customization, but it would take a good understanding of html and css to get it. Along with a little bit of php.
Customization such as that are beyond the support we can provide for free and premium customers, but here are some guides to point you in the right direction:
To customize our templates we have the themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
https://theeventscalendar.com/knowledgebase/template-overview/
You can try customizing the list view as part of the the core version of the Events Calendar found for free on WordPress.org: https://wordpress.org/plugins/the-events-calendar/
Cheers
Brian
MemberHi,
Thanks for using the Events Calendar.
Here on the pre-sales & translations forum, I’m afraid we do not provide technical support. I would ask that you take any technical support questions across to our wordpress.org forum – our staff scan it periodically and other community members may also be able to help out.
If you have purchased a plugin from us, please login and post in the premium forums for that plugin and we can help you out there:
https://theeventscalendar.com/support/forums/
Thanks again!
Brian
MemberHi,
Thanks for the interest in our plugins. I can answer your questions.
In Pro we have the This Week Widget and Shortcode that might work for you:
Or you could modify the Event List Widget Following this guide:
https://theeventscalendar.com/knowledgebase/horizontal-list-widget/
For the license if it is one site all you need is a Personal License, the license name does not restrict the use. We do not have any discounts at this time and it is a yearly charge with 30% off the renewal.
The plugins will still work after they expire, but you no longer have access to support or new updates.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for using our plugins. I can help out here.
It looks like you are using a newer version of Community Events 4.2, but only The Events Calendar 4.1.4.
Please either upgrade to The Events Calendar to 4.2 or Install Community Events 4.1.1 from the downloads page of your account here:
https://theeventscalendar.com/my-account/downloads/
You can follow these steps to manually change a plugin:
Let me know if you have any follow up questions.
Thanks
Brian
MemberGreat, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.
Thanks!
Brian
MemberHi,
Thanks for using the Events Calendar.
Here on the pre-sales forum, I’m afraid we do not provide support. I would ask that you take any support questions across to our wordpress.org forum – our staff scan it periodically and other community members may also be able to help out.
If you have purchased a plugin from us, please login and post in the premium forums for that plugin and we can help you out there:
https://theeventscalendar.com/support/forums/
Thanks again!
Brian
MemberHi Julie,
Thanks for the interest in our plugins. I can answer your questions.
The only different between the person and business license is the number of websites.
Otherwise there is no difference.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Sorry for the confusion here.
Can you point out what caused you to state this:
I wasted whole for misleading information.
If there is any misleading information on your site we would like to get that cleared up to prevent it in the future.
Sorry again for the confusion.
Thanks
Brian
MemberHi,
Sorry for the issues you are having. I can help troubleshoot this with you.
It looks like there is a bug in 4.1.4 with the settings.
We recommend downgrading to 4.1.3 to fix the issue for now.
You can download older versions of the core plugin here:
https://wordpress.org/plugins/the-events-calendar/developers/
And follow these steps to manually update the plugin:
This process does not delete or change events or their settings.
Let us know if this helps the issue.
Thanks
Brian
MemberHi,
Thanks for using the Events Calendar.
Here on the pre-sales forum, I’m afraid we do not provide support. I would ask that you take any support questions across to our wordpress.org forum – our staff scan it periodically and other community members may also be able to help out.
Thanks again!
Brian
MemberHi,
Thanks for using our plugins. I can help out here.
Our premium plugins can only be downloaded from your account here on theeventscalendar.com.
Login and head to this link to download the plugins:
https://theeventscalendar.com/my-account/downloads/
I would recommend checking out our new user primer to go over setup and all the settings of the plugins:
New User Primer: The Events Calendar and Events Calendar Pro
And for Community Events:
Cheers!
Brian
MemberHi,
Thanks for using our plugins. I can help out here.
I created this coding to prevent the javascript and css from being loaded:
add_action( 'wp_enqueue_scripts', 'tribe_disable_this_week_scripts', 20 );
function tribe_disable_this_week_scripts() {
wp_dequeue_script( 'tribe-this-week' );
wp_dequeue_style( 'widget-this-week-pro-style' );
wp_dequeue_style( 'tribe_events-widget-this-week-pro-style' );
}Add that to your theme’s functions.php and that should fix it.
It worked in my test site. Let me know if it works for you.
Cheers
Brian
MemberHi,
I changed it to start time.
-
AuthorPosts
