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? :-)
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
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.
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
Hi Mike, very good!!!
your css work perfectly! thanks a lot!
Best regards,
Andrea