Support » Plugin: Team Rosters » Plugin Breaks Another Plugin's Featured Image

  • Resolved polybearsfootball

    (@polybearsfootball)


    Hi,

    I have found a plugin conflict that is causing the Featured Image of another plugin (Simple Staff List) to not stick.

    Team Rosters always works as intended, so I posted this on the support section for the other plugin, but thought I would post here in case you had an idea.

    If only Team Rosters is ACTIVE it works as intended.

    If only Simple Staff List is ACTIVE it works as intended.

    If both are ACTIVATED the Team Rosters works as intended, but the Simple Staff List Featured Image does not. It allows you pick an image, but it does not stay after clicking Set featured Image. If I disable your plugin, all works as planned.

    So, activating Team Rosters breaks the image feature of the other plugin. If you have any idea, I would appreciate it.

    Razz

    Razz

    http://wordpress.org/extend/plugins/team-rosters/

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Mark O’Donnell

    (@markodonnell)

    Hi Razz,
    I believe this is related to the recent post titled “Player Pic Upload”. Not sure what’s up but I am looking at it.
    Thanks.
    -Mark

    Thread Starter polybearsfootball

    (@polybearsfootball)

    Thanks Mark.

    I noticed one other interesting thing that may, or may not, help…

    When Team Rosters is active, other plugins (Simple Staff List in the case) have a phantom image in the Set Featured Image browse dialog.

    For example: In this case with both active, the Set Feature Dialog in Team Roster looks normal. In the other plugin, there is an unknown (?) thumbnail. Selecting it shows no info. If I deactivate Team Rosters that goes away.

    If there is anything I can do on my end let me know.

    Razz

    Thread Starter polybearsfootball

    (@polybearsfootball)

    Hey Mark,

    A few new things I found. Originally I thought this was a theme issue, and I reached out to the developer. (Info Below), But then we saw that Featured Image was working with all the plugin’s but Simple Staff List and the Dev suggested a plugin conflict. De-activating ALL plugins, except these 2, results in the issues described previously.

    Now, If I switch to the Twenty Tweleve theme everything works – that would normally lead me to the theme (which it did originally), BUT the theme’s Featured Image does work as is evidenced by the Team Rosters plugin working. I am not sure where to look in this odd case. The theme technically works – at least with TR, but it is a combo of Team Rosters AND the theme causing issues, but the only issue (in my install) is Simple Staff List.

    Any ideas? I will reach back to theme devs too.

    Themefuse Versions:

    Framework 2.4.6
    ThemeMods 2.0.6
    Templates 2.0.5

    Thanks,

    Razz

    Plugin Author Mark O’Donnell

    (@markodonnell)

    Hi Razz,
    I am working on this. If you would like to try it out before I publish a new version of the plugin, that would be great. Contact me through the shoalsummitsolutions.com website and I will send you the patched files when they are ready.

    As for your template and plugins, it sounds like you are doing all the right debugging steps, but I can’t really help too much with that. I will get the plugin working on TwentyEleven following the WordPress plugin guidelines and standards to the best of my ability. Obviously, I try very hard NOT to break other plugins but I’m sure you understand that I can’t test with them.

    BTW, have you played with the ‘thumbnail’ settings in the WP General->Media Settings, especially the cropping setting – absolute vs. proportional?

    [ Signature moderated. ]

    Thread Starter polybearsfootball

    (@polybearsfootball)

    Hey Mark,

    The site I am working on is pre-production, so I can test whatever will help you.

    I am a coder (and Network Engineer) too, so I am comfortable troubleshooting whatever, but in this case I have three products by different devs. That makes me tracing things much harder than reaching out. I understand the limits involved here, and appreciate any help you can provide.

    I have not played with any thumb settings, everything is default.

    I’ll reach out via your site.

    razz

    Thread Starter polybearsfootball

    (@polybearsfootball)

    Hi Mark,

    Just wanted to follow up and see if you received my contact via your site.

    Thanks,

    Razz

    Plugin Author Mark O’Donnell

    (@markodonnell)

    Hi Razz,
    I’ve created a patch that should solve this problem and I’ve forwarded it to you via e-mail. It will be in the next release of the plugin. If anyone else would like this patch, please contact me through shoalsummitsolutions.com.

    [ Signature moderated. ]

    Thread Starter polybearsfootball

    (@polybearsfootball)

    Thanks Mark. I uploaded the templates you sent and that did not solve the Thumbs issue I was having. Based on your email, I did some playing and the following code seems to cause an issue with my setup. Removing solved everything.

    add_action( 'after_setup_theme', 'mstw_tr_add_feat_img' );
    		function mstw_tr_add_feat_img( ) {
    		if ( function_exists( 'add_theme_support' ) )
    			add_theme_support( 'post-thumbnails', array( 'player' ) );
    	}

    Thanks, and I emailed a bit more details.

    Razz

    Thread Starter polybearsfootball

    (@polybearsfootball)

    Hey Mark, The Simple Staff List author found this link, and it looks related. I just wanted to pass it on. Thanks again man. You and the SSL author are amazing. Seriously amazing.

    http://wordpress.org/support/topic/call-add_theme_support-post-thumbnails-multiple-times?replies=4

    Thread Starter polybearsfootball

    (@polybearsfootball)

    To anyone reading this in the future…. download this plugin. It is fantastic, and the Dev is amazingly responsive. Thanks again Mark! (And yes, I rated it 5 stars)

    Plugin Author Mark O’Donnell

    (@markodonnell)

    This problem has been corrected and tested in my dev environment and polybearsfootball’s environment. The fix will be included in the next release, hopefully next week.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Plugin Breaks Another Plugin's Featured Image’ is closed to new replies.