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
/
widget
/
js
:
frontend.js.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php if($settings->link_type == 'lightbox') : ?> jQuery(function($) { if (typeof $.fn.magnificPopup !== 'undefined') { $('.fl-node-<?php echo $id; ?> a').magnificPopup({ type: 'image', closeOnContentClick: true, closeBtnInside: false, tLoading: '', preloader: true, callbacks: { open: function() { $('.mfp-preloader').html('<i class="fa fa-spinner fa-spin fa-3x fa-fw"></i>'); } } }); } }); <?php endif; ?>