Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • I am sorry this did not worked as it introduced new issues with the cloning process.

    I end up commenting the Elementor line on 105.

    //if ( ! current_user_can( ‘edit_post’, $id ) ) {
    // throw new \Exception( ‘Access denied.’, Exceptions::FORBIDDEN );
    //}

    I know this is not a solution but I really needed the cloning process via API.

    @igianni84 The issue is with the new version of Elementor that supports Global CSS and New theme system. ver > 3

    If you read the code it says the user must be logged in to save the updated options.

    So simply add the:

    require_once(‘wp-load.php’);
    wp_set_current_user ( 1 );

    where 1 is the id of the super network admin.

    hope this helps

    Plugin Author rabbitbuilder

    (@rabbitbuilder)

    Hello,

    I am glad you found the plugin useful.

    I have just updated the plugin to support the new Elementor ColorPicker.

    Please test and let me know if something is not working correctly.

    Thanks.

    Plugin Author rabbitbuilder

    (@rabbitbuilder)

    Hello Diane,

    This plugin is intended for someone who has some knowledge of CSS Classes and ID’s and how to inspect them using Google Chrome Dev Tools.

    This plugin can help you if you are planning to re-use your theme for other projects.

    For example, professional Elementor Template developers can design a complete theme and using this plugin they can simply update the site-wide color and style changes for another project.

    It’s been in my todo list to create a small tutorial on using this plugin. I will try to make a tutorial in a day or two.

    Thanks for using this plugin.

    Kind Regards,
    Erfan

    Plugin Author rabbitbuilder

    (@rabbitbuilder)

    Hello @helmi and @reelism ,

    Reading from GitHub, You do understand why Elementor is not working on resolving this issue and instead working on POPUP’s and Animations.

    But thanks for taking the time to actually review the plugin. Truth is that I never thought that somebody will even bother to use it and it makes sense since it’s required Advance level of CSS/SCSS knowledge to make it work.

    I am a professional theme developer and based on client high demand I have created this plugin to help myself and others like me.

    I thought that it will be easier for the clients to find the menu this way. I will fix it though.

    Short name and the menu will under the Appearance.

    Thanks again,
    Erfan

Viewing 5 replies - 1 through 5 (of 5 total)