Viewing 1 replies (of 1 total)
  • Plugin Author Looks Awesome

    (@looks_awesome)

    Hello, it’s not possible to see what feed in stream causes error in free version (it’s not disabled, just not implemented) so you need to delete feeds and add one by one and check if error appears.

    For overlapping issue you need to do additional layout calculation. Add this snippet at the very end of flow-flow/js/public.js

    jQuery(document).on('done.shuffle', function(e, shuffle){
       jQuery(function(){setTimeout(function(){shuffle.layout()},500)})
    })
Viewing 1 replies (of 1 total)
  • The topic ‘Isolating Facebook 400 Error & Chrome Layout Issue’ is closed to new replies.