• Good evening,
    When i have installed the latest version of Ceceppa Multilingua i am not able to insert the Imagin in Evidence of an article! When i enter in the multimedia i don’t see any imagine and when i insert a new imagine i am not able to choose for insert.
    Have you got something suggestion for me?
    Thankyou so much
    Anna

    https://wordpress.org/plugins/ceceppa-multilingua/

Viewing 1 replies (of 1 total)
  • uhm… no..
    You should enable the debug and tell me if there is some warning/error.
    To enable the debug open the file “wp-config.php” and change:

    // Enable WP_DEBUG mode
    define(‘WP_DEBUG’, false);

    to

    // Enable WP_DEBUG mode
    define(‘WP_DEBUG’, true);

    and also add those lines:

    // Enable Debug logging to the /wp-content/debug.log file
    define(‘WP_DEBUG_LOG’, true);

    // Disable display of errors and warnings
    define(‘WP_DEBUG_DISPLAY’, false);

    after try to add the featured image and past the content of /wp-content/debug.log file

Viewing 1 replies (of 1 total)

The topic ‘Problem with Imagin in Evidence’ is closed to new replies.