Home Forums WoodMart support forum Newsletter on begin and by clicking link

Newsletter on begin and by clicking link

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #313109

    kmshahulhameed
    Participant

    Hi Great,
    Please help me to short the issue i am facing with newsletter here https://woodmart.xtemos.com/shop/ in the top if click Newsletter link popup appear how shall do it on my site

    Also on begin of my site newsletter popup appear with full black bg how shall i make it transparent.

    Waiting for you kind support with video tutorial while you correct on my site

    Thanks in advance

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

    Hello,

    I saw the screenshot you attached.

    To display the Popup when clicking on the button You need to add CSS class to any link “woodmart-open-newsletter” and clicking on it will cause a popup.

    Screenshot for Clarification: https://gyazo.com/135864d4eb2364df73ce6ab3791cb8e4

    To change the background to transparent try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .mfp-bg {
        background-color: transparent;
    }

    Regards.
    Xtemos Studios

    #313504

    kmshahulhameed
    Participant

    Thanks for your reply

    1. As you advise i gave Link to the button its working in Desktop but its not working in mobile view
    2. Transparent bg its not working the way you said
    3. How shall i give link to widget footer (Newsletter)

    I appreciate your support, hope you will help to fix this

    Thanks

    #313576

    Hello,

    1. I have checked in the mobile as well and it is working fine and open the Newsletter Popup. Please check the site after removing the browser cache.

    2. Please try to use this custom CSS code:

    .mfp-move-horizontal.mfp-ready.mfp-bg {
        opacity: 0.9;
    }

    3. You should create a new menu and use that menu in the Widgets section by using the navigation Menu Widget: https://ibb.co/GRB0W47

    Best Regards

    #313725

    kmshahulhameed
    Participant

    Thanks for your Support

    Still i have issue on mobile view. Let me check with friends mobile and let you know

    #313760

    Hello,

    Ok, I will wait for your next reply.

    Best Regards.

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