- 
		AuthorPosts
 - 
		
			
				
June 11, 2017 at 12:34 pm #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=trueFor 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 8 years, 4 months ago by 
foscolino.
 
June 11, 2017 at 2:46 pm #806575Hey 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,
MikeJune 11, 2017 at 2:57 pm #806578Hi Mike, the styling code not work :-(, you can see my website at this url:
http://www.studiolegalecrea.com/
user: admin
pwd: studiolegalecreaUnder 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.June 11, 2017 at 3:20 pm #806584Hi,
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,
MikeJune 11, 2017 at 3:26 pm #806585Hi Mike, very good!!!
your css work perfectly! thanks a lot!Best regards,
AndreaJune 11, 2017 at 3:29 pm #806586 - 
		This topic was modified 8 years, 4 months ago by 
 - 
		AuthorPosts
 
- The topic ‘Open page in modal lightbox without main menù’ is closed to new replies.
 
