Featured Image Missing

Home Forums Calendar Products Events Calendar PRO Featured Image Missing

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #52476
    flaviarusso
    Participant

    Hi, just another problem with my theme and Calendars Pro… Featured image is not showing in my admin panel. Please, help!

    #52489
    Jonah
    Participant

    Hi flaviarusso,

    Try adding this to your themes functions.php file:

    add_action('init', 'my_custom_init');
    function my_custom_init() {
    add_post_type_support( 'tribe_events', 'thumbnail' );
    }

    Let me know whether or not that works.

    – Jonah

    #52502
    flaviarusso
    Participant

    This reply is private.

    #52591
    Pedro
    Participant

    Hey Jonah, I’m new here, but got an installation of Events Calendar + Community Events running on an upcoming website.

    Simple question, related: the Events Image “Browse” button only appears on the community events form. On the wp-admin “Add Event” it doesn’t appears. I tried to add this line into the functions.php of my theme folder, but it haven’t work also.

    Anything else can be done?

    #52621
    Jonah
    Participant

    Hi Flavia,

    I can’t see any of the screenshots you provided. Can you please post them again?

    Thanks,
    Jonah

    #52622
    Jonah
    Participant

    Hi Pedro,

    Please create a new thread for this issue in the Community Events forum.

    Thanks,
    Jonah

    #52681
    flaviarusso
    Participant

    This reply is private.

    #52695
    Jonah
    Participant

    Hi Flavia,

    Ahh I see now. This is a feature of your theme that provides this Featured Image box that is not related to our plugin. The code I provided you would be for native WordPress featured images. You’ll need to dig around in the code or contact the theme author to see about getting this panel to show for events. Good luck!

    – Jonah

    #52701
    flaviarusso
    Participant

    Oh no! I’m in trouble… thank you for the support, anyway!

    #52828
    Jonah
    Participant

    You’re welcome Flavia, let me know if you have any other questions.

    Regards,
    Jonah

    #53176
    flaviarusso
    Participant

    Hi Jonah,

    I’m not a developer, so I worked around using woocommerce shop as default page for my events. It solves my problem, so we can close this ticket. Thank you!

    #53287
    Jonah
    Participant

    Sounds good Flavia, glad you got things worked out. I’m closing this out 🙂

    #979552
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Featured Image Missing’ is closed to new replies.