Revert "Revert "Theme compatibility fixes""

This reverts commit 1db8b0f23c.
This commit is contained in:
ultimatemember
2015-01-14 00:11:38 +02:00
parent 1db8b0f23c
commit c4e6ef4933
17 changed files with 194 additions and 60 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
<?php do_action('um_account_user_photo_hook__mobile', $args ); ?>
<div class="um-account-side uimob500-hide">
<div class="um-account-side uimob340-hide uimob500-hide">
<?php do_action('um_account_user_photo_hook', $args ); ?>
@@ -30,7 +30,7 @@
?>
<div class="um-account-nav uimob500-show"><a href="#" data-tab="<?php echo $id; ?>" class="<?php if ( $id == $current_tab ) echo 'current'; ?>"><?php echo $title; ?>
<div class="um-account-nav uimob340-show uimob500-show"><a href="#" data-tab="<?php echo $id; ?>" class="<?php if ( $id == $current_tab ) echo 'current'; ?>"><?php echo $title; ?>
<span class="ico"><i class="<?php echo $icon; ?>"></i></span>
<span class="arr"><i class="um-icon-chevron-down-3"></i></span>
</a></div>