Brian

Forum Replies Created

Viewing 15 posts - 301 through 315 (of 11,256 total)
  • Author
    Posts
  • in reply to: Need ability to replicate core file to child theme #1123056
    Brian
    Member

    Hi,

    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

    in reply to: Calendar shortcodes/php functions? #1123045
    Brian
    Member

    Hi,

    I am closing this thread and we will help you there.

    Loading calendar in other page

    in reply to: List View #1122394
    Brian
    Member

    Hi,

    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

    in reply to: Data lost after going back #1122392
    Brian
    Member

    Hi,

    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.

    The Events Calendar

    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!

    in reply to: EVENTS LIST and LICENSE #1122365
    Brian
    Member

    Hi,

    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:

    Configuring the Events By Week Widget

    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

    in reply to: No community tab on events settings #1121980
    Brian
    Member

    Hi,

    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:

    Manual Updates

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Disabling the This Week Widget #1121911
    Brian
    Member

    Great, 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!

    in reply to: Add class to out of stock events #1121896
    Brian
    Member

    Hi,

    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.

    The Events Calendar

    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!

    in reply to: Personal vs. Business #1121740
    Brian
    Member

    Hi 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

    in reply to: Recurrence Rules option is missing Community Events #1121553
    Brian
    Member

    Hi,

    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

    in reply to: Field not updating, but option is #1121550
    Brian
    Member

    Hi,

    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:

    Manual Updates

    This process does not delete or change events or their settings.

    Let us know if this helps the issue.

    Thanks

    in reply to: Enable Portuguese language #1121444
    Brian
    Member

    Hi,

    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.

    The Events Calendar

    Thanks again!

    in reply to: EVENTS PRO in WORD #1121416
    Brian
    Member

    Hi,

    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:

    New User Primer: Community Events

    Cheers!

    in reply to: Disabling the This Week Widget #1121359
    Brian
    Member

    Hi,

    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

    in reply to: Event Calendar end times #1121279
    Brian
    Member

    Hi,

    I changed it to start time.

Viewing 15 posts - 301 through 315 (of 11,256 total)