• Hi ,

    First of all, i have to say the plugin is world-class and every serious developer should have on in their tool kit.

    Everything work fine, except that the bug that i would like to report:

    Testing Enviroment

    1. WordPress 6.8.1
    2. PHP 8.2
    3. All Plugins deactivated except
      • Microthemer
      • Code Snippet Pro

    What i have Tested

    1. To test if the CSS modified by Microthemer will still keep after i deactivated the Plugin

    What i have done

    1. Copy and pasted the following Code Snippet (based on the Plugin Suggestion) in to the function.php of my WordPress via Code Snippet Pro
    /* Begin Microthemer Code */
    if (!defined('MT_IS_ACTIVE')) {
    $file = ABSPATH . 'wp-content/micro-themes/AssetLoad.php'; // modify this for WP multisite

    // Load MT AssetLoad class if it's available, and hasn't been loaded yet
    if (!class_exists('\Microthemer\AssetLoad') && file_exists($file)){
    require_once $file;
    new Microthemer\AssetLoad(true);
    }
    }
    /* End Microthemer Code */

    Result after

    1. The Code Snippet is activated, AND
    1. The Microthemer Plugin is deactivated

    Result i got in my website:

    There has been a critical error on this website.

    Please suggest

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Themeover

    (@bastywebb)

    Hey, thanks for much for the kind words and bug report. I was able to replicate the issue. An update to the manual loading PHP code and file management system was required to keep paces with some recent changes in Microthemer.

    To fix this issue, follow these 3 steps:

    1. Update Microthemer to version 7.4.1.5
    2. Visit the Microthemer interface after activation (this will ensure some files get copied to /wp-content/micro-themes
    3. Replace your previous functions.php code with the new code shown in Microthemer:

    Settings > General > Preferences > Inactive

    Please let me know if that works for you.

    Cheers!
    Sebastian

    • This reply was modified 5 months, 1 week ago by Themeover.

    Hi Sebastian,

    Thanks for your instant reply.

    I have carried out your suggestion and now the plugin work properly:

    1. The CSS can be modified when the Plugin is activated, AND
    2. After i updated the Plugin and enabled the suggested Code Snippet, the Modified CSS is still kept even after the Plugin is MicroThemer DEACTIVATED.

    Really amazing!

    Plugin Author Themeover

    (@bastywebb)

    Brilliant, thanks so much for confirming.

    I’ll release this functionality as a free plugin on wordpress.org soon so it’s easier to update without making manual code changes.

    Cheers,
    Sebastian

    Plugin Author Themeover

    (@bastywebb)

    P.S. the last update introduced an issue with computed CSS styles not displaying over the CSS property fields, which has been fixed in version 7.4.1.6

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

You must be logged in to reply to this topic.