• Is The Events Calendar compatible with Professional Themes’ “Subtitles” plugin? I installed their suggested code in my functions.php file, yet still it doesn’t display the subtitles text field like on my standard post type

    function theme_slug_add_subtitles_support()
    	{ add_post_type_support('tribe_events', 'subtitles'); }
    add_action('init', 'theme_slug_add_subtitles_support');

    Any feedback would be greatly appreciated!

Viewing 1 replies (of 1 total)
  • Hi @zoinks,

    Thanks for reaching out, I’d love to help you here! This kind of request would require some customization, as we can’t guarantee compatibility with any other plugins.

    We have some resources for doing that here.

    If you need to find someone to help with the customizations, we also have some tips for finding help here.

    Finally, I think you’ll find the following resources helpful for your particular request:

    This forum post here. (I think you may be able to use some of the tips here and modify them to suit your needs)

    Let me know if I can be of more help here or clarify anything in those resources!

    Best,

    Shelby 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘Compatible with Subtitles plugin?’ is closed to new replies.