Home › Forums › Calendar Products › Events Calendar PRO › Featured Image missing on 'Screen Options' of 'Add Events' page
- This topic has 3 replies, 2 voices, and was last updated 11 years, 3 months ago by
Brian.
-
AuthorPosts
-
January 4, 2015 at 2:10 pm #928531
Martin
ParticipantI’ve seen this problem on a few topics, as yet unresolved.
I followed the instructions from this post:
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.
January 5, 2015 at 9:07 am #928821Brian
MemberSorry 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
January 8, 2015 at 8:12 am #930464Martin
ParticipantMany 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.
January 8, 2015 at 8:24 am #930473Brian
MemberI 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!
-
AuthorPosts
- The topic ‘Featured Image missing on 'Screen Options' of 'Add Events' page’ is closed to new replies.
