• Hi, after I install your new update 1.4.3 featured image window in right column disappear. There is no featured image option under Screen option.

    I’m using Sahifa word press theme and I’m shore that SportPress update cause this becouse minutes earlier I publish post and everything was fine.

    Tnx for your help!

    https://wordpress.org/plugins/sportspress/

Viewing 10 replies - 1 through 10 (of 10 total)
  • hi! exactly my problem… also using Sahifa, featured image option in posts disappeared after update… HELP!

    would like to add that the Teams option in calendar event list is not working after the update, before if you choose Teams the score shows up after the team name, now the scores doesn’t show…

    Plugin Author Brian

    (@brianmiyaji)

    @iojvan @wafadul Thanks for your feedback. In version 1.4.3 we adjusted the add_theme_support call to add featured images only to SportsPress post types. This is because most themes should already include featured image support, and we wouldn’t want to modify a theme’s behavior via the plugin.

    If you deactivate the plugin, do featured images work then, or are they still not showing?

    Thread Starter iojvan

    (@iojvan)

    After I deactivate plugin Featured image show up and when I activate it again featured image disappeared again.

    hi brian, yup featured images worked after i deactivated sportspress…

    Thread Starter iojvan

    (@iojvan)

    So if I understand you concretely Brian when I go true add theme support process everything should be OK??

    Plugin Author Brian

    (@brianmiyaji)

    @iojvan @wafadul Thanks for those details.

    The code that is affecting featured images is most likely in sportspress.php on line 299:

    add_theme_support( 'post-thumbnails', sp_post_types() );

    I suspect that it would work if you change this back to:

    add_theme_support( 'post-thumbnails' );

    Please let me know if this works, as I am curious as to why the post types parameter would disable featured images in the theme.

    hi brian, it works… thanks!

    how about the “Teams” options in calendar event list?

    wont display the scores (after the team name) after the update, had to use Titles… i prefer Teams though, is there a fix to this?

    Thread Starter iojvan

    (@iojvan)

    Yes that’s does the trick.
    Tnx, great support…

    Plugin Author Brian

    (@brianmiyaji)

    Thanks guys, glad I could help!

    @wafadul The results can be displayed by enabling the “Time/Results” column. I’ll look into adding a setting to show/hide the (results) after team names in the next update 🙂

    hi brian, before the update the scores show beside the team name when the option in calendar list is set to Teams…

    for example

    Team A 100
    Team B 98

    you dont need to enable the time/results anymore coz the results are already indicated… after the update only the team names show…

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Featured image on edit post disapear after update’ is closed to new replies.