Reply To: In 4.0 Can I Do Any Of These?

Shoal Summit Solutions Forums MSTW Team Rosters Plugin In 4.0 Can I Do Any Of These? Reply To: In 4.0 Can I Do Any Of These?

#2970
Mark
Keymaster

    Hey Charles, thanks for writing.

    1. This is coming from your theme’s default table CSS. Requires a simple CSS mod.

    2. Try changing the plugin’s stylesheet as follows.

    .mstw-tr-table tbody tr td img {
        border: 0;

    3. I’m not sure what pix you are referring to. I’m looking at both the gallery and the single player pages on an iPhone 6, and both are fairly responsive. No images go to 2px x 2px. (??)

    4. Yeah, this needs fixing. You have to outsmart the code & CSS a bit here. Try adding this to the plugin’s stylesheet:

    div.player-tile img {
       width: 200px;
    }

    Regarding the Settings admin screen versus CSS, I hear you. HOWEVER, I’ve learned there are more customizations to the displays that I could possibly keep up with via settings. In fact, part of the issue with (4) above is that it is a setting. So I’m moving toward only having settings for things that can’t be done in CSS (it’s a code thing, nevermind), and leaving everything else to CSS. It’s just far, far richer than the settings any plugin author can create.

    All that said, the CSS changes required going forward should be negligible. As you know, I had to make BIG changes to the data structures in 4.0, so I cleaned up some CSS and settings issues at the same time. I’m sensitive to this issue, but biting the bullet now will make the products much richer as they move forward. A lot is planned, but time is the enemy of us all!

    Regards,
    -Mark

    • This reply was modified 9 years, 1 month ago by Mark.