Calendar Events Bar

Home Forums Calendar Products Events Calendar PRO Calendar Events Bar

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #951389
    dotdash
    Participant

    Hello there,

    Can I edit tribe-events-bar.js and upload a copy using the themer’s method for template files?

    Cheers,

    Spencer

    #951457
    Brian
    Keymaster

    Hello,

    I can help you out here, but it is not possible to edit a script and put it in your theme out of the box in WordPress.

    You have to first deregister the script using WordPress’s wp_deregister_script:

    https://codex.wordpress.org/Function_Reference/wp_deregister_script

    Then enqueue the edited script using wp_enqueue_script:

    https://codex.wordpress.org/Function_Reference/wp_enqueue_script

    The name of the script as registered with WordPress is:

    tribe-events-bar

    Let me know if you have any follow up questions.

    Thanks

    #967824
    Brian
    Keymaster

    Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Calendar Events Bar’ is closed to new replies.