Cards
var ajaxurl = "https://aroseofthanks.org/wp-admin/admin-ajax.php"; var global_options_right_click_protection = "disable"; var animation_effect = "fadeIn";
/* Function Name: call_gallery_bank_layout_type_ Parameters: Yes(layout_type) Description: This function is used for Layouts. Created On: 03-6-2017 09:00AM Created By: Tech Banker Team */ if (typeof (call_gallery_bank_layout_type_4428) !== "function") { function call_gallery_bank_layout_type_4428() { if (jQuery(".masonry_grid_layout_container").data('isotope')) { jQuery(".masonry_grid_layout_container").isotope('destroy'); } jQuery(".masonry_grid_layout_container").imagesLoaded(function () { jQuery(".masonry_grid_layout_container").isotope ({ itemSelector: ".masonry_grid_wrapper_item", layoutMode: 'masonry', percentPosition: true }); }); } } /* Function Name: call_gallery_bank_lightbox_ Parameters: Yes(lightbox_type) Description: This function is used for Lightboxes. Created On: 01-6-2017 09:00AM Created By: Tech Banker Team */ if (typeof (call_gallery_bank_lightbox_4428) !== "function") { function call_gallery_bank_lightbox_4428(lightbox_type) { switch (lightbox_type) { case "foo_box_free_edition": var showCount_settings = true; var closeOnOverlayClick = false; var hideScrollbars = false; var onlyShowOnHover = false; (function (FOOBOX, $) { FOOBOX.init = function () { FOOBOX.o = { showCount: showCount_settings, closeOnOverlayClick: closeOnOverlayClick, hideScrollbars: hideScrollbars, captions: { onlyShowOnHover: onlyShowOnHover, overrideTitle: true, titleSource: 'anchor', overrideDesc: true, descSource: 'anchor' } }; $(".foobox").foobox(FOOBOX.o); }; }(window.FOOBOX = window.FOOBOX || {}, jQuery)); jQuery(function ($) { FOOBOX.init(); }); break; } } } jQuery(document).ready(function () { if (animation_effect !== "none") { jQuery(".gb_animate").scrolla_gb(); } if (global_options_right_click_protection === "enable") { jQuery(".gallery_bank_main_container").on("contextmenu", function (e) { return false; }); } call_gallery_bank_layout_type_4428(); call_gallery_bank_lightbox_4428("foo_box_free_edition"); });