/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/essential-grid/admin/views
NameSizeModeActions
elements/-0755rm
footer.php12680644editdlrm
grid-create.php1069650644editdlrm
grid-global-settings.php435190644editdlrm
grid-import-export.php320800644editdlrm
grid-item-skin.php56570644editdlrm
grid-overview.php97930644editdlrm
grid-widget-areas.php18110644editdlrm
header.php4120644editdlrm
index.php260644editdlrm
skin-font-awesome-list.php365790644editdlrm
skin-pe-icon-7-stroke-list.php98260644editdlrm
Edit: /var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/essential-grid/admin/views/grid-create.php (106965B)
* @link http://www.themepunch.com/essential/ * @copyright 2021 ThemePunch */ if( !defined( 'ABSPATH') ) exit(); $grid = false; $base = new Essential_Grid_Base(); $nav_skin = new Essential_Grid_Navigation(); $wa = new Essential_Grid_Widget_Areas(); $meta = new Essential_Grid_Meta(); $isCreate = $base->getGetVar('create', 'true'); $esg_color_picker_presets = ESGColorpicker::get_color_presets(); $title = esc_attr__('Create New Grid', ESG_TEXTDOMAIN); $save = esc_attr__('Save Grid', ESG_TEXTDOMAIN); $layers = false; if (intval($isCreate) > 0) { //currently editing $grid = Essential_Grid::get_essential_grid_by_id(intval($isCreate)); if (!empty($grid)) { $title = esc_attr__('Settings', ESG_TEXTDOMAIN); $layers = $grid['layers']; } } else { $editAlias = $base->getGetVar('alias', false); if ($editAlias) { $grid = Essential_Grid::get_essential_grid_by_handle($editAlias); if (!empty($grid)) { $title = esc_attr__('Settings', ESG_TEXTDOMAIN); $layers = $grid['layers']; } } } $postTypesWithCats = $base->getPostTypesWithCatsForClient(); $jsonTaxWithCats = $base->jsonEncodeForClientSide($postTypesWithCats); $base = new Essential_Grid_Base(); $pages = get_pages(array('sort_column' => 'post_name')); $post_elements = $base->getPostTypesAssoc(); $postTypes = $base->getVar($grid, array('postparams', 'post_types'), 'post'); $categories = $base->setCategoryByPostTypes($postTypes, $postTypesWithCats); $selected_pages = explode(',', $base->getVar($grid, array('postparams', 'selected_pages'), '-1', 's')); $columns = $base->getVar($grid, array('params', 'columns'), ''); $columns = $base->set_basic_colums($columns); $mascontent_height = $base->getVar($grid, array('params', 'mascontent-height'), ''); $mascontent_height = $base->set_basic_mascontent_height($mascontent_height); $columns_width = $base->getVar($grid, array('params', 'columns-width'), ''); $columns_width = $base->set_basic_colums_width($columns_width); $columns_height = $base->getVar($grid, array('params', 'columns-height'), ''); $columns_height = $base->set_basic_colums_height($columns_height); $columns_advanced = $base->get_advanced_colums($grid['params']); $nav_skin_choosen = $base->getVar($grid, array('params', 'navigation-skin'), 'minimal-light'); $navigation_skins = $nav_skin->get_essential_navigation_skins(); $navigation_skin_css = $base->jsonEncodeForClientSide($navigation_skins); $entry_skins = Essential_Grid_Item_Skin::get_essential_item_skins(); $entry_skin_choosen = $base->getVar($grid, array('params', 'entry-skin'), '0'); $grid_animations = $base->get_grid_animations(); $start_animations = $base->get_start_animations(); $grid_item_animations = $base->get_grid_item_animations(); $hover_animations = $base->get_hover_animations(); $grid_animation_choosen = $base->getVar($grid, array('params', 'grid-animation'), 'fade'); $grid_start_animation_choosen = $base->getVar($grid, array('params', 'grid-start-animation'), 'reveal'); $grid_item_animation_choosen = $base->getVar($grid, array('params', 'grid-item-animation'), 'none'); $grid_item_animation_other = $base->getVar($grid, array('params', 'grid-item-animation-other'), 'none'); $hover_animation_choosen = $base->getVar($grid, array('params', 'hover-animation'), 'fade'); if(intval($isCreate) > 0) //currently editing, so default can be empty $media_source_order = $base->getVar($grid, array('postparams', 'media-source-order'), ''); else $media_source_order = $base->getVar($grid, array('postparams', 'media-source-order'), array('featured-image')); $media_source_list = $base->get_media_source_order(); $custom_elements = $base->get_custom_elements_for_javascript(); $all_image_sizes = $base->get_all_image_sizes(); $all_media_filters = $base->get_all_media_filters(); $meta_keys = $meta->get_all_meta_handle(); // INIT POSTER IMAGE SOURCE ORDERS if (intval($isCreate) > 0) { //currently editing, so default can be empty $poster_source_order = $base->getVar($grid, array('params', 'poster-source-order'), ''); if ($poster_source_order == '') { //since 2.1.0 $poster_source_order = $base->getVar($grid, array('postparams', 'poster-source-order'), ''); } } else { $poster_source_order = $base->getVar($grid, array('postparams', 'poster-source-order'), array('featured-image')); } $poster_source_list = $base->get_poster_source_order(); $esg_default_skins = $nav_skin->get_default_navigation_skins(); ?>

help

*
*
getVar($grid, array('postparams', 'source-type'), 'post'), 'post'); ?>>
getVar($grid, array('postparams', 'source-type'), 'post'), 'custom'); ?> >
getVar($grid, array('postparams', 'source-type'), 'post'), 'stream'); ?>>
getVar($grid, array('postparams', 'source-type'), 'post'), 'nextgen'); ?>>
getVar($grid, array('postparams', 'source-type'), 'post'), 'rml'); ?>>
getVar($grid, array('postparams', 'category-relation'), 'OR'), 'OR'); ?> >
getVar($grid, array('postparams', 'category-relation'), 'OR'), 'AND'); ?>>
 -  this link', ESG_TEXTDOMAIN); ?>
add
ID, $selected_pages)){ ?>
post_title).' (ID: '.$page->ID.')'; ?>
getVar($grid, array('postparams', 'max_entries'), '-1')); ?>
getVar($grid, array('postparams', 'max_entries_preview'), '20')); ?>
getVar($grid, array('postparams', 'stream-source-type'), 'instagram'), 'youtube'); ?>>
getVar($grid, array('postparams', 'stream-source-type'), 'instagram'), 'vimeo'); ?>>
getVar($grid, array('postparams', 'stream-source-type'), 'instagram'), 'instagram'); ?>>
getVar($grid, array('postparams', 'stream-source-type'), 'instagram'), 'flickr'); ?>>
getVar($grid, array('postparams', 'stream-source-type'), 'instagram'), 'facebook'); ?>>
getVar($grid, array('postparams', 'stream-source-type'), 'instagram'), 'twitter'); ?>>
getVar($grid, array('postparams', 'stream-source-type'), 'instagram'), 'behance'); ?>>
here', ESG_TEXTDOMAIN); ?>
here', ESG_TEXTDOMAIN); ?>
getVar($grid, array('postparams', 'youtube-type-source'), 'channel'), 'channel'); ?>>
getVar($grid, array('postparams', 'youtube-type-source'), 'channel'), 'playlist_overview'); ?> >
getVar($grid, array('postparams', 'youtube-type-source'), 'channel'), 'playlist'); ?> >
getVar($grid, array('postparams', 'youtube-playlist'), ''); ?>
getVar($grid, array('postparams', 'vimeo-type-source'), 'user'), 'user'); ?>>
getVar($grid, array('postparams', 'vimeo-type-source'), 'user'), 'album'); ?>>
getVar($grid, array('postparams', 'vimeo-type-source'), 'user'), 'group'); ?>>
getVar($grid, array('postparams', 'vimeo-type-source'), 'user'), 'channel'); ?>>
article on how to integrate your Instagram Account manually.', ESG_TEXTDOMAIN); ?>
here how to get your Flickr API key', ESG_TEXTDOMAIN); ?>
getVar($grid, array('postparams', 'flickr-type'), 'publicphotos'), 'publicphotos'); ?>>
getVar($grid, array('postparams', 'flickr-type'), 'publicphotos'), 'photosets'); ?>>
getVar($grid, array('postparams', 'flickr-type'), 'publicphotos'), 'gallery'); ?>>
getVar($grid, array('postparams', 'flickr-type'), 'publicphotos'), 'group'); ?>>
getVar($grid, array('postparams', 'facebook-type-source'), 'timeline'), 'album'); ?>>
getVar($grid, array('postparams', 'facebook-type-source'), 'timeline'), 'timeline'); ?> >
getVar($grid, array('postparams', 'facebook-album'), '');?>
Register your application with Twitter to get the credentials', ESG_TEXTDOMAIN);?>
getVar($grid, array('postparams', 'twitter-image-only'), 'true'), 'false'); ?>>
getVar($grid, array('postparams', 'twitter-image-only'), 'true'), 'true'); ?>>
getVar($grid, array('postparams', 'twitter-include-retweets'), 'on'), 'on'); ?>>
getVar($grid, array('postparams', 'twitter-include-retweets'), 'on'), 'off'); ?>>
getVar($grid, array('postparams', 'twitter-exclude-replies'), 'on'), 'off'); ?>>
getVar($grid, array('postparams', 'twitter-exclude-replies'), 'on'), 'on'); ?>>
getVar($grid, array('postparams', 'behance-type'), 'projects'), 'projects'); ?>>
getVar($grid, array('postparams', 'behance-type'), 'overview'), 'project'); ?>>
getVar($grid, array('postparams', 'behance-project'), '');?>
here', ESG_TEXTDOMAIN); ?>
getVar($grid, array('postparams', 'nextgen-source-type'), 'gallery'), 'gallery'); ?>>
getVar($grid, array('postparams', 'nextgen-source-type'), 'gallery'), 'album'); ?>>
getVar($grid, array('postparams', 'nextgen-source-type'), 'gallery'), 'tags'); ?>>
getVar($grid, array('postparams', 'nextgen-tags'), ''); $nextgen_tags_list = $nextgen->get_tag_list($nextgen_tags); ?>
getVar($grid, array('postparams', 'nextgen-album'), ''); $nextgen_albums = $nextgen->get_album_list($nextgen_album); ?>
getVar($grid, array('postparams', 'rml-source-type'), '-1'); $selected_rml = intval($selected_rml); $rml_items = wp_rml_dropdown($selected_rml,array(RML_TYPE_COLLECTION),true); ?>
$media_set){ ?>
$poster_set){ ?>
getVar($grid, array('postparams', 'image-source-smart'), 'off');?> />
/>
getVar($grid, array('postparams', 'image-source-type'), 'full');?>
getVar($grid, array('postparams', 'image-source-type-mobile'), $image_source_type);?>
getVar($grid, array('postparams', 'media-filter-type'), 'none'); ?>
$name){ $selected = $media_filter_type === $handle ? "selected" : ""; ?>
getVar($grid, array('postparams', 'default-image'), 0, 'i'); $var_src = ''; if($default_img > 0){ $img = wp_get_attachment_image_src($default_img, 'full'); if($img !== false){ $var_src = $img[0]; } } ?>
" id="eg-default-image" />
getVar($grid, array('postparams', 'youtube-default-image'), 0, 'i'); $var_src = ''; if($youtube_default_img > 0){ $youtube_img = wp_get_attachment_image_src($youtube_default_img, 'full'); if($youtube_img !== false){ $var_src = $youtube_img[0]; } } ?>
getVar($grid, array('postparams', 'vimeo-default-image'), 0, 'i'); $var_src = ''; if($vimeo_default_img > 0){ $vimeo_img = wp_get_attachment_image_src($vimeo_default_img, 'full'); if($vimeo_img !== false){ $var_src = $vimeo_img[0]; } } ?>
getVar($grid, array('postparams', 'html-default-image'), 0, 'i'); $var_src = ''; if($html_default_img > 0){ $html_img = wp_get_attachment_image_src($html_default_img, 'full'); if($html_img !== false){ $var_src = $html_img[0]; } } ?>
'; } ?>

getVar($grid, array('postparams', 'source-type'), 'post') == 'custom'){ $layers = @$grid['layers']; //no stripslashes used here if(!empty($layers)){ foreach($layers as $layer){ ?>
'; } Essential_Grid_Dialogs::post_meta_dialog(); //to change post meta informations Essential_Grid_Dialogs::edit_custom_element_dialog(); //to change post meta informations Essential_Grid_Dialogs::custom_element_image_dialog(); //to change post meta informations ?> '."\n"; $skins = Essential_Grid_Navigation::output_navigation_skins(); echo $skins; echo '
'; ?>