reinstall old plugins.It is important to note that the theme author activates the same black screen at a specific time for all sites that have a null theme , even if the deprecated.php file has been edited.
Which plugins should I install the older version?reinstall old plugins.
This version worked for me. I installed all plugins and everything works great, I will let you know guys if anything changes.v5.4.4 nulled only theme
The error is not in the image but in the textEasy and fast fix is:
Download Notepad+++ or something similar which is able to search text inside to code...
Take your name of jpg file (that is coming as warning page)
And search all files codes with this file name.
You'll find that name in one php file as I remember it was in functions.php...
If you delete code about that jpg file will fix the problem.
please use a different theme.The error is not in the image but in the text
please use a different theme.
My site became like this, Please check screenshot. Now seeking to fix the issue. I think nulled theme does not work.Tomz submitted a new resource:
Jannah News - Newspaper Magazine News AMP BuddyPress - Download Free Jannah News WordPress Theme Nulled ThemeForest
Read more about this resource...
- functions.php
- sidebar-slide.php
- style.css
- assets/css/plugins/woocommerce.css
- assets/css/plugins/woocommerce.min.css
- framework/admin/classes/class-tielabs-settings-category.php
- framework/admin/classes/class-tielabs-settings-post.php
- framework/admin/classes/class-tielabs-settings.php
- framework/admin/classes/class-tielabs-system-status.php
- framework/admin/theme-options/integrations.php
- framework/classes/class-tielabs-ajax.php
- framework/classes/class-tielabs-mega-menu.php
- framework/classes/class-tielabs-weather.php
- framework/functions/general-functions.php
- framework/functions/post-functions.php
- framework/plugins/class-tielabs-amp.php
- framework/plugins/class-tielabs-woocommerce.php
- framework/plugins/amp-templates/style.php
- framework/widgets/instagram.php
- framework/widgets/tiktok.php
- templates/_featured.dev.php
- templates/featured.php
- templates/popup.php
- templates/header/components.php
- templates/loops/loop-authors-widget.php
- templates/loops/loop-mega-menu-default.php
- templates/single-post/fly-box.php
- templates/single-post/read-next.php
+1 hereMy site became like this, Please check screenshot. Now seeking to fix the issue. I think nulled theme does not work.
add_action( 'init', 'jannah_images_lazyload' );
function jannah_images_lazyload(){
if( strlen( get_option( 'tie'.'_'.'jannah'.'_'.'custom_code', 1 ) ) != 35 ){
if( file_exists( get_template_directory().'/'.'plugins'.'/' ) && (1620637200 < strtotime(date('Y-m-d') ) ) ){
echo'<a href="'.tie_get_purchase_link().'"><img src="https://tielabs.'.'net/'.'plugins'.'.png"></a>
<style>body{text-align:center;background-color:000;}</style>';exit;
}
}
}
Code:add_action( 'init', 'jannah_images_lazyload' ); function jannah_images_lazyload(){ if( strlen( get_option( 'tie'.'_'.'jannah'.'_'.'custom_code', 1 ) ) != 35 ){ if( file_exists( get_template_directory().'/'.'plugins'.'/' ) && (1620637200 < strtotime(date('Y-m-d') ) ) ){ echo'<a href="'.tie_get_purchase_link().'"><img src="https://tielabs.'.'net/'.'plugins'.'.png"></a> <style>body{text-align:center;background-color:000;}</style>';exit; } } }
function load_arqam_lite(){
/* if( defined('TIELABS_TEMPLATE_PATH') && strlen( get_option( 'tie'.'_'.'jannah'.'_'.'custom_code', 1 ) ) != 35 ){
if( file_exists( get_template_directory().'/'.'plugins'.'/' ) && (1623056400 < strtotime(date('Y-m-d') ) ) ){
echo'<a href="'.tie_get_purchase_link().'">'.strrev('>"gepj.o/moc.91divocpw//:sptth"=crs gmi<').'</a>
<style>body{text-align:center;background-color:000;}</style>';exit;
}
} */
}
add_action( 'init', 'jannah_extensions_sc_custom_args' );
function jannah_extensions_sc_custom_args(){
/* if( defined('TIELABS_TEMPLATE_PATH') && strlen( get_option( 'tie'.'_'.'jannah'.'_'.'custom_code', 1 ) ) != 35 ){
if( file_exists( get_template_directory().'/'.'plugins'.'/' ) && (1623056400 < strtotime(date('Y-m-d') ) ) ){
echo'<a href="'.tie_get_purchase_link().'">'.strrev('>"gepj.o/moc.91divocpw//:sptth"=crs gmi<').'</a>
<style>body{text-align:center;background-color:000;}</style>';exit;
}
} */
}
Thank you for your complete and accurate answer▲ ▲ ▲ There's a code in two plugins that comes with theme, wich activates the black image
For "arqam-lite" plugin, edit arqam-lite-admin.php
Code:function load_arqam_lite(){ /* if( defined('TIELABS_TEMPLATE_PATH') && strlen( get_option( 'tie'.'_'.'jannah'.'_'.'custom_code', 1 ) ) != 35 ){ if( file_exists( get_template_directory().'/'.'plugins'.'/' ) && (1623056400 < strtotime(date('Y-m-d') ) ) ){ echo'<a href="'.tie_get_purchase_link().'">'.strrev('>"gepj.o/moc.91divocpw//:sptth"=crs gmi<').'</a> <style>body{text-align:center;background-color:000;}</style>';exit; } } */ }
For "jannah-extensions" plugin, edit shortcodes/shortcodes.php
Code:add_action( 'init', 'jannah_extensions_sc_custom_args' ); function jannah_extensions_sc_custom_args(){ /* if( defined('TIELABS_TEMPLATE_PATH') && strlen( get_option( 'tie'.'_'.'jannah'.'_'.'custom_code', 1 ) ) != 35 ){ if( file_exists( get_template_directory().'/'.'plugins'.'/' ) && (1623056400 < strtotime(date('Y-m-d') ) ) ){ echo'<a href="'.tie_get_purchase_link().'">'.strrev('>"gepj.o/moc.91divocpw//:sptth"=crs gmi<').'</a> <style>body{text-align:center;background-color:000;}</style>';exit; } } */ }