WebGraphxSolutions Posted June 14, 2023 Posted June 14, 2023 Good day, I am having an issue with an iframe on a site for a client. When I first added the iframe it worked perfectly for several weeks. Now it just will not display. I added the iframe in a page section using a code block. The code snippet I added is the code originally. I have tried shorting the URL, and that didn't seem to help. The password for the page is SLVS https://iris-finch-bjkm.squarespace.com/market-reports <!DOCTYPE html> <html lang="en"> <head> <title>HTML Full-screen iframe (100% Height and Width)</title> <style> body{ margin: 0; /* Remove default margin */ } iframe { width: 85vw; height: 100vh; margin: 0 auto; background-color: #00000; } iframe { display: block; border-style: none; } </style> </head> <body> <iframe src="https://shenandoahagtech.adalo.com/market-report-creator?_gl=1%2Auuurz8%2A_ga%2AMTAxMTY0NTI2Mi4xNjc4ODg5NzM3%2A_ga_SWT45DV35L%2AMTY4Mjk0OTk1OS41My4xLjE2ODI5NTEyNzUuNjAuMC4w¶ms=%7B%22ev9frhv78v6ajeq5pz58jbdqq.t_5iiljrxxcxsmp8z3af9fchgyi%22%3A31%7D&target=6fogos78ddnu4h6zcucdwahc7"></iframe> </body> </html> Let me know if you have any ideas as to why it will not show up. Thank you for checking into this.
WebGraphxSolutions Posted June 15, 2023 Author Posted June 15, 2023 At the moment, I have set up a page redirect to achieve my goal, but it's only a temporary fix. I am still looking to use an iframe to post the content. It almost seems like a permissions issue, but I am not sure how to find out.
creedon Posted June 15, 2023 Posted June 15, 2023 The password is not valid. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment