• pkwp73

    (@pkwp73)


    I setup the frame ‘work in progress’ with pagelayer and now, it seems impossible to remove. With some browser, like Chrome, and some format, it appears again. It works with Firefox.

    I attempt to fix it again in the .css with

    .woocommerce-store-notice.demo_store {
    display:none;
    }

    but without more success.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support pagelayersupport

    (@pagelayersupport)

    Hi @pkwp73 ,

    Sorry for the inconvenience caused.

    To remove the notice error from the site, you need to set the value false for the WP_DEBUG constant in the wp-config.php.

    Best regards,
    Pagelayer Team

    Thread Starter pkwp73

    (@pkwp73)

    Thanks for the response.

    This variable is already set to false:

    define( ‘WP_DEBUG’, false );

    Plugin Support pagelayersupport

    (@pagelayersupport)

    Hi @pkwp73,

    If the above variable is set to false and still you are facing the issue then please check the php.ini file and check the parameter display_errors = Off to remove the warning or notice error from the site.

    If you still facing the issue then check the .htaccess file and set the value false in the line php_flag display_errors off

    Regards,

    Pagelayer Team

    Thread Starter pkwp73

    (@pkwp73)

    Thanks for your response.

    The two both variables are set to off and the message is still there…

    I tried a workaround by setting transparent colors in CSS, but it doesn’t work too ??

    It seems to be impossible to change the property of the woocommerce-store-notice.demo_store component. The tree begins by a wide element, which is FMHO not normal…

    Please, help, because my site is in production and I lost clients because of this bug. Thanks

    Plugin Support pagelayersupport

    (@pagelayersupport)

    Hi,

    Sorry for the delay in the response and the inconvenience caused.

    If the CSS is not override then you need to use !important with the property.

    Regarding the notice error,

    In wp-config.php file, following code:
    define(‘WP_DEBUG’, true);

    Replace with:
    define(‘WP_DEBUG’, false);

    And the save the wp-config.php file

    If the issue persists, please open the support ticket with the below link so we can check and resolve the issue.
    https://pagelayer.deskuss.com/

    Regards,
    Pagelayer Team

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[NSFW] [Woocommerce] ‘Work in progress’ notice-store won’t stop’ is closed to new replies.