Might be an issue for Motherhsip, I don't know,

but when I use my child theme based on Mothership, I cannot select any images in teh file selector, and I don't recive a single error.

The markup looks the same, the JS just won't work and if I try and press "save", I get an error that nothing is selected...

I'm in the irc-channel #drupal-media if anyone has any questions, "maxrhd_" currently

Comments

MxRhd’s picture

-

MxRhd’s picture

Status: Active » Fixed

It's because Mothership removes the class "views-content", you need to add it on the views-view.tpl.php

from

      <?php print $rows; ?>
  

to

    <div class="view-content">
      <?php print $rows; ?>
    </div>

:<

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

channel typeo