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

Alukas - Modern Jewelry Store WordPress Theme

Alukas - Modern Jewelry Store WordPress Theme 2.0.0 + Core Plugin

No permission to download

kalil

Well-known member
Babiato Lover
May 16, 2022
377
495
63
Brazil
kalil submitted a new resource:

Alukas - Modern Jewelry Store WordPress Theme - Alukas - Woocommerce Jewelry

01-Preview.__large_preview.jpg


Alukas is modern and unique Elementor WooCommerce WordPress Theme. It comes with high-quality 09+ Prebuild Home Pages that fit any online store such as fashion store, electronics store, furniture store, etc.

We used Elementor – a drag and drop page builder that...

Read more about this resource...
 
Please activate your theme and enjoy all features of the theme

Please activate the theme!
 
  • Like
Reactions: kalil
Hello, I was reviewing this theme for a while and I was able to make it work, however with an error in the API, but at least I was able to make everything work without problems, "Obviously without depending on the Plugins install".


To proceed go to:
Code:
../wp-content/themes/alukas/inc/core-functions.php

Then go to line: 435 and delete everything up to line 447

Basically remove this code snippet:


Code:
function pls_is_license_activated(){
    $option_name = 'envato_purchase_code_45256351';
    if( get_option( PLS_THEME_SLUG.'_is_activated' ) && get_option( $option_name ) ){
        return true;
    }
    return false;
}


/* Function to get purchase code */
function pls_get_purchase_code(){
    $option_name = 'envato_purchase_code_45256351';
    return get_option($option_name);
}

And put this snippet:

Code:
if (!function_exists('pls_is_license_activated')) {
    function pls_is_license_activated() {
        return true;
    }
}


function pls_get_purchase_code() {
    return 'babiato@josepin';
}


function server_license_activation() {
    update_option( 'pls_is_activated', true );
    update_option( 'envato_purchase_code_45256351', pls_get_purchase_code() );
    update_option( 'your_theme_token_key', '*****' );
}
add_action( 'after_setup_theme', 'server_license_activation', 1 );

I was also seeing that the theme uses the Redux Framework, so when installing it everything works normally, bypassing all the activation.

acti_panel.png

acti_panel2.png




Here the attached files so you can try it, or you can do it yourself.
 

Attachments

  • alukas-core.zip
    2.8 MB · Views: 105
  • alukas.zip
    1.7 MB · Views: 56
Hello, I was reviewing this theme for a while and I was able to make it work, however with an error in the API, but at least I was able to make everything work without problems, "Obviously without depending on the Plugins install".


To proceed go to:
Code:
../wp-content/themes/alukas/inc/core-functions.php

Then go to line: 435 and delete everything up to line 447

Basically remove this code snippet:


Code:
function pls_is_license_activated(){
    $option_name = 'envato_purchase_code_45256351';
    if( get_option( PLS_THEME_SLUG.'_is_activated' ) && get_option( $option_name ) ){
        return true;
    }
    return false;
}


/* Function to get purchase code */
function pls_get_purchase_code(){
    $option_name = 'envato_purchase_code_45256351';
    return get_option($option_name);
}

And put this snippet:

Code:
if (!function_exists('pls_is_license_activated')) {
    function pls_is_license_activated() {
        return true;
    }
}


function pls_get_purchase_code() {
    return 'babiato@josepin';
}


function server_license_activation() {
    update_option( 'pls_is_activated', true );
    update_option( 'envato_purchase_code_45256351', pls_get_purchase_code() );
    update_option( 'your_theme_token_key', '*****' );
}
add_action( 'after_setup_theme', 'server_license_activation', 1 );

I was also seeing that the theme uses the Redux Framework, so when installing it everything works normally, bypassing all the activation.

acti_panel.png

acti_panel2.png




Here the attached files so you can try it, or you can do it yourself.
Demo import not working, i guess it need api key
 
Hello, I was reviewing this theme for a while and I was able to make it work, however with an error in the API, but at least I was able to make everything work without problems, "Obviously without depending on the Plugins install".


To proceed go to:
Code:
../wp-content/themes/alukas/inc/core-functions.php

Then go to line: 435 and delete everything up to line 447

Basically remove this code snippet:


Code:
function pls_is_license_activated(){
    $option_name = 'envato_purchase_code_45256351';
    if( get_option( PLS_THEME_SLUG.'_is_activated' ) && get_option( $option_name ) ){
        return true;
    }
    return false;
}


/* Function to get purchase code */
function pls_get_purchase_code(){
    $option_name = 'envato_purchase_code_45256351';
    return get_option($option_name);
}

And put this snippet:

Code:
if (!function_exists('pls_is_license_activated')) {
    function pls_is_license_activated() {
        return true;
    }
}


function pls_get_purchase_code() {
    return 'babiato@josepin';
}


function server_license_activation() {
    update_option( 'pls_is_activated', true );
    update_option( 'envato_purchase_code_45256351', pls_get_purchase_code() );
    update_option( 'your_theme_token_key', '*****' );
}
add_action( 'after_setup_theme', 'server_license_activation', 1 );

I was also seeing that the theme uses the Redux Framework, so when installing it everything works normally, bypassing all the activation.

acti_panel.png

acti_panel2.png




Here the attached files so you can try it, or you can do it yourself.
I installed the plugin you added and everything went well but I am unable to see the import demo button.
 
Hello, my null does not have the possibility to import, since the files require access to a valid API.

My null files are for using the theme and all its settings and benefits, but not for importing demos.
 
Hello, my null does not have the possibility to import, since the files require access to a valid API.

My null files are for using the theme and all its settings and benefits, but not for importing demos.

Oh, okay, but I cannot see its widgets like the products carousel. Anyway, I think using another theme will be the best idea.
 
However, I am unable to install the theme is missing the style.css stylesheet.
 
Last edited:
kalil updated Alukas - Modern Jewelry Store WordPress Theme with a new update entry:

Alukas - Modern Jewelry Store WordPress Theme v1.2.1

ADDED : Option Custom HTML Element in Header Builder
ADDED : WordPress Compatible 6.3.1
ADDED : WooCommerce Compatible 8.0.3
IMPROVED : WooCommerce Notice
UPDATED : Alukas Core Plugin 1.3.1
UPDATED : Revolution Slider 6.6.16
UPDATED : Language POT File
FIXED : Sold Individually Product Quantity Box Issue
FIXED : Disable Rating on Sticky Add to Cart
FIXED : Media Button Issue in Page Meta Option
FIXED : CSS Issue
FIXED : RTL CSS Issue

Read the rest of this update entry...
 
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