• I really like this plugin, I wish it would work. Everything works fine, but when I’m in admin mode and trying to edit the individual widgets i place in the “zones” the drop down box thing opens and closes back up again.

    Please if you could fix this, it would be great!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • hello,

    I have exactly the same problem and obviously I’m not alone!
    Is anybody going to answer our questions?
    thank you

    I found a fix to this issue. You need to edit the pagelayout plugins widget.js file located at /wp-content/plugins/page-layout/js/widget.js

    find this line (around line #30):
    $(‘a.widget-action’).live(‘click’, function(){

    Just above that line put this code:
    $(‘a.widget-action’).die();

    So it should look like this:
    $(‘a.widget-action’).die();
    $(‘a.widget-action’).live(‘click’, function(){

    That fixed it for me. i hope it helps.

    I found a fix to this issue. You need to edit the pagelayout plugins widget.js file located at /wp-content/plugins/page-layout/js/widget.js

    It worked but not on IE. Thanks deenan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Admin mode is broken for Page Layout Plugin’ is closed to new replies.