• Hi,
    thank you for your work on this pluglin.

    I noticed a small bug, the error isn’t printed inside the span with class berocket_minmax, but right after.

    At line 1001 of main.php your code is

    wc_add_notice( '<span class="berocket_minmax" style="display:none;"></span>'.$error, $error_type );

    while I think it should be

    wc_add_notice( '<span class="berocket_minmax" style="display:none;">'.$error.'</span>', $error_type );

    In this way it would be easier to give a style to the notice.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello,

    It is not issue, as you can seen this block has style “display:none;” and will be not displayed on the page.
    This span block only used to detect our notic separate from other notices.

    Regards,
    Oleg

    Thread Starter Salvatore

    (@mistyanet)

    Ehm, sorry but that’s not what I see.

    I changed the code as I said and now i’m able to change the css of the notice.
    If you want I can send to you privately all the links to check what I’m saying.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘FIX wrong position of the error’ is closed to new replies.