Levels ReadyTheme- Unchecking social icons breaks footer layout

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AaronM
    Mini Mivite

    • Mar 2013
    • 80

    #1

    Levels ReadyTheme- Unchecking social icons breaks footer layout

    When I un-check the 'enable social icon' button it collapses the global footer into a single long row. I tried this on both my fresh dev site and my live site and both do the same thing. Maybe a bug?
  • Brennan
    Super Moderator









    • Jun 2009
    • 3481

    #2
    Yes this is a bug. Here is how to fix it:
    Fixed on levels-theme:
    Global Footer:

    Code:
    <mvt:if expr="l.settings:readytheme:social_active">
    <div class="large-hide medium-show hide">

    change to

    Code:
    <div class="large-hide medium-show hide">
    <mvt:if expr="l.settings:readytheme:social_active">
    Last edited by Brennan; 01-22-16, 09:12 AM.
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment

    Working...
    X