Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
bb-plugin
/
modules
/
post-grid
/
includes
:
frontend.js.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
(function($) { $(function() { new FLBuilderPostGrid({ id: '<?php echo $id ?>', layout: '<?php echo $settings->layout; ?>', pagination: '<?php echo $settings->pagination; ?>', postSpacing: '<?php echo $settings->post_spacing; ?>', postWidth: '<?php echo $settings->post_width; ?>', matchHeight: <?php echo $settings->match_height; ?> }); }); <?php if($settings->layout == 'grid') : ?> $(window).on('load', function() { $('.fl-node-<?php echo $id; ?> .fl-post-<?php echo $settings->layout; ?>').masonry('reloadItems'); }); <?php endif; ?> })(jQuery);