• 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"

Anubis - Funeral & Burial Services WordPress Theme

Anubis - Funeral & Burial Services WordPress Theme v1.10

No permission to download
Babak updated Anubis - Funeral & Burial Services WordPress Theme with a new update entry:

Anubis Theme v1.10

Download Anubis v1.10 - Funeral & Burial Services WordPress Theme Nulled Free
28.10.2022 v1.10 – Update

- Added: WPC Smart Quick View for WooCommerce compatibility;
- Added: 3 new product styles for the product feed;
- Added: New functionality for WooCommerce;
- Added: Single product appearance improved;
- Added: Hotspot shortcode

Read the rest of this update entry...
 
07.03.2022 Version 1.13 – Update

- Fixed: CSS\JS\PHP fixes (shortcodes\widget layouts);
- Added: New trx_addons option "Show mouse helper in swiper slider"
 
For a quick & dirty way to activate it:
1. open the file .../wp-content/plugins/trx_addons/components/theme-panel/theme-panel.php
2. change code staring at line 171, save the file, and check if activated:

from:
// Check 'theme activated' status
if ( !function_exists( 'trx_addons_is_theme_activated' ) ) {
function trx_addons_is_theme_activated( $suppress_filters = false ) {
$template = get_template();
$activated = get_option( sprintf( 'trx_addons_theme_%s_activated', $template ) ) == 1
&& get_option( sprintf( 'purchase_code_%s', $template ) ) != '';
return $suppress_filters
? $activated
: apply_filters( 'trx_addons_filter_is_theme_activated', $activated );
}
}


to:

// Check 'theme activated' status
if ( !function_exists( 'trx_addons_is_theme_activated' ) ) {
function trx_addons_is_theme_activated( $suppress_filters = false ) {
$template = get_template();
$activated = get_option( sprintf( 'trx_addons_theme_%s_activated', $template ) ) == 1
&& get_option( sprintf( 'purchase_code_%s', $template ) ) != '';
return true; // CHANGED HERE
return $suppress_filters
? $activated
: apply_filters( 'trx_addons_filter_is_theme_activated', $activated );
}
}
1678471431643.png
 
  • Like
Reactions: b0077 and NoOoB
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