Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author thomstark

    (@thomstark)

    There is no #wrapper selector in any CSS file in the File Away plugin. Got a link?

    Hi:

    I was having the same issue & found the solution:

    Jquery is adding width:auto; to the body tag.

    You just need to comment out the lines 15 – 17 in: wp-content/plugins/file-away/lib/js/management.js –

    they look like this:

    // FLASH BODY WIDTH FOR WEB FONTS
       15      setTimeout(function(){
       16:         $('body').width($('body').width()+1).width('auto');
       17      }, 500);

    Hope this helps anyone who is having the same issue.

    Plugin Author thomstark

    (@thomstark)

    Nice find. Thanks for sharing. The icon fonts sometimes don’t show up on initial page load, and this hack is used to fix that. But if you don’t need it, all the better.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Background ?’ is closed to new replies.