Home Forums WoodMart support forum cookies bar

cookies bar

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #62159

    SamaWeb
    Participant

    hello there

    i need the cookies bar under the footer, if its enable its covering the copyright on the footer.

    thanks

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

    Bogdan Donovan
    Keymaster

    Hello,

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

    body .woodmart-cookies-popup {
    	position: relative;
    	z-index: 100;
    	box-shadow: none;
    	transform: none;
      -webkit-transform: none;
    }
    
    body .woodmart-cookies-popup.popup-hide {
    	display: none;
    }

    Regards

    #62335

    SamaWeb
    Participant

    Hi im using live chat on my site
    can i have the live chat under the popup cookies bar

    so just i need to have the cookies bar in front of the live chat

    thanks

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

    Hello,

    Please provide your site admin access.

    Best Regards

    #62455

    SamaWeb
    Participant

    done

    #62473

    Hello,

    Please add this code to Theme Settings > Custom CSS

    .woodmart-cookies-popup {
        z-index: 2000000001 !important;
    }

    Best Regards

    #62913

    SamaWeb
    Participant

    Hello there

    thanks you for the last reply .. working great

    can i have this bar as well under the live chat icon

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

    Hello,

    I cannot catch this window. What payment or steps should I take to see this on your site?

    Best Regards

    #62926

    SamaWeb
    Participant

    change the currency to euro
    and then use the payment method stripe – so-fort

    and press pay now and then on the so-fort page just go back to the site

    you will see the message

    thanks

    #62929

    Hello,

    http://prntscr.com/juwfjo I can not catch this message, hover it and press F12, find our the css class and assign the same styles.

    Here is the sample of how to find the class. https://gyazo.com/d6df769fff85b3d9accf47b1de17d98b

    Best Regards

    #62931

    SamaWeb
    Participant

    check the private content

    #62944

    Hello,

    Please try this code:

    .woocommerce-message{
     z-index: 2000000001 !important;
    }

    Best Regards

    #62963

    SamaWeb
    Participant

    not working

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

    Hello,

    Please try this code:

    .woocommerce-error,
    .woocommerce-message,
    .woocommerce-info,
    div.wpcf7-response-output,
    #yith-wcwl-popup-message,
    .mc4wp-alert, {
    z-index: 2000000001 !important;
    }

    Best Regards

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