Elementor popups

Home Forums Jevelin Theme Elementor popups

Home Forums Jevelin Theme Elementor popups

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • windriser
    Participant

    Hi, in the site I am doing with jevelin, I preferred Elementor to wpbakery. I have a problem with elementor’s popup function though. in fact if I create a popup this is not shown in the tablet and mobile view (you can also see it by doing a windows resize from the desktop version) the popup should show a Curriculum Vitae. How can I solve? the page address is https://ecografieultravet.com/laura-tassotti/ P.S when I enter the appearance> customize menu and try to do windows resize the popup is shown in all views (desktop, tablet, mobile)

    • This topic was modified 2 years, 9 months ago by windriser.
    • This topic was modified 2 years, 9 months ago by windriser.
    • This topic was modified 2 years, 9 months ago by windriser.
    Attachments:
    You must be logged in to view attached files.

    Hi @windriser,

     

    I hope you are well today and thank you for your question.

     

    Could you please temporarily activate the Twenty Twenty One theme on your website and check whether it works fine?

     

    Also, I can not access your shared website to troubleshoot the issue as I get a message “saremo online a breve” so please make sure that it is accessible to me.

     

    Best regards,
    Shufflehound team

    windriser
    Participant

    yes, with the twenty twenty one theme everything works.I leave the administrative credentials in the private information field

    • This reply was modified 2 years, 9 months ago by windriser.

    Solution for this topic

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Jevelin -> Theme Settings -> Custom CSS/JS -> CSS Code

     

    @media (max-width: 1024px) {
        body.admin-bar .dialog-type-lightbox.elementor-popup-modal {
            position: fixed;
        }
    }

    windriser
    Participant

    Great. code works fine. It also work without “body”

    thankyou very much

    @media (max-width: 1024px) {
        .admin-bar .dialog-type-lightbox.elementor-popup-modal {
            position: fixed;
        }
    }
    
    • This reply was modified 2 years, 9 months ago by windriser.

    You are most welcome here 🙂

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