803 lines
37 KiB
PHP
803 lines
37 KiB
PHP
<?php
|
|
|
|
if( !defined( 'ABSPATH') ) exit();
|
|
|
|
|
|
$orders = false;
|
|
//order=asc&ot=name&type=reg
|
|
if(isset($_GET['ot']) && isset($_GET['order']) && isset($_GET['type'])){
|
|
$order = array();
|
|
switch($_GET['ot']){
|
|
case 'alias':
|
|
$order['alias'] = ($_GET['order'] == 'asc') ? 'ASC' : 'DESC';
|
|
break;
|
|
case 'favorite':
|
|
$order['favorite'] = ($_GET['order'] == 'asc') ? 'ASC' : 'DESC';
|
|
break;
|
|
case 'name':
|
|
default:
|
|
$order['title'] = ($_GET['order'] == 'asc') ? 'ASC' : 'DESC';
|
|
break;
|
|
}
|
|
|
|
$orders = $order;
|
|
}
|
|
|
|
$slider = new RevSlider();
|
|
|
|
$operations = new RevSliderOperations();
|
|
|
|
$arrSliders = $slider->getArrSliders($orders);
|
|
//die('overview');
|
|
|
|
$glob_vals = $operations->getGeneralSettingsValues();
|
|
$addNewLink = self::getViewUrl(RevSliderAdmin::VIEW_SLIDER);
|
|
|
|
|
|
//$fav = get_option('rev_fav_slider', array());
|
|
$fav = array();
|
|
//var_dump($fav);die();
|
|
|
|
if($orders == false){ //sort the favs to top
|
|
if(!empty($fav) && !empty($arrSliders)){
|
|
$fav_sort = array();
|
|
foreach($arrSliders as $skey => $sort_slider){
|
|
|
|
if(in_array($sort_slider->getID(), $fav)){
|
|
$fav_sort[] = $arrSliders[$skey];
|
|
unset($arrSliders[$skey]);
|
|
}
|
|
}
|
|
//die();
|
|
if(!empty($fav_sort)){
|
|
//revert order of favs
|
|
krsort($fav_sort);
|
|
foreach($fav_sort as $fav_arr){
|
|
array_unshift($arrSliders, $fav_arr);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
global $revSliderAsTheme;
|
|
|
|
$exampleID = '"slider1"';
|
|
if(!empty($arrSliders))
|
|
$exampleID = '"'.$arrSliders[0]->getAlias().'"';
|
|
|
|
$latest_version = get_option('revslider-latest-version', RevSliderGlobals::SLIDER_REVISION);
|
|
$stable_version = get_option('revslider-stable-version', '4.1');
|
|
|
|
?>
|
|
|
|
<div class='wrap'>
|
|
<div class="clear_both"></div>
|
|
<div class="title_line" style="margin-bottom:10px">
|
|
|
|
<?php
|
|
$icon_general = '<div class="icon32" id="icon-options-general"></div>';
|
|
echo $icon_general;
|
|
?>
|
|
<a href="<?php echo RevSliderGlobals::LINK_HELP_SLIDERS; ?>" class="button-secondary float_right mtop_10 mleft_10" target="_blank"><?php echo "Help"; ?></a>
|
|
|
|
</div>
|
|
|
|
<div class="clear_both"></div>
|
|
|
|
<div class="title_line nobgnopd" style="height:auto; min-height:50px">
|
|
<div class="view_title">
|
|
<?php echo "Revolution Sliders"; ?>
|
|
</div>
|
|
<div class="slider-sortandfilter">
|
|
<span class="slider-listviews slider-lg-views" data-type="rs-listview"><i class="eg-icon-align-justify"></i></span>
|
|
<span class="slider-gridviews slider-lg-views active" data-type="rs-gridview"><i class="eg-icon-th"></i></span>
|
|
<span class="slider-sort-drop"><?php echo "Sort By:"; ?></span>
|
|
<select id="sort-sliders" name="sort-sliders" style="max-width: 105px;" class="withlabel">
|
|
<option value="id" selected="selected"><?php echo "By ID"; ?></option>
|
|
<option value="name"><?php echo "By Name"; ?></option>
|
|
<option value="type"><?php echo "By Type"; ?></option>
|
|
<option value="favorit"><?php echo "By Favorit"; ?></option>
|
|
</select>
|
|
|
|
<span class="slider-filter-drop"><?php echo "Filter By:"; ?></span>
|
|
|
|
<select id="filter-sliders" name="filter-sliders" style="max-width: 105px;" class="withlabel">
|
|
<option value="all" selected="selected"><?php echo "All"; ?></option>
|
|
<option value="gallery"><?php echo "Gallery"; ?></option>
|
|
<option value="vimeo"><?php echo "Vimeo"; ?></option>
|
|
<option value="youtube"><?php echo "YouTube"; ?></option>
|
|
<option value="twitter"><?php echo "Twitter"; ?></option>
|
|
<option value="facebook"><?php echo "Facebook"; ?></option>
|
|
<option value="instagram"><?php echo "Instagram"; ?></option>
|
|
<option value="flickr"><?php echo "Flickr"; ?></option>
|
|
</select>
|
|
</div>
|
|
<div style="width:100%;height:1px;float:none;clear:both"></div>
|
|
</div>
|
|
|
|
<?php
|
|
$no_sliders = false;
|
|
if(empty($arrSliders)){
|
|
?>
|
|
<span style="display:block;margin-top:15px;margin-bottom:15px;">
|
|
<?php echo "No Sliders Found"; ?>
|
|
</span>
|
|
<?php
|
|
$no_sliders = true;
|
|
}
|
|
|
|
require self::getPathTemplate('sliders-list');
|
|
|
|
?>
|
|
<!--
|
|
THE INFO ABOUT EMBEDING OF THE SLIDER
|
|
-->
|
|
<div class="rs-dialog-embed-slider" title="<?php echo "Embed Slider"; ?>" style="display: none;">
|
|
<div class="revyellow" style="background: none repeat scroll 0% 0% #F1C40F; left:0px;top:0px;position:absolute;height:190px;padding:20px 10px;"><i style="color:#fff;font-size:25px" class="revicon-arrows-ccw"></i></div>
|
|
<div style="margin:5px 0px; padding-left: 55px;">
|
|
<div style="font-size:14px;margin-bottom:10px;"><strong><?php echo "Standard Embeding"; ?></strong></div>
|
|
<?php echo "For adding revslider into pages or places"; ?> <?php echo "insert the shortcode:"; ?> <code class="rs-example-alias-1"></code>
|
|
<?php echo "Note: You have to setup ";?><b><?php echo "jscomposer"; ?></b><?php echo " to do this action."; ?>
|
|
|
|
</div>
|
|
</div>
|
|
<script>
|
|
jQuery('#advanced-emeding').click(function() {
|
|
jQuery('#advanced-accord').toggle(200);
|
|
});
|
|
</script>
|
|
|
|
|
|
<div style="width:100%;height:40px"></div>
|
|
<?php self::requireView("ps_layout"); ?>
|
|
<!-- DASHBOARD -->
|
|
<div class="rs-dashboard">
|
|
<?php
|
|
$validated = get_option('revslider-valid', 'false');
|
|
$temp_active = get_option('revslider-temp-active', 'false');
|
|
$code = get_option('revslider-code', '');
|
|
$email = get_option('revslider-email', '');
|
|
$latest_version = get_option('revslider-latest-version', RevSliderGlobals::SLIDER_REVISION);
|
|
|
|
$activewidgetclass = $validated === 'true'? "rs-status-green-wrap" : "rs-status-red-wrap";
|
|
$activewidgetclass = $temp_active === 'true' ? "rs-status-orange-wrap" : $activewidgetclass;
|
|
|
|
$dashboard_array = array();
|
|
$dashboard_required_array = array();
|
|
|
|
ob_start();
|
|
?>
|
|
<!-- VALIDATION WIDGET -->
|
|
<div class="rs-dash-widget" id="activation_dw">
|
|
<div class="rs-dash-title-wrap <?php echo $activewidgetclass; ?>">
|
|
<div class="rs-dash-title"><?php echo "Plugin Activation"; ?></div>
|
|
<div class="rs-dash-title-button rs-status-red"><i class="icon-not-registered"></i><?php echo "Not Activated"; ?></div>
|
|
<div class="rs-dash-title-button rs-status-orange"><i class="icon-no-problem-found"></i><?php echo "Temporarily Activated"; ?></div>
|
|
<div class="rs-dash-title-button rs-status-green"><i class="icon-no-problem-found"></i><?php echo "Plugin Activated"; ?></div>
|
|
</div>
|
|
|
|
<div class="rs-dash-widget-inner rs-dash-widget-deregistered" <?php echo ($validated !== 'true') ? '' : 'style="display: none;"'; ?>>
|
|
<div class="rs-dash-icon rs-dash-refresh"></div>
|
|
<div class="rs-dash-content-with-icon">
|
|
<div class="rs-dash-strong-content"><?php echo "Live Updates"; ?></div>
|
|
<div><?php echo "Fresh versions directly to your admin"; ?></div>
|
|
</div>
|
|
<div class="rs-dash-content-space"></div>
|
|
<div class="rs-dash-icon rs-dash-ticket"></div>
|
|
<div class="rs-dash-content-with-icon">
|
|
<div class="rs-dash-strong-content"><?php echo "Ticket Support"; ?></div>
|
|
<div><?php echo "Direct help from our qualified support team"; ?></div>
|
|
</div>
|
|
<div class="rs-dash-content-space"></div>
|
|
<div class="rs-dash-icon rs-dash-gift"></div>
|
|
<div class="rs-dash-content-with-icon">
|
|
<div class="rs-dash-strong-content"><?php echo "Free Premium Sliders"; ?></div>
|
|
<div><?php echo "Exclusive new slider exports for our direct customers"; ?></div>
|
|
</div>
|
|
|
|
<div class="rs-dash-bottom-wrapper">
|
|
<span id="rs-validation-activate-step-a" class="rs-dash-button"><?php echo 'Register Slider Revolution'; ?></span>
|
|
<a class="rs-dash-button" href="https://themepunch.com/purchase-code-deactivation/" target="_blank"><?php echo 'Deregister Domain'; ?></a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="rs-dash-widget-inner rs-dash-widget-registered" <?php echo ($validated === 'true') ? '' : 'style="display: none;position:absolute;top:60px;left:0px;"'; ?>>
|
|
|
|
<div class="rs-dash-icon rs-dash-credit"></div>
|
|
<div class="rs-dash-content-with-icon">
|
|
<div class="rs-dash-strong-content"><?php echo "Purchase Code"; ?></div>
|
|
<div><?php echo "You can learn how to find your purchase key <a target='_blank' href='http://www.themepunch.com/faq/where-to-find-the-purchase-code/'>here</a>"; ?></div>
|
|
</div>
|
|
<div class="rs-dash-content-space"></div>
|
|
|
|
<input type="text" name="rs-validation-token" class="rs-dashboard-input" style="width:100%; height:40px;" value="<?php echo $code; ?>" <?php echo ($validated === 'true') ? ' readonly="readonly"' : ''; ?> style="width: 350px;" />
|
|
<div class="rs-dash-content-space"></div>
|
|
<?php
|
|
/*
|
|
<div class="rs-dash-strong-content"><?php echo "Email Address"; ?></div>
|
|
<input type="text" name="rs-validation-email" class="rs-dashboard-input" style="width:100%" value="<?php echo $email; ?>" <?php echo ($validated === 'true') ? ' readonly="readonly"' : ''; ?> style="width: 350px;" />
|
|
?>
|
|
|
|
<div class="rs-dash-content-space"></div>
|
|
*/
|
|
?>
|
|
<?php if ($validated == 'true') {
|
|
?>
|
|
<div><?php echo "In order to register your purchase code on another domain, deregister <br>it first by clicking the button below."; ?></div>
|
|
<?php
|
|
} else { ?>
|
|
<div><?php echo "Reminder ! One registration per Website. If registered elsewhere please deactivate that registration first."; ?></div>
|
|
<?php
|
|
}
|
|
?>
|
|
|
|
<div class="rs-dash-bottom-wrapper">
|
|
<span style="display:none" id="rs_purchase_validation" class="loader_round"><?php echo 'Please Wait...'; ?></span>
|
|
<a href="javascript:void(0);" <?php echo ($validated !== 'true') ? '' : 'style="display: none;"'; ?> id="rs-validation-activate" class="rs-dash-button"><?php echo 'Register the code'; ?></a>
|
|
<a href="javascript:void(0);" <?php echo ($validated === 'true') ? '' : 'style="display: none;"'; ?> id="rs-validation-deactivate" class="rs-dash-button"><?php echo 'Deregister the code'; ?></a>
|
|
|
|
<?php
|
|
|
|
//$temp_active = get_option('revslider-temp-active', 'false');
|
|
$temp_active = 'false';
|
|
$temp_active = 'false';
|
|
if($temp_active == 'true'){
|
|
?>
|
|
<a href="?page=revslider&checktempactivate=true" id="rs-validation-full-activate" class="rs-dash-button"><?php echo 'Complete Activation'; ?></a>
|
|
<span class="rs-dash-more-info" data-takemeback="false" data-title="<?php echo 'What does \'Temporary Activated\' mean?';?>" data-content="<?php echo 'The Envato API was unavailable at the activation process:'.'<div class=\'rs-dash-content-space\'></div>'.'The Slider is temporary activated until the Envato API can be reached again by the ThemePunch servers.'.'<div class=\'rs-dash-content-space\'></div>'.'The plugin will be fully activated as soon as the Envato API is available again.'.''; ?>"><span class="rs-dash-invers-button-gray rs-dash-close-panel"><?php echo 'Why?'; ?></span></span>
|
|
<?php
|
|
}
|
|
?>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script>
|
|
jQuery(document).ready(function() {
|
|
jQuery('#rs-validation-activate-step-a').click(function() {
|
|
punchgs.TweenLite.to(jQuery('.rs-dash-widget-inner.rs-dash-widget-deregistered'),0.5,{autoAlpha:1,x:"-100%",ease:punchgs.Power3.easeInOut});
|
|
punchgs.TweenLite.fromTo(jQuery('.rs-dash-widget-inner.rs-dash-widget-registered'),0.5,{display:"block",autoAlpha:0,left:400},{autoAlpha:1,left:0,ease:punchgs.Power3.easeInOut});
|
|
})
|
|
});
|
|
</script>
|
|
</div><!-- END OF VALIDATION WIDGET -->
|
|
<?php
|
|
$dbc = ob_get_contents();
|
|
ob_clean();
|
|
ob_end_clean();
|
|
|
|
$dashboard_array['rs-validation'] = array('order' => 10, 'content' => $dbc);
|
|
|
|
ob_start();
|
|
?>
|
|
<!--
|
|
THE CURRENT AND NEXT VERSION
|
|
-->
|
|
<?php
|
|
if (version_compare(RevSliderGlobals::SLIDER_REVISION, $latest_version, '<')) {
|
|
$updateclass = 'rs-status-orange-wrap';
|
|
} else {
|
|
$updateclass = 'rs-status-green-wrap';
|
|
}
|
|
if($validated !== 'true' && version_compare(RevSliderGlobals::SLIDER_REVISION, $stable_version, '<'))
|
|
$updateclass = 'rs-status-red-wrap';
|
|
?>
|
|
<div class="rs-dash-widget" id="updates_dw">
|
|
<div class="rs-dash-title-wrap <?php echo $updateclass; ?>">
|
|
<div class="rs-dash-title"><?php _e("Plugin Updates",'revslider'); ?></div>
|
|
<div class="rs-dash-title-button rs-status-orange"><i class="icon-update-refresh"></i><?php _e("Update Available",'revslider'); ?></div>
|
|
<div class="rs-dash-title-button rs-status-green"><i class="icon-no-problem-found"></i><?php _e("Plugin up to date",'revslider'); ?></div>
|
|
<div class="rs-dash-title-button rs-status-red"><i class="icon-no-problem-found"></i><?php _e("Critical Update",'revslider'); ?></div>
|
|
</div>
|
|
|
|
<div class="rs-dash-widget-inner">
|
|
<div class="rs-dash-strong-content"><?php _e("Installed Version",'revslider'); ?></div>
|
|
<div><?php echo RevSliderGlobals::SLIDER_REVISION; ?></div>
|
|
<div class="rs-dash-content-space"></div>
|
|
<div class="rs-dash-strong-content"><?php _e("Latest Available Version",'revslider'); ?></div>
|
|
<div><?php echo $latest_version; ?></div>
|
|
<div class="rs-dash-content-space"></div>
|
|
<a class='rs-dash-invers-button' href='<?php echo Revloader::getConstants('browse_sliders').'&checkforupdates=true'; ?>' id="rev_check_version"><?php _e("Check for Updates",'revslider'); ?> </a>
|
|
<?php //if(!RS_DEMO){ ?>
|
|
<div class="rs-dash-bottom-wrapper">
|
|
<?php if ($validated === 'true')
|
|
{
|
|
if (version_compare(RevSliderGlobals::SLIDER_REVISION, $latest_version, '<')) {
|
|
?>
|
|
<a href="<?php echo Revloader::getConstants('browse_sliders').'&force_update=true'; ?>" id="rs-check-updates" class="rs-dash-button"><?php _e('Update Now', 'revslider'); ?></a>
|
|
<?php
|
|
} else {
|
|
?>
|
|
<span class="rs-dash-button-gray"><?php _e('Up to date', 'revslider'); ?></span>
|
|
<?php
|
|
}
|
|
} else {
|
|
?>
|
|
<span class="rs-dash-button" id="regsiter-to-access-update-none"><?php _e('Update', 'revslider'); ?></a>
|
|
<?php
|
|
}
|
|
|
|
if($validated !== 'true' && version_compare(RevSliderGlobals::SLIDER_REVISION, $stable_version, '<')){
|
|
?>
|
|
<a href="<?php echo Revloader::getConstants('browse_sliders').'&force-check=1&checkforupdates=true'; ?>" id="rs-check-updates" class="rs-dash-button"><?php _e('Update to Stable (Free)','revslider'); ?></a><br>
|
|
<?php
|
|
}
|
|
?>
|
|
</div>
|
|
<?php //} ?>
|
|
</div>
|
|
|
|
</div><!-- END OF VERSION INFORMATION WIDGET -->
|
|
<?php
|
|
$dbc = ob_get_contents();
|
|
ob_clean();
|
|
ob_end_clean();
|
|
|
|
$dashboard_required_array['rs-version-information'] = array('order' => 20, 'content' => $dbc);
|
|
|
|
ob_start();
|
|
?>
|
|
<!-- Requirements & Recommendations -->
|
|
<div class="rs-dash-widget" id="system_dw">
|
|
<?php
|
|
$dir = wp_upload_dir();
|
|
|
|
$mem_limit = ini_get('memory_limit');
|
|
$mem_limit_byte = wp_convert_hr_to_bytes($mem_limit);
|
|
$upload_max_filesize = ini_get('upload_max_filesize');
|
|
$upload_max_filesize_byte = wp_convert_hr_to_bytes($upload_max_filesize);
|
|
$post_max_size = ini_get('post_max_size');
|
|
$post_max_size_byte = wp_convert_hr_to_bytes($post_max_size);
|
|
|
|
//$writeable_boolean = wp_is_writable($dir['basedir'].'/');
|
|
$writeable_boolean = wp_is_writable($dir);
|
|
$can_connect = get_option('revslider-connection', false);
|
|
|
|
$mem_limit_byte_boolean = $mem_limit_byte<268435456;
|
|
$upload_max_filesize_byte_boolean = ($upload_max_filesize_byte < 33554432);
|
|
$post_max_size_byte_boolean = ($post_max_size_byte < 33554432);
|
|
$dash_rr_status = ($writeable_boolean==true && $can_connect==true && $mem_limit_byte_boolean==false && $upload_max_filesize_byte_boolean==false && $post_max_size_byte_boolean==false) ? "rs-status-green-wrap" : "rs-status-red-wrap";
|
|
//$img_editor_test = (wp_image_editor_supports(array('methods' => array('resize', 'save')))) ? true : false;
|
|
$img_editor_test = true; //always true because joomla supports resize
|
|
?>
|
|
<div class="rs-dash-title-wrap <?php echo $dash_rr_status; ?>">
|
|
<div class="rs-dash-title"><?php echo "System Requirements"; ?></div>
|
|
<div class="rs-dash-title-button rs-status-red"><i class="icon-problem-found"></i><?php echo "Problem Found"; ?></div>
|
|
<a class="rs-status-red rs-dash-title-button requirement-link" target="_blank" href="http://www.themepunch.com/revslider-doc/requirements-and-recommendations/" ><i class="eg-icon-info"></i></a> <div class="rs-dash-title-button rs-status-green"><i class="icon-no-problem-found"></i><?php echo "No Problems"; ?></div>
|
|
</div>
|
|
<div class="rs-dash-widget-inner">
|
|
<span class="rs-dash-label"><?php echo 'Uploads folder writable'; ?></span>
|
|
<?php
|
|
//check if uploads folder can be written into
|
|
if($writeable_boolean){
|
|
echo '<i class="revgreenicon eg-icon-ok"></i>';
|
|
}else{
|
|
echo '<i class="revredicon eg-icon-cancel"></i><span style="margin-left:16px" class="rs-dash-more-info" data-title="'.'Error with File Permissions'.'" data-content="'.'Please set write permission (755) to your wp-content/uploads folders to make sure the Slider can save all updates and imports in the future.'.'"><i class="eg-icon-info"></i></span>';
|
|
}
|
|
?>
|
|
|
|
|
|
<div class="rs-dash-content-space-small"></div>
|
|
<span class="rs-dash-label"><?php echo 'Memory Limit'; ?></span>
|
|
<?php
|
|
|
|
|
|
if($mem_limit_byte_boolean){
|
|
//not good
|
|
echo '<i style="margin-right:20px" class="revredicon eg-icon-cancel"></i>';
|
|
echo '<span class="rs-dash-red-content">';
|
|
} else {
|
|
echo '<i style="margin-right:20px" class="revgreenicon eg-icon-ok"></i>';
|
|
echo '<span class="rs-dash-strong-content">';
|
|
}
|
|
|
|
echo 'Currently:'.' '.$mem_limit;
|
|
echo '</span>';
|
|
if($mem_limit_byte_boolean){
|
|
//not good
|
|
echo '<span class="rs-dash-strong-content" style="margin-left:20px">'. '(min:256M)'.'</span>';
|
|
}
|
|
?>
|
|
<div class="rs-dash-content-space-small"></div>
|
|
<span class="rs-dash-label"><?php echo 'Upload Max. Filesize'; ?></span>
|
|
<?php
|
|
|
|
|
|
if($upload_max_filesize_byte_boolean){
|
|
//not good
|
|
echo '<i style="margin-right:20px" class="revredicon eg-icon-cancel"></i>';
|
|
echo '<span class="rs-dash-red-content">';
|
|
} else {
|
|
echo '<i style="margin-right:20px"class="revgreenicon eg-icon-ok"></i>';
|
|
echo '<span class="rs-dash-strong-content">';
|
|
}
|
|
|
|
echo 'Currently:'.' '.$upload_max_filesize;
|
|
echo '</span>';
|
|
if($upload_max_filesize_byte_boolean){
|
|
echo '<span class="rs-dash-strong-content" style="margin-left:20px">'. '(min:32M)'.'</span>';
|
|
}
|
|
?>
|
|
<div class="rs-dash-content-space-small"></div>
|
|
<span class="rs-dash-label"><?php echo 'Max. Post Size'; ?></span>
|
|
<?php
|
|
|
|
|
|
|
|
if($post_max_size_byte_boolean){
|
|
//not good
|
|
echo '<i style="margin-right:20px" class="revredicon eg-icon-cancel"></i>';
|
|
echo '<span class="rs-dash-red-content">';
|
|
} else {
|
|
echo '<i style="margin-right:20px"class="revgreenicon eg-icon-ok"></i>';
|
|
echo '<span class="rs-dash-strong-content">';
|
|
}
|
|
|
|
echo 'Currently:'.' '.$post_max_size;
|
|
echo '</span>';
|
|
if($post_max_size_byte_boolean){
|
|
echo '<span class="rs-dash-strong-content" style="margin-left:20px">'. '(min:32M)'.'</span>';
|
|
}
|
|
?>
|
|
<div class="rs-dash-content-space-small"></div>
|
|
<span class="rs-dash-label"><?php _e('Contact ThemePunch Server', 'revslider'); ?></span>
|
|
<?php
|
|
|
|
if($can_connect){
|
|
echo '<i class="revgreenicon eg-icon-ok"></i>';
|
|
}else{
|
|
echo '<i class="revredicon eg-icon-cancel"></i>';
|
|
}
|
|
?>
|
|
<a class='rs-dash-invers-button' href='<?php echo Revloader::getConstants('browse_sliders').'&checkforupdates=true'; ?>' id="rev_check_version_1" style="margin-left:16px"><?php _e("Check Now",'revslider'); ?></a>
|
|
<?php
|
|
if(!$can_connect){
|
|
echo '<span class="rs-dash-more-info" data-title="'.__('Error with contacting the ThemePunch Server', 'revslider').'" data-content="'.__('Please make sure that your server can connect to updates.themepunch.tools and templates.themepunch.tools programmatically.', 'revslider').'"><i class="eg-icon-info"></i></span>';
|
|
}
|
|
?>
|
|
|
|
<div class="rs-dash-content-space-small"></div>
|
|
<span class="rs-dash-label"><?php echo 'Object Library'; ?></span>
|
|
<?php
|
|
if($img_editor_test){
|
|
echo '<i class="revgreenicon eg-icon-ok"></i>';
|
|
}else{
|
|
echo '<i class="revredicon eg-icon-cancel"></i>';
|
|
echo '<span style="margin-left:16px" class="rs-dash-more-info" data-title="'.'Error using '.'" data-content="'.'Please make sure that your server can use wp_get_image_editor() by enabling the GD and/or ImageMagick libraries. Without this, the Object Library will always take the original source.'.'"><i class="eg-icon-info"></i></span>';
|
|
}
|
|
?>
|
|
</div>
|
|
</div><!-- END OF Requirements & Recommendations -->
|
|
<?php
|
|
$dbc = ob_get_contents();
|
|
ob_clean();
|
|
ob_end_clean();
|
|
|
|
$dashboard_required_array['rs-requirements'] = array('order' => 30, 'content' => $dbc);
|
|
|
|
ob_start();
|
|
?>
|
|
<!--
|
|
TEMPLATE WIDGET
|
|
-->
|
|
<div id="templates_dw" class="rs-dash-widget">
|
|
<div class="templatestore-bg"></div>
|
|
<div class="rs-dash-title-wrap" style="position:relative; z-index:1">
|
|
<div class="rs-dash-title"><?php echo "Start Downloading Templates"; ?></div>
|
|
</div>
|
|
|
|
<div class="rs-dash-widget-inner">
|
|
<?php if ($validated === 'true') {
|
|
?>
|
|
<div class="rs-dash-icon rs-dash-download"></div>
|
|
<div class="rs-dash-content-with-icon">
|
|
<div class="rs-dash-strong-content"><?php echo "Online Slider Library"; ?></div>
|
|
<div><?php echo "Full examples for instant usage"; ?></div>
|
|
</div>
|
|
<div class="rs-dash-content-space"></div>
|
|
<div class="rs-dash-icon rs-dash-diamond"></div>
|
|
<div class="rs-dash-content-with-icon">
|
|
<div class="rs-dash-strong-content"><?php echo "Get Free Premium Sliders"; ?></div>
|
|
<div class=""><?php echo "Activate your plugin and profit"; ?></div>
|
|
</div>
|
|
<?php }else{ ?>
|
|
<div class="rs-dash-icon rs-dash-notregistered"></div>
|
|
<div class="rs-dash-content-with-icon" style="width:190px;margin-right:20px">
|
|
<div class="rs-dash-strong-content rs-dash-deactivated"><?php echo "Online Slider Library"; ?></div>
|
|
<div class="rs-dash-deactivated"><?php echo "Full examples for instant usage"; ?></div>
|
|
</div>
|
|
<span class="rs-dash-more-info" data-takemeback="false" data-title="<?php echo 'How to Unlock Premium Features?';?>" data-content="<?php echo 'If you have purchased Slider Revolution from ThemePunch directly you can find your activation code here:'.'<div class=\'rs-dash-content-space\'></div><a target=\'_blank\' href=\'http://revolution.themepunch.com/direct-customer-benefits/#productactivation\' class=\'rs-dash-invers-button\'>'.'Where is my Purchase Code?'.'</a><div class=\'rs-dash-content-space\'></div>'.'Dont have a license yet? Purchase a license on CodeCanyon'.'<div class=\'rs-dash-content-space\'></div><a target=\'_blank\' href=\'http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380\' class=\'rs-dash-button-small\'>'.'Buy Now from $19'.'</a>'; ?>"><span class="rs-dash-invers-button-gray rs-dash-close-panel"><?php echo 'Unlock Now'; ?></span></span>
|
|
<div class="rs-dash-content-space"></div>
|
|
<div class="rs-dash-icon rs-dash-notregistered"></div>
|
|
<div class="rs-dash-content-with-icon" style="width:190px;margin-right:20px">
|
|
<div class="rs-dash-strong-content rs-dash-deactivated"><?php echo "Get Free Premium Sliders"; ?></div>
|
|
<div class="rs-dash-deactivated"><?php echo "Activate your plugin and profit"; ?></div>
|
|
</div>
|
|
<span class="rs-dash-more-info" data-takemeback="false" data-title="<?php echo 'How to Unlock Premium Features?';?>" data-content="<?php echo 'If you have purchased Slider Revolution from ThemePunch directly you can find your activation code here:'.'<div class=\'rs-dash-content-space\'></div><a target=\'_blank\' href=\'http://revolution.themepunch.com/direct-customer-benefits/#productactivation\' class=\'rs-dash-invers-button\'>'.'Where is my Purchase Code?'.'</a><div class=\'rs-dash-content-space\'></div>'.'Dont have a license yet? Purchase a license on CodeCanyon'.'<div class=\'rs-dash-content-space\'></div><a target=\'_blank\' href=\'http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380\' class=\'rs-dash-button-small\'>'.'Buy Now from $19'.'</a>'; ?>"><span class="rs-dash-invers-button-gray rs-dash-close-panel"><?php echo 'Unlock Now'; ?></span></span>
|
|
<?php } ?>
|
|
<div class="rs-dash-bottom-wrapper">
|
|
<?php if ($validated === 'true') { ?>
|
|
<a href="javascript:void(0)" class="rs-dash-button" id="button_import_template_slider_b"><?php echo 'Open Template Store'; ?></a>
|
|
<?php }else{ ?>
|
|
<span class="rs-dash-button" id="regsiter-to-access-store-none" ><?php echo 'Open Template Library'; ?></span>
|
|
<?php } ?>
|
|
</div>
|
|
</div>
|
|
</div><!-- END TEMPLATE WIDGET -->
|
|
<?php
|
|
$dbc = ob_get_contents();
|
|
ob_clean();
|
|
ob_end_clean();
|
|
|
|
$dashboard_required_array['rs-templates'] = array('order' => 40, 'content' => $dbc);
|
|
|
|
ob_start();
|
|
?>
|
|
<!--
|
|
NEWSLETTER
|
|
-->
|
|
<div class="rs-dash-widget" id="newsletter_dw">
|
|
<div class="rs-dash-title-wrap">
|
|
<div class="rs-dash-title"><?php _e("ThemePunch Newsletter",'revslider'); ?></div>
|
|
</div>
|
|
<div class="newsletter-bg"></div>
|
|
<div class="rs-dash-widget-inner">
|
|
<div class="rs-dash-icon rs-dash-speaker"></div>
|
|
<div class="rs-dash-content-with-icon">
|
|
<div class="rs-dash-strong-content"><?php _e("Stay Updated",'revslider'); ?></div>
|
|
<div><?php _e("Receive info on the latest product updates & products",'revslider'); ?></div>
|
|
</div>
|
|
<div class="rs-dash-content-space"></div>
|
|
<div class="rs-dash-icon rs-dash-gift"></div>
|
|
<div class="rs-dash-content-with-icon">
|
|
<div class="rs-dash-strong-content"><?php _e("Free Goodies",'revslider'); ?></div>
|
|
<div><?php _e("Learn about free stuff we offer on a regular basis",'revslider'); ?></div>
|
|
</div>
|
|
<div class="rs-dash-content-space"></div>
|
|
<div class="rs-dash-icon rs-dash-smile"></div>
|
|
<div class="rs-dash-content-with-icon">
|
|
<div class="rs-dash-strong-content"><?php _e("Provide Feedback",'revslider'); ?></div>
|
|
<div><?php _e("Participate in survey and help us improve constantly",'revslider'); ?></div>
|
|
</div>
|
|
|
|
<div class="rs-dash-bottom-wrapper">
|
|
<span class="subscribe-newsletter-wrap"><a href="javascript:void(0);" class="rs-dash-button" id="subscribe-to-newsletter"><?php _e('Subscribe', 'revslider'); ?></a></span>
|
|
<input class="rs-dashboard-input" style="width:220px !important;margin-left:10px; height:40px !important;" type="text" value="" placeholder="<?php _e('Enter your E-Mail here', 'revslider'); ?>" name="rs-email" />
|
|
</div>
|
|
</div>
|
|
|
|
</div><!-- END OF NEWSLETTER -->
|
|
<?php
|
|
$dbc = ob_get_contents();
|
|
ob_clean();
|
|
ob_end_clean();
|
|
|
|
$dashboard_required_array['rs-newsletter'] = array('order' => 50, 'content' => $dbc);
|
|
|
|
ob_start();
|
|
?>
|
|
<!--
|
|
PRODUCT SUPPORT
|
|
-->
|
|
<div class="rs-dash-widget" id="support_dw">
|
|
<div class="rs-dash-title-wrap">
|
|
<div class="rs-dash-title"><?php echo "Product Support"; ?></div>
|
|
</div>
|
|
<div class="rs-dash-widget-inner">
|
|
|
|
<div class="rs-dash-icon rs-dash-copy"></div>
|
|
<div class="rs-dash-content-with-icon">
|
|
<div class="rs-dash-strong-content"><?php echo "Online Documentation"; ?></div>
|
|
<div><?php echo "The best start for Slider Revolution beginners"; ?></div>
|
|
</div>
|
|
<div class="rs-dash-content-space"></div>
|
|
<div class="rs-dash-icon rs-dash-light"></div>
|
|
<div class="rs-dash-content-with-icon">
|
|
<div class="rs-dash-strong-content"><?php echo "Browse FAQ's"; ?></div>
|
|
<div><?php echo "Instant solutions for most problems"; ?></div>
|
|
</div>
|
|
<div class="rs-dash-content-space"></div>
|
|
<?php if ($validated === 'true') { ?>
|
|
<div class="rs-dash-icon rs-dash-ticket"></div>
|
|
<div class="rs-dash-content-with-icon">
|
|
<div class="rs-dash-strong-content"><?php echo "Ticket Support"; ?></div>
|
|
<div><?php echo "Direct help from our qualified support team"; ?></div>
|
|
</div>
|
|
<?php }else{ ?>
|
|
<div class="rs-dash-icon rs-dash-notregistered"></div>
|
|
<div class="rs-dash-content-with-icon" style="width:278px;margin-right:20px">
|
|
<div class="rs-dash-strong-content"><?php echo "Ticket Support"; ?></div>
|
|
<div><?php echo "Direct help from our qualified support team"; ?></div>
|
|
</div>
|
|
<span class="rs-dash-more-info" data-takemeback="false" data-title="<?php echo 'How to Unlock Premium Features?';?>" data-content="<?php echo 'If you have purchased Slider Revolution from ThemePunch directly you can find your activation code here:'.'<div class=\'rs-dash-content-space\'></div><a target=\'_blank\' href=\'http://revolution.themepunch.com/direct-customer-benefits/#productactivation\' class=\'rs-dash-invers-button\'>'.'Where is my Purchase Code?'.'</a><div class=\'rs-dash-content-space\'></div>'.'Dont have a license yet? Purchase a license on CodeCanyon'.'<div class=\'rs-dash-content-space\'></div><a target=\'_blank\' href=\'http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380\' class=\'rs-dash-button-small\'>'.'Buy Now from $19'.'</a>'; ?>"><span class="rs-dash-invers-button-gray rs-dash-close-panel"><?php echo 'Unlock Now'; ?></span></span>
|
|
<?php } ?>
|
|
|
|
<div class="rs-dash-bottom-wrapper">
|
|
<a href="http://www.themepunch.com/support-center/?rev=rsb" target="_blank" class="rs-dash-button"><?php echo 'Visit Support Center'; ?></a>
|
|
</div>
|
|
</div>
|
|
|
|
</div><!-- END OF PRODUCT SUPPORT -->
|
|
<?php
|
|
$dbc = ob_get_contents();
|
|
ob_clean();
|
|
ob_end_clean();
|
|
|
|
$dashboard_array['rs-support'] = array('order' => 60, 'content' => $dbc);
|
|
|
|
$dbvariables = array(
|
|
'validated' => $validated,
|
|
'code' => $code,
|
|
'current_version' => RevSliderGlobals::SLIDER_REVISION
|
|
);
|
|
|
|
//$dashboard_array = apply_filters('revslider_dashboard_elements', $dashboard_array, $dbvariables);
|
|
|
|
// $dbvariables_plus = $dbvariables;
|
|
// $dbvariables_plus['order']= 60;
|
|
// $dbvariables_plus['content']= $dbc;
|
|
// $dashboard_array = $dbvariables_plus;
|
|
$dashboard_array = array_merge($dashboard_array, $dashboard_required_array);
|
|
|
|
|
|
//$dashboard_server = (array) get_option('revslider-dashboard', array());
|
|
$dashboard_server = array();
|
|
|
|
if(!empty($dashboard_server)){
|
|
foreach($dashboard_server as $dbk => $dbv){
|
|
$dashboard_server[$dbk] = (array) $dbv;
|
|
if(version_compare(RevSliderGlobals::SLIDER_REVISION, $dbv->version_from, '<') || version_compare(RevSliderGlobals::SLIDER_REVISION, $dbv->version_to, '>')){
|
|
unset($dashboard_server[$dbk]);
|
|
}
|
|
}
|
|
|
|
if(!empty($dashboard_server)){
|
|
$dashboard_array = array_merge($dashboard_array, $dashboard_server);
|
|
}
|
|
}
|
|
|
|
if(!empty($dashboard_array) && is_array($dashboard_array)){
|
|
usort($dashboard_array, array('RevSliderFunctions', 'sortByOrder'));
|
|
|
|
foreach($dashboard_array as $dbarray){
|
|
foreach($dbvariables as $dbhandle => $dbvalue){
|
|
$dbarray['content'] = str_replace('{{'.$dbhandle.'}}', $dbvalue, $dbarray['content']);
|
|
}
|
|
echo $dbarray['content'];
|
|
}
|
|
}
|
|
?>
|
|
<div class="tp-clearfix"></div>
|
|
</div><!-- END OF RS DASHBOARD -->
|
|
|
|
<!-- THE UPDATE HISTORY OF SLIDER REVOLUTION -->
|
|
<div style="width:100%;height:40px"></div>
|
|
<div class="rs-update-history-wrapper">
|
|
<div class="rs-dash-title-wrap">
|
|
<div class="rs-dash-title"><?php _e("Update History",'revslider'); ?></div>
|
|
</div>
|
|
<div class="rs-update-history"><?php echo file_get_contents(RS_PLUGIN_URL.'/release_log.html'); ?></div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
<!-- Import slider dialog -->
|
|
<div id="dialog_import_slider" title="<?php echo "Import Slider"; ?>" class="dialog_import_slider" style="display:none">
|
|
<form action="<?php echo RevLoader::getConstants('ajaxurl'); ?>&returnurl=<?php echo admin_url(); ?>" enctype="multipart/form-data" method="post" id="form-import-slider-local">
|
|
<br>
|
|
<input type="hidden" name="action" value="revslider_ajax_action">
|
|
<input type="hidden" name="client_action" value="import_slider_slidersview">
|
|
<input type="hidden" name="nonce" value="<?php echo wp_create_nonce("revslider_actions"); ?>">
|
|
<?php echo "Choose the import file"; ?>:
|
|
<br>
|
|
<input type="file" size="60" name="import_file" class="input_import_slider">
|
|
<br><br>
|
|
<span style="font-weight: 700;"><?php echo "Note: styles templates will be updated if they exist!"; ?></span><br><br>
|
|
<table>
|
|
<tr>
|
|
<td><?php echo "Custom Animations:"; ?></td>
|
|
<td><input type="radio" name="update_animations" value="true" checked="checked"> <?php echo "Overwrite"; ?></td>
|
|
<td><input type="radio" name="update_animations" value="false"> <?php echo "Append"; ?></td>
|
|
</tr>
|
|
<tr>
|
|
<td><?php echo "Custom Navigations:"; ?></td>
|
|
<td><input type="radio" name="update_navigations" value="true" checked="checked"> <?php echo "Overwrite"; ?></td>
|
|
<td><input type="radio" name="update_navigations" value="false"> <?php echo "Append"; ?></td>
|
|
</tr>
|
|
<!--tr>
|
|
<td><?php echo "Static Styles:"; ?></td>
|
|
<td><input type="radio" name="update_static_captions" value="true"> <?php echo "Overwrite"; ?></td>
|
|
<td><input type="radio" name="update_static_captions" value="false"> <?php echo "Append"; ?></td>
|
|
<td><input type="radio" name="update_static_captions" value="none" checked="checked"> <?php echo "Ignore"; ?></td>
|
|
</tr-->
|
|
<?php
|
|
$single_page_creation = RevSliderFunctions::getVal($glob_vals, "single_page_creation", "off");
|
|
?>
|
|
<tr style="<?php echo ($single_page_creation == 'on') ? '' : 'display: none;'; ?>">
|
|
<td><?php echo 'Create Blank Page:'; ?></td>
|
|
<td><input type="radio" name="page-creation" value="true"> <?php echo 'Yes'; ?></td>
|
|
<td><input type="radio" name="page-creation" value="false" checked="checked"> <?php echo 'No'; ?></td>
|
|
</tr>
|
|
</table>
|
|
<br>
|
|
<input type="submit" class="button-primary revblue tp-be-button rev-import-slider-button" style="display: none;" value="<?php echo "Import Slider"; ?>">
|
|
</form>
|
|
</div>
|
|
|
|
<div id="dialog_duplicate_slider" class="dialog_duplicate_layer" title="<?php echo 'Duplicate'; ?>" style="display:none;">
|
|
<div style="margin-top:14px">
|
|
<span style="margin-right:15px"><?php echo 'Title:'; ?></span><input id="rs-duplicate-animation" type="text" name="rs-duplicate-animation" value="" />
|
|
</div>
|
|
</div>
|
|
|
|
<div id="dialog_duplicate_slider_package" class="dialog_duplicate_layer" title="<?php echo 'Duplicate'; ?>" style="display:none;">
|
|
<div style="margin-top:14px">
|
|
<span style="margin-right:15px"><?php echo 'Prefix:'; ?></span><input id="rs-duplicate-prefix" type="text" name="rs-duplicate-prefix" value="" />
|
|
</div>
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
|
|
jQuery(document).ready(function(){
|
|
RevSliderAdmin.initSlidersListView();
|
|
RevSliderAdmin.initNewsletterRoutine();
|
|
|
|
jQuery('#benefitsbutton').hover(function() {
|
|
jQuery('#benefitscontent').slideDown(200);
|
|
}, function() {
|
|
jQuery('#benefitscontent').slideUp(200);
|
|
});
|
|
|
|
jQuery('#why-subscribe').hover(function() {
|
|
jQuery('#why-subscribe-wrapper').slideDown(200);
|
|
}, function() {
|
|
jQuery('#why-subscribe-wrapper').slideUp(200);
|
|
});
|
|
|
|
jQuery('#tp-validation-box').click(function() {
|
|
jQuery(this).css({cursor:"default"});
|
|
if (jQuery('#rs-validation-wrapper').css('display')=="none") {
|
|
jQuery('#tp-before-validation').hide();
|
|
jQuery('#rs-validation-wrapper').slideDown(200);
|
|
}
|
|
});
|
|
|
|
jQuery('body').on('click','.rs-dash-more-info',function() {
|
|
var btn = jQuery(this),
|
|
p = btn.closest('.rs-dash-widget-inner'),
|
|
tmb = btn.data('takemeback'),
|
|
btxt = '';
|
|
|
|
btxt = btxt + '<div class="rs-dash-widget-warning-panel">';
|
|
btxt = btxt + ' <i class="eg-icon-cancel rs-dash-widget-wp-cancel"></i>';
|
|
btxt = btxt + ' <div class="rs-dash-strong-content">'+ btn.data("title")+'</div>';
|
|
btxt = btxt + ' <div class="rs-dash-content-space"></div>';
|
|
btxt = btxt + ' <div>'+btn.data("content")+'</div>';
|
|
|
|
if (tmb!=="false" && tmb!==false) {
|
|
btxt = btxt + ' <div class="rs-dash-content-space"></div>';
|
|
btxt = btxt + ' <span class="rs-dash-invers-button-gray rs-dash-close-panel">Thanks! Take me back</span>';
|
|
}
|
|
btxt = btxt + '</div>';
|
|
|
|
p.append(btxt);
|
|
var panel = p.find('.rs-dash-widget-warning-panel');
|
|
|
|
punchgs.TweenLite.fromTo(panel,0.3,{y:-10,autoAlpha:0},{autoAlpha:1,y:0,ease:punchgs.Power3.easeInOut});
|
|
panel.find('.rs-dash-widget-wp-cancel, .rs-dash-close-panel').click(function() {
|
|
punchgs.TweenLite.to(panel,0.3,{y:-10,autoAlpha:0,ease:punchgs.Power3.easeInOut});
|
|
setTimeout(function() {
|
|
panel.remove();
|
|
},300)
|
|
})
|
|
});
|
|
});
|
|
</script>
|
|
<?php
|
|
require self::getPathTemplate('template-slider-selector');
|
|
?>
|
|
|
|
<div style="visibility: none;" id="register-wrong-purchase-code"></div>
|
|
|