econdary_color."; } #{$selector}.fastgallery.fotorama.fg_style6 .fotorama__thumb-border { border-color:".$rgba_main_color."; background:".$rgba_main_color."; } #{$selector}.fastgallery.fotorama.fg_style6 .fotorama__html > div { color:".$fg_secondary_color."; } #{$selector}.fastgallery.fotorama.fg_style7 .fotorama__thumb-border { border-color:".$rgba_main_color."; background:".$rgba_main_color."; } #{$selector}.fastgallery.fotorama.fg_style7 .fotorama__html > div { color:".$fg_secondary_color."; background:".$rgba_main_color."; } #{$selector}.fastgallery.fotorama.fg_style8 .fotorama__thumb-border { border-color:".$rgba_main_color."; background:".$rgba_main_color."; } #{$selector}.fastgallery.fotorama.fg_style8 .fotorama__html > div { color:".$fg_secondary_color."; background:".$rgba_main_color."; } #{$selector}.fastgallery.fotorama.fg_style9 .fotorama__thumb-border { border-color:".$rgba_main_color."; background:".$rgba_main_color."; } #{$selector}.fastgallery.fotorama.fg_style9 .fotorama__html > div { color:".$fg_secondary_color."; background:".$rgba_main_color."; } #{$selector}.fastgallery.fotorama.fg_style10 .fotorama__thumb-border { border-color:".$rgba_main_color."; background:".$rgba_main_color."; } #{$selector}.fastgallery.fotorama.fg_style10 .fotorama__html > div { color:".$fg_secondary_color."; background:".$rgba_main_color."; } #{$selector}.fastgallery.fotorama.fg_style11 .fotorama__thumb-border { border-color:".$rgba_main_color."; } #{$selector}.fastgallery.fotorama.fg_style11 .fotorama__html > div { background:".$rgba_main_color."; color:".$fg_secondary_color."; } #{$selector}.fastgallery.fotorama.fg_style12 .fotorama__thumb-border { border-color:".$rgba_main_color."; } #{$selector}.fastgallery.fotorama.fg_style12 .fotorama__html > div { background:".$rgba_main_color."; color:".$fg_secondary_color."; } /* THUMBS ONE ON */ #{$selector}.fastgallery.fg_thumbs_one .fg-gallery-item { display:none; } #{$selector}.fastgallery.fg_thumbs_one .fg-gallery-item:first-child { display:block; } #{$selector}.fastgallery.fg_thumbs_one { width:auto!important; } "; if($fg_pagination_active == 'on') { $gallery_style .= " #{$selector}.fastgallery.fg_pagination_style1 ul.fg_pagination li a { background:".$rgba_main_color."; color:".$fg_secondary_color."; } #{$selector}.fastgallery.fg_pagination_style1 ul.fg_pagination li a:hover { background:".$fg_secondary_color."; color:".$rgba_main_color."; } #{$selector}.fastgallery.fg_pagination_style1 ul.fg_pagination li.fg_current { background:".$fg_secondary_color."; color:".$rgba_main_color."; } #{$selector}.fastgallery.fg_pagination_style2 ul.fg_pagination li a { color:".$fg_secondary_color."; } #{$selector}.fastgallery.fg_pagination_style2 ul.fg_pagination li a:hover { color:".$rgba_main_color."; } #{$selector}.fastgallery.fg_pagination_style2 ul.fg_pagination li.fg_current { color:".$rgba_main_color."; } "; } if($fg_spacing_active == 'on') { $gallery_style .= " .fastgallery.gallery { width:100%; width: -webkit-calc(100% + ".$fg_spacing."px); width: calc(100% + ".$fg_spacing."px); /*margin-left:".$fg_spacing."px;*/ } .fastgallery .fg-gallery-item { margin-right:".$fg_spacing."px!important; margin-bottom:".$fg_spacing."px!important; } .fastgallery.gallery-columns-2 .fg-gallery-item { max-width: 48%; max-width: -webkit-calc(50% - ".$fg_spacing."px); max-width: calc(50% - ".$fg_spacing."px); } .fastgallery.gallery-columns-3 .fg-gallery-item { max-width: 32%; max-width: -webkit-calc(33.3% - ".$fg_spacing."px); max-width: calc(33.3% - ".$fg_spacing."px); } .fastgallery.gallery-columns-4 .fg-gallery-item { max-width: 23%; max-width: -webkit-calc(25% - ".$fg_spacing."px); max-width: calc(25% - ".$fg_spacing."px); } .fastgallery.gallery-columns-5 .fg-gallery-item { max-width: 19%; max-width: -webkit-calc(20% - ".$fg_spacing."px); max-width: calc(20% - ".$fg_spacing."px); } .fastgallery.gallery-columns-6 .fg-gallery-item { max-width: 15%; max-width: -webkit-calc(16.7% - ".$fg_spacing."px); max-width: calc(16.7% - ".$fg_spacing."px); } .fastgallery.gallery-columns-7 .fg-gallery-item { max-width: 13%; max-width: -webkit-calc(14.28% - ".$fg_spacing."px); max-width: calc(14.28% - ".$fg_spacing."px); } .fastgallery.gallery-columns-8 .fg-gallery-item { max-width: 11%; max-width: -webkit-calc(12.5% - ".$fg_spacing."px); max-width: calc(12.5% - ".$fg_spacing."px); } .fastgallery.gallery-columns-9 .fg-gallery-item { max-width: 9%; max-width: -webkit-calc(11.1% - ".$fg_spacing."px); max-width: calc(11.1% - ".$fg_spacing."px); } "; } if($fg_type == 'only_image') { $gallery_style .= " #{$selector}.fastgallery .fg_zoom a { display:none; } "; } if($fg_image_lightbox == 'zoomin') { $gallery_style .= '#'.$selector.'.fastgallery .icon-plus:before { content: "\e6ef"!important; }'; } if($fg_image_lightbox == 'image') { $gallery_style .= '#'.$selector.'.fastgallery .icon-plus:before { content: "\e687"!important; }'; } if($fg_image_lightbox == 'images') { $gallery_style .= '#'.$selector.'.fastgallery .icon-plus:before { content: "\e605"!important; }'; } if($fg_image_lightbox == 'spinner_icon') { $gallery_style .= '#'.$selector.'.fastgallery .icon-plus:before { content: "\e6e7"!important; }'; } if($fg_image_lightbox == 'search_icon') { $gallery_style .= '#'.$selector.'.fastgallery .icon-plus:before { content: "\e6ee"!important; }'; } if($fg_gallery_name_show == 'true') { $gallery_style .= ".fg_gallery_title-{$instance}.fg_gallery_name { font-size:".$fg_gallery_name_font_size."px; color:".$fg_gallery_name_font_color."; text-align:".$fg_gallery_name_text_align."; }"; } $gallery_style .= ""; } // # IF PHOTOSWIPE STYLE // PHOTOBOX if($fg_type == 'photobox') { // PHOTOBOX CSS/JS if($fg_lazyload == 'on') { $pb_thumbs = 'false'; } $gallery_script = ''; } // CLOSE PHOTOBOX CSS/JS // PRETTYPHOTO if($fg_type == 'prettyphoto') { $gallery_script = ''; } // MAGNIFIC POPUP if($fg_type == 'magnific-popup') { $gallery_script = ''; } // FOTORAMA if($fg_type == 'fotorama') { $gallery_script = ""; } // LIGHTGALLERY if($fg_type == 'lightgallery') { if($lg_mode == 'lg-fade') { $lg_mode = 'fade'; } else { $lg_mode = 'slide'; } $gallery_script = ''; } // ANIMATION if($fg_animate == 'on') { wp_enqueue_style( 'fg-animations' ); wp_enqueue_script( 'fg-appear-js'); wp_enqueue_script( 'fg-animate-js'); $animation_info = " animate-in' data-anim-type='".$fg_animate_effect."' data-anim-delay='".$fg_delay."'>"; } else { $animation_info = " '>"; } // #ANIMATION // CUSTOM URL if($fg_type == 'custom_url' || $fg_type == 'only_image' || $fg_type == 'photoswipe') { $gallery_script = ''; } // LAZY LOAD GRID $lazyload_class = ''; if($fg_lazyload == 'on' && $size == 'fg-normal') { wp_enqueue_script( 'fg-lazyload-js'); wp_enqueue_script( 'fg-imagesLoaded-js'); $gallery_script .= ''; $lazyload_class = 'fg_lazyload'; } // LAZY LOAD MASONRY if($size == 'fg-masonry') { if($fg_lazyload == 'off') { // MASONRY WHEN LAZY LOAD IS OFF $gallery_script .= ''; } else { // LAZY LOAD IS ON wp_enqueue_script( 'fg-lazyload-js'); wp_enqueue_script( 'fg-imagesLoaded-js'); $gallery_script .= ''; } } // GALLERY NAME $gallery_name = ''; if($fg_gallery_name_show == 'true') { $gallery_name = ''; } $size_class = sanitize_html_class( $size ); // != FOTORAMA if($fg_type == 'fotorama') { $gallery_div = "".$gallery_name."
"; } else { $gallery_div = "".$gallery_name."\n"; if($fg_thumbs_one == 'off') { $output .= '
'; } } if($fg_pagination_active == 'on') { $output .= '
'.get_fg_pagination($num_page_for_pagination,$pagination).'
'; } return $output; } } new fg_functions(); // PAGINATION FUNCTION // function get_fg_pagination($num_page_for_pagination,$pagination) { $output = ''; return $output; } // ADD VAR FUNCTION FOR PAGINATION function add_query_vars_fg_pagination( $vars ){ $vars[] = "fg_page"; return $vars; } add_filter( 'query_vars', 'add_query_vars_fg_pagination' ); // THUMBNAILS FUNCTION function fastgallery_vc_add_image_sizes() { add_image_size( 'fg-masonry', 500 ); add_image_size( 'fg-normal', 800 , 800 , true); } add_action( 'init', 'fastgallery_vc_add_image_sizes' ); // HEX FUNCTION function fastgallery_vc_hex2rgb($hex) { $hex = str_replace("#", "", $hex); if(strlen($hex) == 3) { $r = hexdec(substr($hex,0,1).substr($hex,0,1)); $g = hexdec(substr($hex,1,1).substr($hex,1,1)); $b = hexdec(substr($hex,2,1).substr($hex,2,1)); } else { $r = hexdec(substr($hex,0,2)); $g = hexdec(substr($hex,2,2)); $b = hexdec(substr($hex,4,2)); } $rgb = array($r, $g, $b); return $rgb; } function photoswipe_style($rgba_main_color, $fg_main_color, $fg_secondary_color, $rgba_secondary_color, $fg_pagination_active, $fg_spacing_active, $fg_spacing, $fg_image_lightbox, $selector, $fg_gallery_name_font_size, $fg_gallery_name_font_color, $fg_gallery_name_text_align, $float, $itemwidth, $fg_gallery_name_show ) { $gallery_style = " "; return $gallery_style; } ?>