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

Ekommart - All-in-one eCommerce WordPress Theme

Ekommart - All-in-one eCommerce WordPress Theme v3.8.9 Untouched

No permission to download
I just noticed that the "Ekommart Options" in the admin menu is missing. Could this be from nulling the theme as no one is having the problem on Themeforest?
 
I just noticed that the "Ekommart Options" in the admin menu is missing. Could this be from nulling the theme as no one is having the problem on Themeforest?
The nulling shouldn't have stopped anything. However, I see that although it is still 3.0.1 it was updated again 18 November 20. I'll check it when I get time. :)
 
  • Love
Reactions: Babak
  • Love
Reactions: Babak
Generally simply patch the protected method "edd_activate_license" in the class "class-merlin.php"

protected function edd_activate_license( $license ) {
// 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'];
$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' );
}
 
  • Love
Reactions: Babak
Hello @TassieNZ

On the Ecommart documentation they are showing there is Ecommart Option

LsW647w.png


But when I installed on my website I couldn't see any option
orxBJzD.png


So I couldn't change the Breadcrumb, Color etc etc
Looking forward to your confirmation !
@Babak
 

Latest posts

Forum statistics

Threads
79,380
Messages
1,140,684
Members
248,027
Latest member
winwincommunication
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