Viewing 10 replies - 1 through 10 (of 10 total)
  • It needs to be adapted to WP 3.8. I hope somebody will make this as it’s a great plugin.

    Ditto here, I’ve got the same issue across all WP 3.8 installations. I’ve created a fix that works for me, maybe the developers could implement this into an official update.

    in plugins/widget-saver/include/widgetsaver_plugin.php I changed the following in line 148 from:
    echo '<div class="wrap, widget-liquid-left">';
    To:
    echo '<div id="widget_saver" class="wrap, widget-liquid-left">';

    Then in plugins/widget-saver/css/widget-saver-styles.css added the following css lines:

    #widget_saver.widget-liquid-left {width: 100%;}
    #widget_saver .widgets-holder-wrap {width: 55%;}

    Thanks !

    Thread Starter anyway

    (@sfdsfwer)

    Pretty good workaround!

    Thank you!

    @redzephyr: thanks! It’s not perfect but close 😉

    Another thumbs up to Redzephyr. I was getting bugged with the way it slowed down widget workflow, knew that I couldn’t be alone in that, a search and two minutes editing, and viola! Kudos.

    @redzephyr – That’s a good temporary solution. Thanks.

    Yes, this helped. Thank you!

    Would be great to have it in the real plugin. : )

    I’ve uploaded this suggested modifications to GitHub. Give it a try and let me know if it worked for you.

    The credit for this updated version goes entirely to the original coder and to Redzephyr.

    Thanks. I will give it a try.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Is killing layout of widget page in WP 3.8’ is closed to new replies.