PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
plugins
/
flatsome-plus
/
template
/
myaccount
<!DOCTYPE html> <html <?php language_attributes(); ?> > <head> <style> :root{ --width-width3 : <?php echo fplus_helper::get_setting('width_dashboard').'px'; ?>; --main-color : <?php echo fplus_helper::get_setting('color_dashboard'); ?>; --red-1 : <?php echo fplus_helper::get_setting('color_dashboard'); ?>; --red-5 : <?php echo fplus_helper::get_setting('color_dashboard_hover'); ?>; --blue-3 : <?php echo fplus_helper::get_setting('color_dashboard'); ?>; } html body{ font-family: <?php echo fplus_helper::get_setting('font_dashboard','IRANSansX'); ?>; background-image: url(<?php echo fplus_helper::get_background_img_color_login('img_background_login_register') ? fplus_helper::get_background_img_color_login('img_background_login_register') : ( fplus_helper::get_background_img_color_login('color_bg_login_register') ? '#' : FLATSOMEPLUS_ASSET . '/img/default-login.jpg') ?>); background-color: <?php echo fplus_helper::get_background_img_color_login('color_bg_login_register') ? fplus_helper::get_background_img_color_login('color_bg_login_register') . '!important' : 'black' ?>; background-repeat: no-repeat; background-size: 100% auto; background-position: center top; background-attachment: fixed; } .text_darkgray { line-height: 2.7; margin-top: 17px; text-align: center; } .login_container img{ width: 100px; } </style> <script> <?php $pages = [ 'cart' => wc_get_page_permalink( 'cart' ), 'myacc' => wc_get_page_permalink( 'myaccount'), 'cart_hash_key' => WC()->ajax_url() . '-wc_cart_hash', ]; ?> var optionarray = <?php echo json_encode([ 'woodplus_url' => admin_url('admin-ajax.php'), 'nonce' => wp_create_nonce('aramis_script_nonce'), 'WcPage' => $pages, 'wating_time_resend_otp' => fplus_helper::get_setting( 'wating_resend',30 ), 'add_tocart' => __('Product added to cart','flatsomeplus'), 'captcha_is_enable' => fplus_helper::get_setting('setting_recaptcha_enable') ? true : false, ]); ?> </script> <?php wp_head(); ?> <title><?php esc_html_e('login','flatsomeplus'); ?></title> </head> <?php do_action('woodplus_dashboard_head'); ?> <body <?php body_class(); ?> > <?php do_action('elementor_login_register'); ?> <?php wp_footer(); ?> <!-- <script src="<?php #echo FLATSOMEPLUS_ASSET ?>js/jquery.min.js" ></script> --> <?php if( fplus_helper::get_setting('setting_recaptcha_enable') ): ?> <script src="https://www.google.com/recaptcha/api.js?onload=onloadCallbackCaptcha&render=explicit" ></script> <?php endif; ?> <!-- <script src="<?php #echo FLATSOMEPLUS_ASSET ?>js/w-plus.js" ></script> --> </body> </html>
[-] lost-password-confirmation.php
[edit]
[+]
layout
[-] form-lost-password.php
[edit]
[+]
recently-viewed
[-] elementor-login.php
[edit]
[-] my-account.php
[edit]
[-] login.php
[edit]
[+]
elementor
[+]
..
[-] elementor-my-account.php
[edit]
[-] mobile_navigation.php
[edit]
[-] form-reset-password.php
[edit]