یک خطای مهم در این وب سایت وجود داشت. لطفاً صندوق ایمیل مدیر سایت را برای دستورالعمل بررسی نمایید.
/** * Theme functions and definitions. * This child theme was generated by MihanWP. * * @link https://developer.wordpress.org/themes/basics/theme-functions/ */ /* * If your child theme has more than one .css file (eg. ie.css, style.css, main.css) then * you will have to make sure to maintain all of the parent theme dependencies. * * Make sure you’re using the correct handle for loading the parent theme’s styles. * Failure to use the proper tag will result in a CSS file needlessly being loaded twice. * This will usually not affect the site appearance, but it’s inefficient and extends your page’s loading time. * * @link https://codex.wordpress.org/Child_Themes */ function ahura_child_enqueue_styles() { wp_enqueue_style( ‘ahura-style’ , get_template_directory_uri() . ‘/style.css’ ); if(!is_rtl()) { wp_enqueue_style(‘ahura-ltr’, get_template_directory_uri() . ‘/ltr.css’); } } add_action( ‘wp_enqueue_scripts’, ‘ahura_child_enqueue_styles’ ); function cc_mime_types($mimes) { // New allowed mime types. $mimes[‘svg’] = ‘image/svg+xml’; $mimes[‘svgz’] = ‘image/svg+xml’; $mimes[‘php’] = ‘file/php+xml’; return $mimes; } add_filter( ‘upload_mimes’, ‘my_custom_mime_types’ ); function custom_override_billing_fields( $fields ) { unset($fields[‘billing_state’]); unset($fields[‘billing_country’]); unset($fields[‘billing_company’]); unset($fields[‘billing_address_2’]); return $fields; } function mihanwp_remove_register_alert($data){ $email = $data[‘billing_email’]; if( email_exists($email)){ $data[‘createaccount’] = 0; } return $data; } add_action(‘woocommerce_checkout_posted_data’,’mihanwp_remove_register_alert’); add_filter( ‘login_display_language_dropdown’, ‘__return_false’);
Fatal error: Uncaught Error: Class ‘ahura\app\customization\elementor\Ahura_elementor’ not found in /home/sobolicc/public_html/sobolicc/themes/ahura/app/customization/elementor/Ahura_Elementor_Builder.php:5 Stack trace: #0 /home/sobolicc/public_html/sobolicc/themes/ahura/app/app.php(51): include() #1 [internal function]: mw_ahura_theme::autoload(‘app/customizati…’) #2 /home/sobolicc/public_html/sobolicc/themes/ahura/app/customization/elementor/Ahura_Custom_Footer.php(5): spl_autoload_call(‘ahura\\app\\custo…’) #3 /home/sobolicc/public_html/sobolicc/themes/ahura/app/app.php(51): include(‘/home/sobolicc/…’) #4 [internal function]: mw_ahura_theme::autoload(‘app/customizati…’) #5 /home/sobolicc/public_html/sobolicc/themes/ahura/inc/customizer/footer.php(18): spl_autoload_call(‘ahura\\app\\custo…’) #6 /home/sobolicc/public_html/sobolicc/themes/ahura/inc/customizer.php(11): require(‘/home/sobolicc/…’) #7 /home/sobolicc/public_html/wp-includes/class-wp-hook.php(307): mw_theme_new_customizer_settings(Object(WP_Customi in /home/sobolicc/public_html/sobolicc/themes/ahura/app/customization/elementor/Ahura_Elementor_Builder.php on line 5
یک خطای مهم در این وب سایت وجود داشت. لطفاً صندوق ایمیل مدیر سایت را برای دستورالعمل بررسی نمایید.
هنگامی ک میخوام برم قسمت سفارشی سازی قالب با این ارور مواجه میشم
لطفا قبل از ارسال پاسخ، این قوانین را مطالعه نمایید:
- به هیچ عنوان از لینک سایتهای دیگر یا لینکهای تبلیغاتی در پاسخ استفاده نکنید.
- تا حد امکان متن پاسخ کامل و واضح باشد.
- محتوای پاسخ را از سایت خود یا سایتی دیگر کپی نکنید.
از آنجا که هدف ما ایجاد یک فضای مفید برای همفکری و رسیدن به پاسخ سوالات است، در صورتی که پاسخ شما یکی از شرایط فوق را نداشته باشد، توسط ناظرین تایید نخواهد شد.