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

    Hi, is it possible open a page in modal lightbox without main menù?
    I have in home-page (page-id-734) a simple link inside text editor, this link is:

    http://www.mywebsite.com/second-page?iframe=true

    For example, the page “second-page” (page-id-3504) opens correctly into iframe lightbox, but I don’t want to see mobile menù on right.
    I have tried to resolve my problem through css, but I believe not work because the first page loaded is home-page, not second-page :

    .page-id-3504 .mobile_active #advanced_menu_toggle { display: none; }
    .page-id-3504 .main_menu { display: none; }
    .html_stretched.html_entry_id_3504 .mobile_active #advanced_menu_toggle { display: none !important; }

    Can you help me, please? :-)

    • This topic was modified 7 years, 5 months ago by foscolino.
    #806575

    Hey Andrea,
    Try this code in the General Styling > Quick CSS field:

    
    @media only screen and (max-width: 989px) {
    .page-id-3504 .responsive.html_mobile_menu_tablet .container #advanced_menu_toggle {display: none !important;}}

    If you are still having trouble please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #806578

    Hi Mike, the styling code not work :-(, you can see my website at this url:

    http://www.studiolegalecrea.com/
    user: admin
    pwd: studiolegalecrea

    Under link “PERSONE”, under name “Mariafrancesca Crea” you can click on text “[ Credits ]”.
    You can see the result, your css now is already applied in the General Styling > Quick CSS field.

    #806584

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .page-id-3504 .container #advanced_menu_toggle, #advanced_menu_hide {display: none!important; }

    Or in your child theme css and please clear your site cache.

    Best regards,
    Mike

    #806585

    Hi Mike, very good!!!
    your css work perfectly! thanks a lot!

    Best regards,
    Andrea

    #806586

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Open page in modal lightbox without main menù’ is closed to new replies.