Initial Commit N° : 003 - V.4.3.5
@@ -9,7 +9,9 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.updated.woocommerce-message, .updated.settings-error, .updated.rs-update-notice-wrap{
|
||||
.updated.woocommerce-message,
|
||||
.updated.settings-error,
|
||||
.updated.rs-update-notice-wrap{
|
||||
display: none;
|
||||
}
|
||||
#of_container,
|
||||
@@ -29,19 +31,19 @@
|
||||
-webkit-border-radius: 6px 6px 0 0;
|
||||
-moz-border-radius: 6px 6px 0 0;
|
||||
border-radius: 6px 6px 0 0;
|
||||
background-image: -ms-linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: -moz-linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: -o-linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#ececec));
|
||||
background-image: -webkit-linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: -ms-linear-gradient(top, #f9f9f9, #ececec);
|
||||
background-image: -moz-linear-gradient(top, #f9f9f9, #ececec);
|
||||
background-image: -o-linear-gradient(top, #f9f9f9, #ececec);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
|
||||
background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec);
|
||||
background-image: linear-gradient(top, #f9f9f9, #ececec);
|
||||
-moz-box-shadow: inset 0 1px 0 #fff;
|
||||
-webkit-box-shadow: inset 0 1px 0 #fff;
|
||||
box-shadow: inset 0 1px 0 #fff;
|
||||
}
|
||||
#of_container #header .logo-options {
|
||||
float: left;
|
||||
margin:10px 20px;
|
||||
/* float: left; */
|
||||
margin: 5px 15px;
|
||||
}
|
||||
#of_container #js-warning {
|
||||
color: red;
|
||||
@@ -49,15 +51,57 @@
|
||||
margin: 20px 10px;
|
||||
width: 330px;
|
||||
}
|
||||
#of_container ul,#of_container ol {margin: 0;}
|
||||
#of_container ul,#of_container ol {
|
||||
margin: 0;
|
||||
}
|
||||
.js #of_container #js-warning {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#of_container #header .logo-options h2 {
|
||||
display:inline-block;
|
||||
font-style:normal;
|
||||
padding-right:5px;
|
||||
font-style: normal;
|
||||
/* padding-right:5px; */
|
||||
}
|
||||
.op-sys-btns {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 20px;
|
||||
}
|
||||
.op-sys-btns .btn {
|
||||
text-decoration: none;
|
||||
-webkit-transition: all 350ms ease;
|
||||
-moz-transition: all 350ms ease;
|
||||
-o-transition: all 350ms ease;
|
||||
transition: all 350ms ease;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
font-size: 13px;
|
||||
height: 35px;
|
||||
background-color: #0085BA;
|
||||
border: none;
|
||||
color: #fff;
|
||||
border-radius: 4px;
|
||||
padding: 0 15px 1px 15px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
outline: none;
|
||||
}
|
||||
.op-sys-btns .btn:hover {
|
||||
background-color: rgba(0, 91, 186, 0.9);
|
||||
}
|
||||
.op-sys-btns .btn:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
.heading-t-options {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
gap: 40px;
|
||||
margin-bottom: 0;
|
||||
margin-top: 15px;
|
||||
height: 40px;
|
||||
justify-content: space-between;
|
||||
}
|
||||
#of_container #header .logo-options span {
|
||||
color:#888888;
|
||||
@@ -68,6 +112,7 @@
|
||||
width: 32px;
|
||||
background: url(../images/icon_option.png) no-repeat;
|
||||
margin:20px 30px 0;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#of_container #info_bar {
|
||||
@@ -75,7 +120,7 @@
|
||||
border:solid #d8d8d8;
|
||||
border-bottom:1px solid #D8D8D8;
|
||||
border-width:0px 1px 1px 1px;
|
||||
padding: 6px 10px 6px 6px;
|
||||
padding: 10px 15px 10px 6px;
|
||||
height: 31px;
|
||||
text-align: right;
|
||||
-moz-box-shadow: inset 0 1px 0 #fcfcfc;
|
||||
@@ -83,7 +128,7 @@
|
||||
box-shadow: inset 0 1px 0 #fcfcfc;
|
||||
}
|
||||
|
||||
#of_container #expand_options{
|
||||
#of_container #expand_options {
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
height: 22px;
|
||||
@@ -296,12 +341,12 @@
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
background-color: #F1F1F1;
|
||||
background-image: -ms-linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: -moz-linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: -o-linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#ececec));
|
||||
background-image: -webkit-linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: -ms-linear-gradient(top, #f9f9f9, #ececec);
|
||||
background-image: -moz-linear-gradient(top, #f9f9f9, #ececec);
|
||||
background-image: -o-linear-gradient(top, #f9f9f9, #ececec);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
|
||||
background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec);
|
||||
background-image: linear-gradient(top, #f9f9f9, #ececec);
|
||||
overflow: hidden;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
@@ -549,29 +594,22 @@ label.radio, label.multicheck {
|
||||
font-size: 120%;
|
||||
text-align:center;
|
||||
overflow: hidden;
|
||||
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
|
||||
|
||||
bottom: 10%;
|
||||
left: 50%;
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
|
||||
-webkit-transform: translate(-50%,0);
|
||||
-moz-transform: translate(-50%, 0);
|
||||
-o-transform: translate(-50%, 0);
|
||||
-ms-transform: translate(-50%, 0);
|
||||
transform: translate(-50%, 0);
|
||||
|
||||
|
||||
-webkit-transition: all 350ms ease;
|
||||
-moz-transition: all 350ms ease;
|
||||
-o-transition: all 350ms ease;
|
||||
transition: all 350ms ease;
|
||||
|
||||
-webkit-box-shadow: 0 2.6px 3.6px rgba(0, 0, 0, 0.052), 0 7.3px 10px rgba(0, 0, 0, 0.075), 0 17.5px 24.1px rgba(0, 0, 0, 0.098), 0 58px 80px rgba(0, 0, 0, 0.15);
|
||||
-moz-box-shadow: 0 2.6px 3.6px rgba(0, 0, 0, 0.052), 0 7.3px 10px rgba(0, 0, 0, 0.075), 0 17.5px 24.1px rgba(0, 0, 0, 0.098), 0 58px 80px rgba(0, 0, 0, 0.15);
|
||||
box-shadow: 0 2.6px 3.6px rgba(0, 0, 0, 0.052), 0 7.3px 10px rgba(0, 0, 0, 0.075), 0 17.5px 24.1px rgba(0, 0, 0, 0.098), 0 58px 80px rgba(0, 0, 0, 0.15);
|
||||
@@ -699,7 +737,6 @@ label.radio, label.multicheck {
|
||||
float:right; margin-top:10px;
|
||||
}
|
||||
|
||||
|
||||
#of_container .save_bar {
|
||||
background: #fff;
|
||||
border: 1px solid #ccc;
|
||||
@@ -753,15 +790,6 @@ label.radio, label.multicheck {
|
||||
margin-bottom:9px;
|
||||
}
|
||||
|
||||
#of_container .of-uploaded-image {
|
||||
|
||||
/* display: inline-block; */
|
||||
|
||||
/* padding: 0; */
|
||||
|
||||
/* margin: 0; */
|
||||
}
|
||||
|
||||
#of_container .of-option-image {
|
||||
max-width:340px;
|
||||
padding: 5px;
|
||||
@@ -776,7 +804,7 @@ label.radio, label.multicheck {
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
|
||||
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
|
||||
font-size: 12px;
|
||||
background: #F1F1F1 url(../images/select.png) no-repeat right center;
|
||||
border-color: #CCC #E6E6E6 #E6E6E6 #CCC;
|
||||
@@ -1576,3 +1604,10 @@ select option[disabled] {
|
||||
margin-left: 15px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
@media (max-width: 1199px){
|
||||
.op-sys-btns,
|
||||
#search_otp {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 138 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 131 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 25 KiB |
@@ -5,6 +5,8 @@ function elessi_get_content_custom_css($nasa_opt = array()) {
|
||||
ob_start();
|
||||
?><style><?php
|
||||
echo '@charset "UTF-8";' . "\n";
|
||||
|
||||
$head_type = isset($nasa_opt['header-type']) && $nasa_opt['header-type'] ? $nasa_opt['header-type'] : '';
|
||||
|
||||
/**
|
||||
* Start font style
|
||||
@@ -425,6 +427,7 @@ function elessi_get_content_custom_css($nasa_opt = array()) {
|
||||
#dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn,
|
||||
.nasa-search-all,
|
||||
.nasa-modern-2 .product-item .add-to-cart-grid,
|
||||
.nasa-modern-10 .product-item .add-to-cart-grid,
|
||||
.nasa-modern-6 .product-item .add-to-cart-grid,
|
||||
.nasa-modern-7 .product-item .add-to-cart-grid
|
||||
{
|
||||
@@ -456,6 +459,7 @@ function elessi_get_content_custom_css($nasa_opt = array()) {
|
||||
.add_to_cart:hover,
|
||||
.nasa-search-all:hover,
|
||||
.nasa-modern-2 .product-item .add-to-cart-grid:hover,
|
||||
.nasa-modern-10 .product-item .add-to-cart-grid:hover,
|
||||
.nasa-modern-6 .product-item .add-to-cart-grid:hover,
|
||||
.nasa-modern-7 .product-item .add-to-cart-grid:hover
|
||||
{
|
||||
@@ -479,6 +483,7 @@ function elessi_get_content_custom_css($nasa_opt = array()) {
|
||||
.widget.widget_archive li.nasa-li-filter-size a,
|
||||
.nasa-search-all,
|
||||
.nasa-modern-2 .product-item .add-to-cart-grid,
|
||||
.nasa-modern-10 .product-item .add-to-cart-grid,
|
||||
.nasa-modern-6 .product-item .add-to-cart-grid,
|
||||
.nasa-modern-7 .product-item .add-to-cart-grid,
|
||||
body .nasa-static-sidebar .btn-mini-cart .woocommerce-mini-cart__buttons a.checkout,
|
||||
@@ -522,6 +527,7 @@ function elessi_get_content_custom_css($nasa_opt = array()) {
|
||||
.widget.widget_archive li.nasa-li-filter-size:hover a,
|
||||
.nasa-search-all:hover,
|
||||
.nasa-modern-2 .product-item .add-to-cart-grid:hover,
|
||||
.nasa-modern-10 .product-item .add-to-cart-grid:hover,
|
||||
.nasa-modern-6 .product-item .add-to-cart-grid:hover,
|
||||
.nasa-modern-7 .product-item .add-to-cart-grid:hover
|
||||
{
|
||||
@@ -557,6 +563,7 @@ function elessi_get_content_custom_css($nasa_opt = array()) {
|
||||
input[type="submit"]:hover,
|
||||
.nasa-search-all:hover,
|
||||
.nasa-modern-2 .product-item .add-to-cart-grid:hover .add_to_cart_text,
|
||||
.nasa-modern-10 .product-item .add-to-cart-grid:hover .add_to_cart_text,
|
||||
.nasa-modern-6 .product-item .add-to-cart-grid:hover .add_to_cart_text,
|
||||
.nasa-modern-7 .product-item .add-to-cart-grid:hover .add_to_cart_text
|
||||
{
|
||||
@@ -601,6 +608,7 @@ function elessi_get_content_custom_css($nasa_opt = array()) {
|
||||
body a.dokan-btn-theme,
|
||||
body .dokan-btn-theme,
|
||||
body .nasa-modern-2 .product-item .add-to-cart-grid,
|
||||
body .nasa-modern-10 .product-item .add-to-cart-grid,
|
||||
body .nasa-modern-6 .product-item .add-to-cart-grid,
|
||||
body .nasa-modern-7 .product-item .add-to-cart-grid,
|
||||
body .group-btn-in-list .add-to-cart-grid .add_to_cart_text,
|
||||
@@ -646,6 +654,7 @@ function elessi_get_content_custom_css($nasa_opt = array()) {
|
||||
body a.dokan-btn-theme,
|
||||
body .dokan-btn-theme,
|
||||
body .nasa-modern-2 .product-item .add-to-cart-grid,
|
||||
body .nasa-modern-10 .product-item .add-to-cart-grid,
|
||||
body .nasa-modern-6 .product-item .add-to-cart-grid,
|
||||
body .nasa-modern-7 .product-item .add-to-cart-grid
|
||||
{
|
||||
@@ -800,7 +809,7 @@ function elessi_get_content_custom_css($nasa_opt = array()) {
|
||||
$text_color_hover = (isset($nasa_opt['text_color_hover_header']) && $nasa_opt['text_color_hover_header']) ? $nasa_opt['text_color_hover_header'] : '';
|
||||
$text_color_hover_stk = (isset($nasa_opt['text_color_hover_header_stk']) && $nasa_opt['text_color_hover_header_stk']) ? $nasa_opt['text_color_hover_header_stk'] : '';
|
||||
|
||||
echo elessi_get_style_header_color($bg_color, $text_color, $text_color_hover, $bg_color_stk, $text_color_stk, $text_color_hover_stk);
|
||||
echo elessi_get_style_header_color($bg_color, $text_color, $text_color_hover, $bg_color_stk, $text_color_stk, $text_color_hover_stk, $head_type);
|
||||
|
||||
/**
|
||||
* Color of main menu
|
||||
@@ -812,7 +821,7 @@ function elessi_get_content_custom_css($nasa_opt = array()) {
|
||||
// $text_color_hover = (isset($nasa_opt['text_color_hover_main_menu']) && $nasa_opt['text_color_hover_main_menu']) ? $nasa_opt['text_color_hover_main_menu'] : '';
|
||||
// $text_color_hover_stk = (isset($nasa_opt['text_color_hover_main_menu_stk']) && $nasa_opt['text_color_hover_main_menu_stk']) ? $nasa_opt['text_color_hover_main_menu_stk'] : '';
|
||||
|
||||
echo elessi_get_style_main_menu_color($bg_color, $text_color, $bg_color_stk, $text_color_stk);
|
||||
echo elessi_get_style_main_menu_color($bg_color, $text_color, $bg_color_stk, $text_color_stk, $head_type);
|
||||
|
||||
/**
|
||||
* Color of vertical menu
|
||||
@@ -831,8 +840,7 @@ function elessi_get_content_custom_css($nasa_opt = array()) {
|
||||
$bg_color = (isset($nasa_opt['bg_color_topbar']) && $nasa_opt['bg_color_topbar']) ? $nasa_opt['bg_color_topbar'] : '';
|
||||
$text_color = (isset($nasa_opt['text_color_topbar']) && $nasa_opt['text_color_topbar']) ? $nasa_opt['text_color_topbar'] : '';
|
||||
$text_color_hover = (isset($nasa_opt['text_color_hover_topbar']) && $nasa_opt['text_color_hover_topbar']) ? $nasa_opt['text_color_hover_topbar'] : '';
|
||||
|
||||
echo elessi_get_style_topbar_color($bg_color, $text_color, $text_color_hover);
|
||||
echo elessi_get_style_topbar_color($bg_color, $text_color, $text_color_hover, $head_type);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -46,15 +46,28 @@ global $nasa_opt;
|
||||
|
||||
<div id="header">
|
||||
<div class="logo-options">
|
||||
<h2>
|
||||
<h2 class="heading-t-options">
|
||||
<?php esc_html_e('Theme Options', 'elessi-theme'); ?>
|
||||
|
||||
<?php
|
||||
$class_doc = (!isset($nasa_opt['white_lbl']) || !$nasa_opt['white_lbl']) ? 'nasa-online-doc' : 'nasa-online-doc hidden-tag';
|
||||
?>
|
||||
<a href="<?php echo esc_url(ELESSI_ADMIN_DOCS); ?>" target="_blank" style="text-decoration: none; margin-left: 10px;" class="<?php echo esc_attr($class_doc); ?>">
|
||||
<?php esc_html_e('Click Here To View Online Documentation', 'elessi-theme'); ?>
|
||||
</a>
|
||||
<span class="op-sys-btns<?php echo (isset($nasa_opt['white_lbl']) && $nasa_opt['white_lbl']) ? ' hidden-tag' : ''; ?>">
|
||||
<a href="<?php echo esc_url(ELESSI_ADMIN_DOCS); ?>" target="_blank" class="btn" title="Online Documentation">
|
||||
<svg width="17" height="17" viewBox="0 -3 64 64" fill="currentColor">
|
||||
<path d="M60,52V4c0-2.211-1.789-4-4-4H14v51v3h42v8H10c-2.209,0-4-1.791-4-4s1.791-4,4-4h2v-3V0H8 C5.789,0,4,1.789,4,4v54c0,3.313,2.687,6,6,6h49c0.553,0,1-0.447,1-1s-0.447-1-1-1h-1v-8C59.104,54,60,53.104,60,52z M23,14h12 c0.553,0,1,0.447,1,1s-0.447,1-1,1H23c-0.553,0-1-0.447-1-1S22.447,14,23,14z M42,28H23c-0.553,0-1-0.447-1-1s0.447-1,1-1h19 c0.553,0,1,0.447,1,1S42.553,28,42,28z M49,22H23c-0.553,0-1-0.447-1-1s0.447-1,1-1h26c0.553,0,1,0.447,1,1S49.553,22,49,22z"/>
|
||||
</svg> Online Documentation
|
||||
</a>
|
||||
|
||||
<a href="<?php echo esc_url(ELESSI_ADMIN_INSTALL); ?>" target="_blank" class="btn" title="Theme Installation Service">
|
||||
<svg height="18" width="18" viewBox="0 0 26 26" fill="currentColor"><path d="M22.934,11.19V8.705l-2.955-0.482c-0.176-0.699-0.45-1.357-0.813-1.961l1.723-2.456l-1.756-1.755 l-2.424,1.743c-0.604-0.366-1.267-0.646-1.971-0.82l-0.516-2.941h-2.484L11.26,2.965c-0.706,0.173-1.371,0.448-1.977,0.812 L6.866,2.051L5.11,3.806l1.7,2.431C6.442,6.846,6.163,7.51,5.985,8.22L3.066,8.705v2.484l2.916,0.516 c0.176,0.71,0.456,1.375,0.824,1.985l-1.723,2.409l1.756,1.757l2.434-1.704c0.608,0.365,1.271,0.642,1.977,0.815l0.488,2.934 h2.484l0.521-2.941c0.701-0.178,1.363-0.457,1.967-0.824l2.451,1.721l1.755-1.757l-1.749-2.429 c0.362-0.604,0.637-1.263,0.811-1.964L22.934,11.19z M13,13.431c-1.913,0-3.464-1.55-3.464-3.464c0-1.912,1.551-3.463,3.464-3.463 s3.463,1.551,3.463,3.463C16.464,11.881,14.913,13.431,13,13.431z"/><path d="M24,18.967v4c0,0.551-0.448,1-1,1H3c-0.552,0-1-0.449-1-1v-4H0v4c0,1.656,1.344,3,3,3h20 c1.656,0,3-1.344,3-3v-4H24z"/>
|
||||
</svg> Theme Installation Service
|
||||
</a>
|
||||
|
||||
<a href="<?php echo esc_url(ELESSI_ADMIN_CTSV); ?>" target="_blank" class="btn" title="Customization Service">
|
||||
<svg width="22" height="22" viewBox="0 0 20 20" fill="currentColor">
|
||||
<path d="M18 16V4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h13c.55 0 1-.45 1-1zM8 11h1c.55 0 1 .45 1 1s-.45 1-1 1H8v1.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5V13H6c-.55 0-1-.45-1-1s.45-1 1-1h1V5.5c0-.28.22-.5.5-.5s.5.22.5.5V11zm5-2h-1c-.55 0-1-.45-1-1s.45-1 1-1h1V5.5c0-.28.22-.5.5-.5s.5.22.5.5V7h1c.55 0 1 .45 1 1s-.45 1-1 1h-1v5.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5V9z"/>
|
||||
</svg> Customization Service
|
||||
</a>
|
||||
</span>
|
||||
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -136,7 +136,7 @@ function elessi_framework_options_page() {
|
||||
* @since 1.0.0
|
||||
*/
|
||||
function of_style_only() {
|
||||
wp_enqueue_style('nasa-theme-admin-style', ELESSI_ADMIN_DIR_URI . 'assets/css/admin-style.css', array(), '6.1.7');
|
||||
wp_enqueue_style('nasa-theme-admin-style', ELESSI_ADMIN_DIR_URI . 'assets/css/admin-style.css', array(), '6.3.4');
|
||||
wp_enqueue_style('jquery-ui-custom-admin', ELESSI_ADMIN_DIR_URI . 'assets/css/jquery-ui-custom.css');
|
||||
|
||||
if (!wp_style_is('wp-color-picker', 'registered')) {
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
function nasa_wpb_footer_hand_tool() {
|
||||
|
||||
$imgs_1 = elessi_import_upload('/elementor/wp-content/uploads/2024/10/checkout-support-logo.png', '1698', array(
|
||||
'post_title' => 'checkout-support-logo',
|
||||
'post_name' => 'checkout-support-logo',
|
||||
));
|
||||
$imgs_1_src = $imgs_1 ? wp_get_attachment_image_url($imgs_1, 'full') : 'https://via.placeholder.com/255x22?text=255x22';
|
||||
|
||||
return array(
|
||||
'post' => array(
|
||||
'post_title' => 'WPB Footer Hand Tool',
|
||||
'post_name' => 'wpb-footer-hand-tool',
|
||||
'post_content' => '[vc_row css=".vc_custom_1740987385689{border-bottom-width: 1px !important;border-bottom-style: solid !important;border-color: #CCCCCC !important;}" el_class="padding-bottom-20"][vc_column width="1/2"][vc_column_text css="" el_class="padding-top-10"]
|
||||
<h4 class="margin-bottom-0">Newsletter</h4>
|
||||
<p class="margin-top-0">Be the first to know about new products, sales and promotions.</p>
|
||||
[/vc_column_text][/vc_column][vc_column width="1/2" el_class="hand-tool-ctf7"][contact-form-7 id="210"][vc_raw_html css="" el_class="hidden-tag"]JTNDc3R5bGUlM0UlMEElMjAlMjAlMjAlMjAuaGFuZC10b29sLWN0ZjclMjAud3BjZjctZm9ybSUyMCUzRXAlM0FoYXMlMjgud3BjZjctc3VibWl0JTI5JTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwcG9zaXRpb24lM0ElMjBhYnNvbHV0ZSUzQiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMHJpZ2h0JTNBJTIwMCUzQiUwQSUyMCUyMCUyMCUyMCU3RCUwQSUwQSUyMCUyMCUyMCUyMC5oYW5kLXRvb2wtY3RmNyUyMC53cGNmNy1mb3JtJTIwLndwY2Y3LXN1Ym1pdCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMGJvcmRlci1yYWRpdXMlM0ElMjAwJTIwNXB4JTIwNXB4JTIwMCUyMCUyMWltcG9ydGFudCUzQiUwQSUyMCUyMCUyMCUyMCU3RCUwQSUzQyUyRnN0eWxlJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner css=".vc_custom_1739960071627{padding-top: 40px !important;padding-bottom: 40px !important;}"][vc_column_inner width="1/4" offset="vc_col-xs-6"][nasa_title title_text="Contact Us" title_type="h4" el_class="margin-bottom-10"][vc_column_text css=""]
|
||||
<p class="margin-bottom-10">Contact us 24/7</p>
|
||||
|
||||
<h4 class="primary-color">(+01)-800-3456-88</h4>
|
||||
<p class="margin-bottom-10">Calista Wise 7292 Dictum Av.</p>
|
||||
<p class="margin-bottom-10">Antonio, Italy.</p>
|
||||
[/vc_column_text][nasa_follow twitter="#" facebook="#" email="#" instagram="#" el_class="margin-top-40"][/vc_column_inner][vc_column_inner width="1/4" offset="vc_col-xs-6"][nasa_title title_text="Information" title_type="h4" el_class="margin-bottom-10"][nasa_menu menu="information" el_class="margin-top-0"][/vc_column_inner][vc_column_inner width="1/4" offset="vc_col-xs-6"][nasa_title title_text="Need Help" title_type="h4" el_class="margin-bottom-10"][nasa_menu menu="account-menu" el_class="margin-top-0"][/vc_column_inner][vc_column_inner width="1/4" offset="vc_col-xs-6"][nasa_title title_text="My Account" title_type="h4" el_class="margin-bottom-10"][nasa_menu menu="customer-care" el_class="margin-top-0"][/vc_column_inner][/vc_row_inner][vc_raw_html css=".vc_custom_1739960091391{border-top-width: 1px !important;border-bottom-width: 1px !important;padding-top: 30px !important;padding-bottom: 30px !important;border-top-style: solid !important;border-bottom-style: solid !important;border-color: #CCCCCC !important;}"]JTNDZGl2JTIwY2xhc3MlM0QlMjJuYXNhLWZsZXglMjBtYXJnaW4tYm90dG9tLTE1JTIwZmxleC13cmFwJTIyJTIwc3R5bGUlM0QlMjJnYXAlM0ExMHB4JTNCJTIyJTNFJTBBJTNDaDQlMjBjbGFzcyUzRCUyMmZzLTE2JTIwbWFyZ2luLXRvcC0wJTIwbWFyZ2luLWJvdHRvbS0wJTIwbWFyZ2luLXJpZ2h0LTEwJTIyJTNFQ3V0dGluZyUyMFRvb2xzJTNBJTNDJTJGaDQlM0UlMEElM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMCUzRUtuaXZlcyUzQyUyRmElM0UlN0MlMEElM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMCUzRVNjaXNzb3JzJTNDJTJGYSUzRSU3QyUwQSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTIwJTNFSGFuZCUyMHNhd3MlM0MlMkZhJTNFJTdDJTBBJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjAlM0VVdGlsaXR5JTIwa25pdmVzJTNDJTJGYSUzRSU3QyUwQSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTIwJTNFUHJ1bmVycyUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMEElM0NkaXYlMjBjbGFzcyUzRCUyMm5hc2EtZmxleCUyMG1hcmdpbi1ib3R0b20tMTUlMjBmbGV4LXdyYXAlMjIlMjBzdHlsZSUzRCUyMmdhcCUzQTEwcHglM0IlMjIlM0UlMEElM0NoNCUyMGNsYXNzJTNEJTIyZnMtMTYlMjBtYXJnaW4tdG9wLTAlMjBtYXJnaW4tYm90dG9tLTAlMjBtYXJnaW4tcmlnaHQtMTAlMjIlM0VGYXN0ZW5pbmclMjBUb29scyUzQSUzQyUyRmg0JTNFJTBBJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjAlM0VTY3Jld2RyaXZlcnMlM0MlMkZhJTNFJTdDJTBBJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjAlM0VXcmVuY2hlcyUzQyUyRmElM0UlN0MlMEElM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMCUzRVBsaWVycyUzQyUyRmElM0UlN0MlMEElM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMCUzRVJhdGNoZXQlMjBzZXRzJTNDJTJGYSUzRSU3QyUwQSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTIwJTNFTmFpbCUyMHB1bGxlcnMlM0MlMkZhJTNFJTdDJTBBJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjAlM0VUb3JxdWUlMjB3cmVuY2hlcyUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMEElM0NkaXYlMjBjbGFzcyUzRCUyMm5hc2EtZmxleCUyMGZsZXgtd3JhcCUyMiUyMHN0eWxlJTNEJTIyZ2FwJTNBMTBweCUzQiUyMiUzRSUwQSUzQ2g0JTIwY2xhc3MlM0QlMjJmcy0xNiUyMG1hcmdpbi10b3AtMCUyMG1hcmdpbi1ib3R0b20tMCUyMG1hcmdpbi1yaWdodC0xMCUyMiUzRUZhc3RlbmluZyUyMFRvb2xzJTNBJTNDJTJGaDQlM0UlMEElM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMCUzRVNjcmV3ZHJpdmVycyUzQyUyRmElM0UlN0MlMEElM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMCUzRVdyZW5jaGVzJTNDJTJGYSUzRSU3QyUwQSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTIwJTNFUGxpZXJzJTNDJTJGYSUzRSU3QyUwQSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTIwJTNFUmFzcCUyMHRvb2xzJTNDJTJGYSUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_row_inner css=".vc_custom_1739960121379{padding-top: 20px !important;padding-bottom: 20px !important;}"][vc_column_inner width="1/2"][vc_column_text css=""]© 2025 <span style="font-weight: 500;">Nasatheme</span> - All Right reserved![/vc_column_text][/vc_column_inner][vc_column_inner width="1/2"][nasa_image image="'.$imgs_1.'" align="right" hide_in_m="1"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]'
|
||||
),
|
||||
'post_meta' => array(
|
||||
'_wpb_shortcodes_custom_css' => '.vc_custom_1740987385689 { border-bottom-width: 1px !important; border-bottom-style: solid !important; border-color: #CCCCCC !important; } .vc_custom_1739960071627 { padding-top: 40px !important; padding-bottom: 40px !important; } .vc_custom_1739960091391 { border-top-width: 1px !important; border-bottom-width: 1px !important; padding-top: 30px !important; padding-bottom: 30px !important; border-top-style: solid !important; border-bottom-style: solid !important; border-color: #CCCCCC !important; } .vc_custom_1739960121379 { padding-top: 20px !important; padding-bottom: 20px !important; }'
|
||||
)
|
||||
);
|
||||
}
|
||||
@@ -73,6 +73,7 @@ class Elessi_DF_Page_Importer {
|
||||
'_nasa_bg_color_v_menu' => '',
|
||||
'_nasa_text_color_v_menu' => '',
|
||||
'_nasa_fullwidth_main_menu' => '',
|
||||
'_nasa_vertical_menu_float_selected'=>'',
|
||||
'_nasa_vertical_menu_selected' => '',
|
||||
'_nasa_vertical_menu_allways_show' => '',
|
||||
|
||||
@@ -201,6 +202,7 @@ class Elessi_DF_Page_Importer {
|
||||
'_nasa_bg_color_v_menu' => '',
|
||||
'_nasa_text_color_v_menu' => '',
|
||||
'_nasa_fullwidth_main_menu' => '',
|
||||
'_nasa_vertical_menu_float_selected'=>'',
|
||||
'_nasa_vertical_menu_selected' => '',
|
||||
'_nasa_vertical_menu_allways_show' => '',
|
||||
|
||||
|
||||
@@ -555,6 +555,7 @@ function elessi_import_elm_ext() {
|
||||
'footer-light-2-bg',
|
||||
'footer-drone-camera',
|
||||
'footer-gym-nutrition',
|
||||
'footer-hand-tool',
|
||||
'footer-toys'
|
||||
);
|
||||
|
||||
@@ -568,6 +569,7 @@ function elessi_import_elm_ext() {
|
||||
*/
|
||||
$wpb_st_blocks = array(
|
||||
'drone-block-beside-header',
|
||||
'hand-tool-block-beside-header',
|
||||
'drone-popup-block',
|
||||
'exit-intent-popup'
|
||||
);
|
||||
@@ -608,7 +610,8 @@ function elessi_import_elm_ext() {
|
||||
'footer-mobile',
|
||||
'footer-drone-camera',
|
||||
'footer-gym-nutrition',
|
||||
'footer-toys'
|
||||
'footer-toys',
|
||||
'footer-hand-tool'
|
||||
);
|
||||
|
||||
foreach ($elm_footers as $file) {
|
||||
@@ -637,6 +640,7 @@ function elessi_import_elm_ext() {
|
||||
'delivery-return',
|
||||
'exit-intent-popup',
|
||||
'drone-block-beside-header',
|
||||
'hand-tool-block-beside-header',
|
||||
'drone-popup-block'
|
||||
);
|
||||
|
||||
|
||||
@@ -521,6 +521,17 @@ $elm_home = isset($elm_home) ? $elm_home : true;
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="demo-homepage-item-wrap">
|
||||
<a href="javascript:void(0);" data-home="hand-tool" class="demo-homepage-item">
|
||||
<div class="img-wrap">
|
||||
<img src="<?php echo ELESSI_THEME_URI; ?>/admin/assets/pages/hand-tools.jpg" alt="Hand Tool" />
|
||||
</div>
|
||||
|
||||
<h4 class="home-title">Hand Tool</h4>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
@@ -986,6 +997,16 @@ $elm_home = isset($elm_home) ? $elm_home : true;
|
||||
<h4 class="home-title">Gym Nutrition</h4>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="demo-homepage-item-wrap">
|
||||
<a href="javascript:void(0);" data-home="hand-tool" class="demo-homepage-item">
|
||||
<div class="img-wrap">
|
||||
<img src="<?php echo ELESSI_THEME_URI; ?>/admin/assets/pages/hand-tools.jpg" alt="Hand Tool" />
|
||||
</div>
|
||||
|
||||
<h4 class="home-title">Hand Tool</h4>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
@@ -32,6 +32,7 @@ if (!function_exists('elessi_header_heading')) {
|
||||
'6' => ELESSI_ADMIN_DIR_URI . 'assets/images/header-6.jpg',
|
||||
'7' => ELESSI_ADMIN_DIR_URI . 'assets/images/header-7.jpg',
|
||||
'8' => ELESSI_ADMIN_DIR_URI . 'assets/images/header-8.jpg',
|
||||
'9' => ELESSI_ADMIN_DIR_URI . 'assets/images/header-9.jpg',
|
||||
);
|
||||
|
||||
if (NASA_WPB_ACTIVE || !apply_filters('nasa_rules_upgrade', true)) {
|
||||
@@ -111,7 +112,7 @@ if (!function_exists('elessi_header_heading')) {
|
||||
"type" => "switch",
|
||||
'class' => 'nasa-flexible_menu',
|
||||
'child_of' => 'header-type',
|
||||
'm_target' => array('1', '2', '3', '4', '6', '8'),
|
||||
'm_target' => array('1', '2', '3', '4', '6', '8', '9'),
|
||||
);
|
||||
|
||||
$of_options[] = array(
|
||||
@@ -137,6 +138,27 @@ if (!function_exists('elessi_header_heading')) {
|
||||
'child_of' => 'header-type',
|
||||
'm_target' => array('4', '6', '8'),
|
||||
);
|
||||
|
||||
$of_options[] = array(
|
||||
"name" => __("Vertical Menu Float - Enable", 'elessi-theme'),
|
||||
"id" => "vertical_menu_float",
|
||||
"std" => 0,
|
||||
"type" => "switch",
|
||||
'child_of' => 'header-type',
|
||||
'm_target' => array('1', '2', '3', '4', '6', '8', '9'),
|
||||
);
|
||||
|
||||
$of_options[] = array(
|
||||
"name" => __("Vertical Menu Float", 'elessi-theme'),
|
||||
"id" => "vertical_menu_float_selected",
|
||||
"std" => "",
|
||||
"type" => "select",
|
||||
'override_numberic' => true,
|
||||
"options" => $option_menu,
|
||||
// 'class' => 'hidden-tag nasa-header-type-child nasa-header-type-select-4 nasa-header-type-select-6',
|
||||
'child_of' => 'vertical_menu_float',
|
||||
'm_target' => '1'
|
||||
);
|
||||
|
||||
$of_options[] = array(
|
||||
"name" => __("Vertical Root Level - Parent - 0", 'elessi-theme'),
|
||||
@@ -190,7 +212,7 @@ if (!function_exists('elessi_header_heading')) {
|
||||
"type" => "color",
|
||||
'class' => 'nasa-bg_color_main_menu',
|
||||
'child_of' => 'header-type',
|
||||
'm_target' => array('2', '3', '4', '6', '8'),
|
||||
'm_target' => array('2', '3', '4', '6', '8', '9'),
|
||||
);
|
||||
|
||||
$of_options[] = array(
|
||||
@@ -200,7 +222,7 @@ if (!function_exists('elessi_header_heading')) {
|
||||
"type" => "color",
|
||||
'class' => 'nasa-bg_color_main_menu_stk',
|
||||
'child_of' => 'header-type',
|
||||
'm_target' => array('2', '3', '4', '6' , '8'),
|
||||
'm_target' => array('2', '3', '4', '6' , '8', '9'),
|
||||
);
|
||||
|
||||
$of_options[] = array(
|
||||
@@ -210,7 +232,7 @@ if (!function_exists('elessi_header_heading')) {
|
||||
"type" => "color",
|
||||
'class' => 'nasa-text_color_main_menu',
|
||||
'child_of' => 'header-type',
|
||||
'm_target' => array('1', '2', '3', '4', '6'),
|
||||
'm_target' => array('1', '2', '3', '4', '6', '9'),
|
||||
);
|
||||
|
||||
$of_options[] = array(
|
||||
@@ -220,7 +242,7 @@ if (!function_exists('elessi_header_heading')) {
|
||||
"type" => "color",
|
||||
'class' => 'nasa-text_color_main_menu_stk',
|
||||
'child_of' => 'header-type',
|
||||
'm_target' => array('1', '2', '3', '4', '6', '8'),
|
||||
'm_target' => array('1', '2', '3', '4', '6', '8', '9'),
|
||||
);
|
||||
|
||||
$of_options[] = array(
|
||||
@@ -230,7 +252,7 @@ if (!function_exists('elessi_header_heading')) {
|
||||
"type" => "color",
|
||||
'class' => 'nasa-bg_color_v_menu',
|
||||
'child_of' => 'header-type',
|
||||
'm_target' => array('4', '6', '8'),
|
||||
'm_target' => array('4', '6', '8', '9'),
|
||||
);
|
||||
|
||||
$of_options[] = array(
|
||||
@@ -302,7 +324,7 @@ if (!function_exists('elessi_header_heading')) {
|
||||
"group" => __("In Group Icons - Header", 'elessi-theme')
|
||||
),
|
||||
'child_of' => 'header-type',
|
||||
'm_target' => array('1', '2', '3', '4', '5', '6', '7'),
|
||||
'm_target' => array('1', '2', '3', '4', '5', '6', '7', '9'),
|
||||
);
|
||||
|
||||
$of_options[] = array(
|
||||
@@ -347,7 +369,7 @@ if (!function_exists('elessi_header_heading')) {
|
||||
'select_class' => 'nasa-ad-select2',
|
||||
"desc" => __("Please create Static Blocks (or Custom Block of Elementor Header & Footer Builder) and select here.", 'elessi-theme') . '<br /><a class="nsblk-edit hidden-tag" href="#" data-stb-href="' . esc_url(admin_url('post.php?post=ns_blk_id&action=edit')) . '" data-ctb-href="' . esc_url(admin_url('post.php?post=ns_blk_id&action=elementor')) . '">' . esc_html__('Click here to Edit', 'elessi-theme') . '</a>',
|
||||
'child_of' => 'header-type',
|
||||
'm_target' => array('1', '2', '3', '4', '5', '6', '7', '8'),
|
||||
'm_target' => array('1', '2', '3', '4', '5', '6', '7', '8', '9'),
|
||||
);
|
||||
|
||||
$of_options[] = array(
|
||||
@@ -393,7 +415,7 @@ if (!function_exists('elessi_header_heading')) {
|
||||
"type" => "switch",
|
||||
'class' => 'nasa-fixed_nav',
|
||||
'child_of' => 'header-type',
|
||||
'm_target' => array('1', '2', '3', '4', '5', '6', '7', '8'),
|
||||
'm_target' => array('1', '2', '3', '4', '5', '6', '7', '8', '9'),
|
||||
);
|
||||
|
||||
$of_options[] = array(
|
||||
@@ -403,7 +425,7 @@ if (!function_exists('elessi_header_heading')) {
|
||||
"type" => "color",
|
||||
'class' => 'nasa-bg_color_header',
|
||||
'child_of' => 'header-type',
|
||||
'm_target' => array('1', '2', '3', '4', '5', '6', '7', '8'),
|
||||
'm_target' => array('1', '2', '3', '4', '5', '6', '7', '8', '9'),
|
||||
);
|
||||
|
||||
$of_options[] = array(
|
||||
@@ -413,7 +435,7 @@ if (!function_exists('elessi_header_heading')) {
|
||||
"type" => "color",
|
||||
'class' => 'nasa-bg_color_header_stk',
|
||||
'child_of' => 'header-type',
|
||||
'm_target' => array('1', '2', '3', '4', '5', '6', '7', '8'),
|
||||
'm_target' => array('1', '2', '3', '4', '5', '6', '7', '8', '9'),
|
||||
);
|
||||
|
||||
$of_options[] = array(
|
||||
@@ -423,7 +445,7 @@ if (!function_exists('elessi_header_heading')) {
|
||||
"type" => "color",
|
||||
'class' => 'nasa-text_color_header',
|
||||
'child_of' => 'header-type',
|
||||
'm_target' => array('1', '2', '3', '4', '5', '6', '7', '8'),
|
||||
'm_target' => array('1', '2', '3', '4', '5', '6', '7', '8', '9'),
|
||||
);
|
||||
|
||||
$of_options[] = array(
|
||||
@@ -433,7 +455,7 @@ if (!function_exists('elessi_header_heading')) {
|
||||
"type" => "color",
|
||||
'class' => 'nasa-text_color_header_stk',
|
||||
'child_of' => 'header-type',
|
||||
'm_target' => array('1', '2', '3', '4', '5', '6', '7', '8'),
|
||||
'm_target' => array('1', '2', '3', '4', '5', '6', '7', '8', '9'),
|
||||
);
|
||||
|
||||
$of_options[] = array(
|
||||
@@ -443,7 +465,7 @@ if (!function_exists('elessi_header_heading')) {
|
||||
"type" => "color",
|
||||
'class' => 'nasa-text_color_hover_header',
|
||||
'child_of' => 'header-type',
|
||||
'm_target' => array('1', '2', '3', '4', '5', '6', '7', '8'),
|
||||
'm_target' => array('1', '2', '3', '4', '5', '6', '7', '8', '9'),
|
||||
);
|
||||
|
||||
$of_options[] = array(
|
||||
@@ -453,7 +475,7 @@ if (!function_exists('elessi_header_heading')) {
|
||||
"type" => "color",
|
||||
'class' => 'nasa-text_color_hover_header_stk',
|
||||
'child_of' => 'header-type',
|
||||
'm_target' => array('1', '2', '3', '4', '5', '6', '7', '8'),
|
||||
'm_target' => array('1', '2', '3', '4', '5', '6', '7', '8', '9'),
|
||||
);
|
||||
|
||||
$of_options[] = array(
|
||||
@@ -478,7 +500,7 @@ if (!function_exists('elessi_header_heading')) {
|
||||
),
|
||||
'class' => 'nasa-search_effect',
|
||||
'child_of' => 'header-type',
|
||||
'm_target' => array('1', '2'),
|
||||
'm_target' => array('1', '2', '9'),
|
||||
);
|
||||
|
||||
if (NASA_WOO_ACTIVED) {
|
||||
@@ -562,7 +584,7 @@ if (!function_exists('elessi_header_heading')) {
|
||||
"type" => "switch",
|
||||
'class' => 'nasa-fixed_nav',
|
||||
'child_of' => 'header-type',
|
||||
'm_target' => array('1', '2', '3', '4', '6', '8'),
|
||||
'm_target' => array('1', '2', '3', '4', '6', '8', '9'),
|
||||
);
|
||||
|
||||
$of_options[] = array(
|
||||
@@ -572,7 +594,7 @@ if (!function_exists('elessi_header_heading')) {
|
||||
"type" => "switch",
|
||||
'class' => 'nasa-topbar_toggle nasa-fixed_nav',
|
||||
'child_of' => 'header-type',
|
||||
'm_target' => array('1', '2', '3', '4', '6', '8'),
|
||||
'm_target' => array('1', '2', '3', '4', '6', '8', '9'),
|
||||
);
|
||||
|
||||
$of_options[] = array(
|
||||
|
||||
@@ -38,7 +38,9 @@ if (!function_exists('elessi_product_global_heading')) {
|
||||
'modern-6' => ELESSI_ADMIN_DIR_URI . 'assets/images/loop-product-md-6.jpg',
|
||||
'modern-7' => ELESSI_ADMIN_DIR_URI . 'assets/images/loop-product-md-7.jpg',
|
||||
'modern-8' => ELESSI_ADMIN_DIR_URI . 'assets/images/loop-product-md-8.jpg',
|
||||
'modern-9' => ELESSI_ADMIN_DIR_URI . 'assets/images/loop-product-md-9.jpg'
|
||||
'modern-9' => ELESSI_ADMIN_DIR_URI . 'assets/images/loop-product-md-9.jpg',
|
||||
'modern-10' => ELESSI_ADMIN_DIR_URI . 'assets/images/loop-product-md-10.jpg'
|
||||
|
||||
),
|
||||
'class' => 'flex-row flex-wrap flex-start img-max-height-150'
|
||||
);
|
||||
|
||||
@@ -120,8 +120,10 @@ if (!function_exists('elessi_product_detail_heading')) {
|
||||
"id" => "half_full_slide",
|
||||
"std" => "0",
|
||||
"type" => "switch",
|
||||
'class' => 'nasa-theme-option-child nasa-product_detail_layout nasa-product_detail_layout-full',
|
||||
'desc' => '<span class="red-color">Note: The Hover Zoom Image Will be Turned Off!!!</span>'
|
||||
// 'class' => 'nasa-theme-option-child nasa-product_detail_layout nasa-product_detail_layout-full',
|
||||
'desc' => '<span class="red-color">Note: The Hover Zoom Image Will be Turned Off!!!</span>',
|
||||
'child_of' => 'product_detail_layout',
|
||||
'm_target' => array('full'),
|
||||
);
|
||||
|
||||
$of_options[] = array(
|
||||
|
||||
@@ -12,7 +12,7 @@ defined('ELESSI_REPO') or define('ELESSI_REPO', 'https://raw.githubusercontent.c
|
||||
* @return string
|
||||
*/
|
||||
function elessi_latest_nasa_core_version() {
|
||||
return '6.3.3';
|
||||
return '6.3.5';
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -47,7 +47,7 @@ function elessi_list_required_plugins() {
|
||||
'name' => 'WPBakery Page Builder',
|
||||
'slug' => 'js_composer',
|
||||
'source' => esc_url(ELESSI_REPO . '/plgs/js_composer.zip'),
|
||||
'version' => '8.2',
|
||||
'version' => '8.3',
|
||||
'auto' => true,
|
||||
'unchecked' => true,
|
||||
'buider' => true
|
||||
@@ -92,7 +92,7 @@ function elessi_list_required_plugins() {
|
||||
'name' => 'WPBakery Page Builder',
|
||||
'slug' => 'js_composer',
|
||||
'source' => esc_url(ELESSI_REPO . '/plgs/js_composer.zip'),
|
||||
'version' => '8.2',
|
||||
'version' => '8.3',
|
||||
'auto' => true,
|
||||
'unchecked' => true,
|
||||
'buider' => true
|
||||
@@ -133,7 +133,7 @@ function elessi_list_required_plugins() {
|
||||
'name' => 'Revolution Slider',
|
||||
'slug' => 'revslider',
|
||||
'source' => esc_url(ELESSI_REPO . '/plgs/revslider.zip'),
|
||||
'version' => '6.7.28',
|
||||
'version' => '6.7.30',
|
||||
'auto' => true
|
||||
);
|
||||
|
||||
@@ -227,6 +227,8 @@ if (function_exists('wp_get_theme')) {
|
||||
define('ELESSI_ADMIN_THEMENAME', $theme_name);
|
||||
// define('ELESSI_ADMIN_SUPPORT_FORUMS', 'https://elessi.nasatheme.com/documentation/');
|
||||
define('ELESSI_ADMIN_DOCS', 'https://elessi-docs.nasatheme.com');
|
||||
define('ELESSI_ADMIN_INSTALL', 'https://nasatheme.com/wordpress-theme-installation-service');
|
||||
define('ELESSI_ADMIN_CTSV', 'https://nasatheme.com/wordpress-theme-customization-service');
|
||||
define('ELESSI_ADMIN_BACKUPS', 'backups');
|
||||
|
||||
/**
|
||||
|
||||