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

GoldSmith - Jewelry Store WooCommerce Elementor Theme

GoldSmith - Jewelry Store WooCommerce Elementor Theme v1.2.4

No permission to download
modify this function and enjoy null

public function _ajax_activate_license() {
$license_key = trim( sanitize_key( $_POST['license_key'] ) );

add_option('envato_purchase_code_42570063', $license_key, '', 'yes');
if ( 'yes' == get_option('ninetheme_deactivated_licence') ) {
delete_option( 'ninetheme_deactivated_licence' );
$href = esc_url( admin_url('admin.php?page=ninetheme_about_page') );
$btn = esc_html__( 'Return to the Dashboard', 'goldsmith' );
$title = esc_html__( 'Activated', 'goldsmith' );
$wait = esc_html__( 'The activation is done!', 'goldsmith' );
wp_send_json(array('success' => true,'complete' => true, 'href' => $href,'wait' => $wait,'title' => $title,'message' => esc_html__($output->msg, 'goldsmith' )));
}

}





protected function edd_activate_license( $license ) {
$success = false;
// Strings passed in from the config file.
$strings = $this->strings;
// Theme Name.
$theme = ucfirst( $this->theme );
// Remove "Child" from the current theme name, if it's installed.
$theme = str_replace( ' Child', '', $theme );
// Text strings.
$success_message = $strings['license-json-success%s'];
// Data to send in our API request.
$api_params = array(
'edd_action' => 'activate_license',
'license' => rawurlencode( $license ),
'item_name' => rawurlencode( $this->edd_item_name ),
'url' => esc_url( home_url( '/' ) ),
);
$response = array(
'success' => true,
'license' => 'valid'
);
// Make sure the response came back okay.




$message = sprintf( esc_html( $success_message ), $theme );
$success = true;
// Removes the default EDD hook for this option, which breaks the AJAX call.
remove_all_actions( 'update_option_' . $this->edd_theme_slug . '_license_key', 10 );
update_option( $this->edd_theme_slug . '_license_key_status', 'valid' );
update_option( $this->edd_theme_slug . '_license_key', $license );



return compact( 'success', 'message' );
}
 
  • Like
Reactions: otavioneto2020
modify this function and enjoy null

public function _ajax_activate_license() {
$license_key = trim( sanitize_key( $_POST['license_key'] ) );

add_option('envato_purchase_code_42570063', $license_key, '', 'yes');
if ( 'yes' == get_option('ninetheme_deactivated_licence') ) {
delete_option( 'ninetheme_deactivated_licence' );
$href = esc_url( admin_url('admin.php?page=ninetheme_about_page') );
$btn = esc_html__( 'Return to the Dashboard', 'goldsmith' );
$title = esc_html__( 'Activated', 'goldsmith' );
$wait = esc_html__( 'The activation is done!', 'goldsmith' );
wp_send_json(array('success' => true,'complete' => true, 'href' => $href,'wait' => $wait,'title' => $title,'message' => esc_html__($output->msg, 'goldsmith' )));
}

}





protected function edd_activate_license( $license ) {
$success = false;
// Strings passed in from the config file.
$strings = $this->strings;
// Theme Name.
$theme = ucfirst( $this->theme );
// Remove "Child" from the current theme name, if it's installed.
$theme = str_replace( ' Child', '', $theme );
// Text strings.
$success_message = $strings['license-json-success%s'];
// Data to send in our API request.
$api_params = array(
'edd_action' => 'activate_license',
'license' => rawurlencode( $license ),
'item_name' => rawurlencode( $this->edd_item_name ),
'url' => esc_url( home_url( '/' ) ),
);
$response = array(
'success' => true,
'license' => 'valid'
);
// Make sure the response came back okay.




$message = sprintf( esc_html( $success_message ), $theme );
$success = true;
// Removes the default EDD hook for this option, which breaks the AJAX call.
remove_all_actions( 'update_option_' . $this->edd_theme_slug . '_license_key', 10 );
update_option( $this->edd_theme_slug . '_license_key_status', 'valid' );
update_option( $this->edd_theme_slug . '_license_key', $license );



return compact( 'success', 'message' );
}
where do i put this?
 
No need for nulled.
Will work as is.
And for template download. It uses online check so nulling won't help..
 
No need for nulled.
Will work as is.
And for template download. It uses online check so nulling won't help..
I cannot continue the Theme Setup because keeps asking for license
 
No need to setup theme.
Manually go to plug-ins section and download all the needed plug-ins it's showing other then evato plug in.. And u r good to go.
 
No need to setup theme.
Manually go to plug-ins section and download all the needed plug-ins it's showing other then evato plug in.. And u r good to go.
And for demo content?
 
Demo content cannot be downloaded... I tried to extract demo content from my setup.. But everything is in database... Not much files..
 
modify this function and enjoy null

public function _ajax_activate_license() {
$license_key = trim( sanitize_key( $_POST['license_key'] ) );

add_option('envato_purchase_code_42570063', $license_key, '', 'yes');
if ( 'yes' == get_option('ninetheme_deactivated_licence') ) {
delete_option( 'ninetheme_deactivated_licence' );
$href = esc_url( admin_url('admin.php?page=ninetheme_about_page') );
$btn = esc_html__( 'Return to the Dashboard', 'goldsmith' );
$title = esc_html__( 'Activated', 'goldsmith' );
$wait = esc_html__( 'The activation is done!', 'goldsmith' );
wp_send_json(array('success' => true,'complete' => true, 'href' => $href,'wait' => $wait,'title' => $title,'message' => esc_html__($output->msg, 'goldsmith' )));
}

}





protected function edd_activate_license( $license ) {
$success = false;
// Strings passed in from the config file.
$strings = $this->strings;
// Theme Name.
$theme = ucfirst( $this->theme );
// Remove "Child" from the current theme name, if it's installed.
$theme = str_replace( ' Child', '', $theme );
// Text strings.
$success_message = $strings['license-json-success%s'];
// Data to send in our API request.
$api_params = array(
'edd_action' => 'activate_license',
'license' => rawurlencode( $license ),
'item_name' => rawurlencode( $this->edd_item_name ),
'url' => esc_url( home_url( '/' ) ),
);
$response = array(
'success' => true,
'license' => 'valid'
);
// Make sure the response came back okay.




$message = sprintf( esc_html( $success_message ), $theme );
$success = true;
// Removes the default EDD hook for this option, which breaks the AJAX call.
remove_all_actions( 'update_option_' . $this->edd_theme_slug . '_license_key', 10 );
update_option( $this->edd_theme_slug . '_license_key_status', 'valid' );
update_option( $this->edd_theme_slug . '_license_key', $license );



return compact( 'success', 'message' );
}
very good, it worked perfectly, I was able to download the demo without any problems by making this change in the latest version of theme. The modification is in the file:
goldsmith/inc/core/merlin/class-merlin.php
 
  • Like
Reactions: Islamhaven
I installed the GoldSmith theme and also imported the demo content. However, I am encountering an issue with the WooCommerce payment options. Even though I've set up cash on delivery and another online payment gateway, it still indicates no payment options available when trying to purchase a product. :)
 
Babak updated GoldSmith - Jewelry Store WooCommerce Elementor Theme with a new update entry:

GoldSmith Theme v1.2.4

Download GoldSmith v1.2.4 - Jewelry Store WooCommerce Elementor Theme Nulled Free
v1.2.3 – Date: 26.12.2023

Dublicated thumbnail image issue in Quick View is fixed.
Dublicated SKU issue in Quick View is fixed
Blog page is updated.
Item quantity issue in cart page is fixed.
Mega menu dropdown menu visiblity issue is fixed.

Read the rest of this update entry...
 
lol,,,,
all these issues were pointed out by me to the developer..
an entire update dedicated to me...
 
new changelog updated for v1.2.4

Version: 1.2.4 – Date: 13.04.2024

  • Price issue in the varşated product page is fixed.
  • Wishlist page is improved.
  • Product excerpt option is added for the shop page.
  • Breadcrumb color option in the shop page is fixed.
  • Dublicated product items issue in the product page is fixed.
  • Shop Hero section is improved and is now compatible with WPML.
 
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