Featured Image missing on 'Screen Options' of 'Add Events' page

Home Forums Calendar Products Events Calendar PRO Featured Image missing on 'Screen Options' of 'Add Events' page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #928531
    Martin
    Participant

    I’ve seen this problem on a few topics, as yet unresolved.

    I followed the instructions from this post:

    Broken Featured Image After Upload

    And changed from my purchased theme of Karma to the default Twenty Thirteen theme and the ‘Featured image’ appeared under the Screen Options menu:

    Twenty 13/14/15

    <label for="tribe_events_catdiv-hide"><input class="hide-postbox-tog" name="tribe_events_catdiv-hide" type="checkbox" id="tribe_events_catdiv-hide" value="tribe_events_catdiv" checked="checked">Event Categories</label>
    <label for="postimagediv-hide"><input class="hide-postbox-tog" name="postimagediv-hide" type="checkbox" id="postimagediv-hide" value="postimagediv" checked="checked">Featured Image</label>
    <label for="aiosp-hide"><input class="hide-postbox-tog" name="aiosp-hide" type="checkbox" id="aiosp-hide" value="aiosp">All in One SEO Pack<a class="aioseop_help_text_link aioseop_meta_box_help" target="_blank" href="http://semperplugins.com/sections/postpage-settings/"><span>Help</span></a></label>

    Karma

    <label for="tribe_events_catdiv-hide"><input class="hide-postbox-tog" name="tribe_events_catdiv-hide" type="checkbox" id="tribe_events_catdiv-hide" value="tribe_events_catdiv">Event Categories</label>
    <label for="aiosp-hide"><input class="hide-postbox-tog" name="aiosp-hide" type="checkbox" id="aiosp-hide" value="aiosp">All in One SEO Pack<a class="aioseop_help_text_link aioseop_meta_box_help" target="_blank" href="http://semperplugins.com/sections/postpage-settings/"><span>Help</span></a></label>

    Thus the Featured Image option cannot by turned on in the Karma theme.

    Can anyone tell me how to insert the code:

    <label for="postimagediv-hide"><input class="hide-postbox-tog" name="postimagediv-hide" type="checkbox" id="postimagediv-hide" value="postimagediv" checked="checked">Featured Image</label>

    And any additional code into the Karma theme files and which Karma theme files I have to modify?

    e.g. post-new.php

    Thanks.

    P.S. this is for the purchased PRO version but also did not work in the free version.

    Martin.

    #928821
    Brian
    Member

    Sorry for the issues you are having with the Featured Images not working.

    They are working in Twenty Thirteen, but not in Karma, correct?

    Do Featured Images work in your posts?

    If not does adding this to your theme’s function.php

    add_theme_support( ‘post-thumbnails’ );

    resolve the issue?

    Here is more on Featured Images(Post Thumbnails):

    http://codex.wordpress.org/Post_Thumbnails

    Let me know if add that coding works.

    Thanks

    #930464
    Martin
    Participant

    Many thanks, Brian, for a speedy and effective response.

    A slightly modified version on the code added to the function.php worked:

    add_theme_support (‘post-thumbnails’);

    M.

    #930473
    Brian
    Member

    I am glad to see you were able to figure it out.

    I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Featured Image missing on 'Screen Options' of 'Add Events' page’ is closed to new replies.