Home Forums WoodMart support forum Pop up notification, come to front

Pop up notification, come to front

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #113673

    acauazum
    Participant

    When ‘pop up’ appear (Example: Your password is wrong),
    His text its always hided by my chat online icon.

    How to show the pop up always IN FRONT of any other icons behind?
    If its not possible that above, so how to align RIght the text?

    Attachments:
    You must be logged in to view attached files.
    #113705

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    div .wptwa-container {
    	z-index: 350;
    }
    #113771

    acauazum
    Participant

    Thank you, but not works, nothing change.
    Could you send me another code + code to align center the text there?

    #113788

    Artem Temos
    Keymaster

    You didn’t place the code and we can’t check why it doesn’t work. Text can’t be aligned there.

    #113790

    acauazum
    Participant

    Sorry,i was using staging website to test this.

    #113799

    Artem Temos
    Keymaster

    Sorry, the right one is

    div.wptwa-container {
    	z-index: 350;
    }
    #121927

    acauazum
    Participant

    Hi, thank you, but this just works inside login page. In some other situations and woocomerce errors the chat online appear in front of sticky notifications.

    Could you please just give me a code to ‘align-center TEXT’ , all texts inside notifications ?

    #121953

    Artem Temos
    Keymaster

    Try to use the following code

    body.notifications-sticky div.wpcf7-response-output, 
    body.notifications-sticky .woocommerce-error, 
    body.notifications-sticky .woocommerce-message, 
    body.notifications-sticky .woocommerce-info,
    body.notifications-sticky .yith_ywraq_add_item_product_message {
        z-index: 99999999;
    }

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)