Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support gVectors Support

    (@gvectorssupportmember)

    Hi @screamson,

    This will be fixed in the next version update.

    In case if you want to fix it as soon as possible please follows the steps below to get it resolved:

    1. Open the /wp-content/plugins/wpdiscuz/class.WpdiscuzCore.php file

    2. Find the following line (1068 line):

    wp_register_script('wpdiscuz-jquery-cookie', plugins_url(WPDISCUZ_DIR_NAME . '/assets/third-party/wpdcookiejs/customcookie.js'), array('jquery'), $this->version, true);

    3. Replace with the following one:

    wp_register_script('wpdiscuz-jquery-cookie', plugins_url(WPDISCUZ_DIR_NAME . '/assets/third-party/wpdccjs/wpdcc.js'), array('jquery'), $this->version, true);

    Don’t forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.

    Thread Starter screamson

    (@screamson)

    Okay, thank you.
    There’s another compatibility problem with another plugin https://codecanyon.net/item/image-map-pro-for-wordpress-interactive-image-map-builder/2826664.
    You have a rule in your css file /wp-content/plugins/wpdiscuz/assets/css/wpdiscuz-deactivation.css

    
    [class^="fa-"], [class*=" fa-"]{
    font-family: 'icomoon' !important;
    }
    

    Because of it, the icons in the Image Map Pro plugin become broken https://drive.google.com/file/d/1hMzNqnDSE4PsRYYPu0Chh2YKMnSUDXlc/view?usp=drivesdk.
    Now, I’m gonna manually fix that rule. But please fix it in the next update so that it doesn’t interfere with the work by removing the condition !important

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Errors in admin area’ is closed to new replies.