• Resolved virarsi

    (@virarsi)


    I need you to click on the image of the popup to go to a page within the site, without adding buttons or messages

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Laura – WPMU DEV Support

    (@wpmudev-support8)

    Hey @virarsi,

    Hope you’re well.

    You can do that with Custom Content in Hustle. While editing popup you just need to add image and add link to that image via regular WordPress editor. Did you try and stuck at some point?

    If you can give us more information about at which step you are faced with the problem, I can help you more.

    Cheers,
    Oguz

    Thread Starter virarsi

    (@virarsi)

    Thank you very much for your reply. I tried what he proposes, but in doing so the image is shown with the vertical scroll bar, instead of the complete and responsive image. How can I solve that?

    Plugin Support Laura – WPMU DEV Support

    (@wpmudev-support8)

    Hey @virarsi,

    Thank you for the information, can you try to add these CSS codes to Custom CSS panel?

    
    .wph-modal.wph-modal-container .wph-modal--content>section {
        background:transparent;
        border:0;
    }
    
    .wph-modal.wph-modal-container .wph-modal--content>section .wph-modal--message{
        padding:0;
        max-height:none !important;
    }
    

    I hope that helps!

    Cheers,
    Oguz

    Thank you for the follow-up. I am going to close this ticket for now. If the code provided did not resolve the issue let us know and we will reopen the thread.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Popup clikc link’ is closed to new replies.