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

ThemePlace - Marketplace WordPress Theme By CodeCorns

ThemePlace - Marketplace WordPress Theme By CodeCorns v1.1.6

No permission to download
How to fix the error?
You can do that by creating a plugin in wp-content/mu-plugins/ (create folder "mu-plugins" in "wp-content")
  1. Create a new .php (themeplace-core-fix.php) file in the wp-content/mu-plugins folder
  2. Add this code snippet below to the file you just created
Code:
<?php
/**
 * Plugin Name: Elementor Scheme_Color and Scheme_Typography Class Issue
 **/

namespace Elementor;

\add_action(
  'plugins_loaded',
  function() {
    if ( ! class_exists( 'Elementor\Scheme_Color' ) ) {
      class Scheme_Color extends Core\Schemes\Color {}
    }
  }
);
\add_action(
  'plugins_loaded',
  function() {
    if ( ! class_exists( 'Elementor\Scheme_Typography' ) ) {
      class Scheme_Typography extends Core\Schemes\Typography {}
    }
  }
);

This should solve the problem
 
  • Love
Reactions: woody2003
You can do that by creating a plugin in wp-content/mu-plugins/ (create folder "mu-plugins" in "wp-content")
  1. Create a new .php (themeplace-core-fix.php) file in the wp-content/mu-plugins folder
  2. Add this code snippet below to the file you just created
Code:
<?php
/**
 * Plugin Name: Elementor Scheme_Color and Scheme_Typography Class Issue
 **/

namespace Elementor;

\add_action(
  'plugins_loaded',
  function() {
    if ( ! class_exists( 'Elementor\Scheme_Color' ) ) {
      class Scheme_Color extends Core\Schemes\Color {}
    }
  }
);
\add_action(
  'plugins_loaded',
  function() {
    if ( ! class_exists( 'Elementor\Scheme_Typography' ) ) {
      class Scheme_Typography extends Core\Schemes\Typography {}
    }
  }
);

This should solve the problem
You really did a great job. Thank you so much, everything working fine now
 
You can do that by creating a plugin in wp-content/mu-plugins/ (create folder "mu-plugins" in "wp-content")
  1. Create a new .php (themeplace-core-fix.php) file in the wp-content/mu-plugins folder
  2. Add this code snippet below to the file you just created
Code:
<?php
/**
 * Plugin Name: Elementor Scheme_Color and Scheme_Typography Class Issue
 **/

namespace Elementor;

\add_action(
  'plugins_loaded',
  function() {
    if ( ! class_exists( 'Elementor\Scheme_Color' ) ) {
      class Scheme_Color extends Core\Schemes\Color {}
    }
  }
);
\add_action(
  'plugins_loaded',
  function() {
    if ( ! class_exists( 'Elementor\Scheme_Typography' ) ) {
      class Scheme_Typography extends Core\Schemes\Typography {}
    }
  }
);

This should solve the problem
Website working now, but the theme RTL, how can I make it LTR?
 
Hello! Is there a chance we can have the latest version?

September – 13 – 2023, version 1.1.7​

- Issue: Compatibility problem with Elementor's new update.
- Resolution: Deprecated hook "elementor/widgets/widgets_registered" has been fixed.
- New Approach: We now use "elementor/widgets/register" for compatibility.
 

Forum statistics

Threads
79,542
Messages
1,144,709
Members
249,901
Latest member
socialistmia
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