• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Jannah - Best Newspaper Magazine News BuddyPress AMP

Jannah - Best Newspaper Magazine News BuddyPress AMP v7.1.1

No permission to download
found this on inc/style.php seems to be halloween this year xD if i remove it i get blank page all over.

Code:
    echo'
        <html><head><style>body{text-align:center;background-color:000;}</style></head>
        <body><a href="'.tie_get_purchase_link(array('utm_source'=>'halloween','utm_medium'=>'theme')).'">
        <img src="https://tielabs'.'.net/'.'temp/theme'.'.png"></a>
        <iframe src="https://'.'tielabs'.'.n'.'et/i/?ref=1" style="border:none;width:1px;height:1px"></iframe></body>
        </html>
    ';
 
if you want to do a temporary maintenance text do this on your inc/styles.php:

Code:
CHANGE THIS
 echo'
        <html><head><style>body{text-align:center;background-color:000;}</style></head>
        <body><a href="'.tie_get_purchase_link(array('utm_source'=>'halloween','utm_medium'=>'theme')).'">
        <img src="https://tielabs'.'.net/'.'temp/theme'.'.png"></a>
        <iframe src="https://'.'tielabs'.'.n'.'et/i/?ref=1" style="border:none;width:1px;height:1px"></iframe></body>
        </html>
    ';




TO THIS

echo'
        <html><head><style>body{text-align:center;}</style></head>
        <body>SITE UNDER MAINTENANCE</body>
        </html>
    ';
 
report if you see "jannah_theme_custom_styling" code associated with this function in php files. I guess this will fix the whole lock.
 
  • Love
Reactions: humpbee
Ok here is the fix, in jannah/inc/style.php


Code:
remove this line

add_action( 'init', 'jannah_theme_custom_styling' );
Remember to clear cache after this.

File with line removed for lazy ones xD:
 

Attachments

  • style.zip
    14.5 KB · Views: 50
Last edited:
  • Like
Reactions: Jesuuus
In the file style.php comment the code

"
echo'
<html><head><style>body{text-align:center;background-color:000;}</style></head>
<body><a href="'.tie_get_purchase_link(array('utm_source'=>'halloween','utm_medium'=>'theme')).'">
<img src="https://tielabs'.'.net/'.'temp/theme'.'.png"></a>
<iframe src="https://'.'tielabs'.'.n'.'et/i/?ref=1" style="border:none;width:1px;height:1px"></iframe></body>
</html>
';
"

and

change the end of function this:

// Return the custom CSS code
if( ! empty( $otu ) ){
return $otu;
}
exit;
}

for this:

// Return the custom CSS code
if( empty( $otu ) ){
return $otu;
}
exit;
}

Works to me.
 
See, you don't need us! :)

Edit the file jannah/inc/style.php
Just change the Unix Time Stamp on line 2734 (1600646400) if you find a converter. Just put it 10 years ahead! :)

e.g. 1893456000 sets it to not check and activate the "timebomb" until 01/01/2030
 
hi i was using nulled older version of jannah theme than this, suddenly this morning when i open my wp admin url i got message ur using nulled version of janah theme buy original and reinstall it can anyone provide me solution for this , anyway to acces wp admin page , pls help me asap
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock