-
AuthorPosts
-
September 27, 2017 at 12:47 am #857205
How do I get this link:
http://fresnomls.rapmls.com/scripts/mgrqispi.dll?APPNAME=Fresno&PRGNAME=MLSLogin&ARGUMENT=yHKljpboUC8pFZBI63Som%2B6CSN4EGf7b%2FGKIRcxURT8%3D&KeyRid=1&MLS_Origin=FRES&HM=Yto show up on this page:
as the entire page? (except header/footer)
September 27, 2017 at 6:30 am #857328Hey dawsmik,
Please, can you explain your question very well?
Best regards,
John TorvikSeptember 27, 2017 at 5:12 pm #857624How do I add this link to an enfold page? When I use the code block function, it doesnt work.
September 27, 2017 at 7:17 pm #857681Hi dawsmik,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaSeptember 27, 2017 at 7:52 pm #857695I was just wondering what is the generic process to do this.
September 29, 2017 at 9:30 am #858363Hi,
There’s a mixed content notification. The page must be served over https.
Mixed Content: The page at ‘https://realco.wpengine.com/buyers/’ was loaded over HTTPS, but requested an insecure resource ‘http://fresnomls.rapmls.com/scripts/mgrqispi.dll?APPNAME=Fresno&PRGNAME=MLSLogin&ARGUMENT=yHKljpboUC8pFZBI63Som%2B6CSN4EGf7b%2FGKIRcxURT8%3D&KeyRid=1&MLS_Origin=FRES&HM=Y’. This request has been blocked; the content must be served over HTTPS.
Best regards,
IsmaelDecember 27, 2017 at 6:34 pm #892183The page is now all https.
Here is a link to the page:
Here is what the section should look like (this should all be under our header):
- This reply was modified 6 years, 11 months ago by dawsmik.
December 27, 2017 at 10:37 pm #892260Hi dawsmik,
We cannot see the link from the reply above. Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaDecember 27, 2017 at 10:55 pm #892268How do I give you the admin access?
December 29, 2017 at 3:50 am #892326Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
MikeJanuary 2, 2018 at 4:27 pm #892508This is what my site currently looks like when I put the link for an Iframe in the Code Block:
The changes I need are:
1. I need the I frame to resize automatically to the size of whatever is in the link.
2. I need Iframe to be directly against the header with no space in between.
3. I need the Iframe to be the full width of the page.Thank you.
- This reply was modified 6 years, 10 months ago by dawsmik.
January 3, 2018 at 3:00 am #892691Hi,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeJanuary 3, 2018 at 3:20 am #892700What part of the question do you need a login to answer? I just need to know how to make an iframe expand to the size of the page inside of it. Then how do I take out any space between the iframe and the header.
January 3, 2018 at 3:22 am #892701If necessary, could you please send directions on how to do that on an unmodified install of Enfold?
January 3, 2018 at 3:26 am #892702this link should also work.
January 3, 2018 at 3:46 am #892712Hi,
Try this iframe:<iframe src="site.com" style="width: 100%; border: none"></iframe>
and this css:
#top.page-id-25 .content { padding-top: 0px!important; padding-bottom: 0px!important; }
Best regards,
MikeJanuary 3, 2018 at 4:46 am #892721Yes! Thank you! This is exactly what I was looking for. I need one more part. I need to make the height 100% as well. I wasn’t sure how to add full height into the code you gave me.
January 3, 2018 at 11:05 am #892770Hi,
Please try:<iframe src="site.com" style="width: 100%; height:100%; border: none"></iframe>
Best regards,
MikeJanuary 3, 2018 at 6:32 pm #892901For some reason the height 100% portion is not working, here is what it looks like:
Inside the Iframe is a very long page.
Here is link to the site:
- This reply was modified 6 years, 10 months ago by dawsmik.
January 4, 2018 at 12:25 am #892995Hi,
Please try:<iframe src="site.com" style="width: 100%; height:100vh; border: none"></iframe>
Best regards,
MikeJanuary 4, 2018 at 5:39 am #893093That’s it! Thank you!
Can you tell me how to get rid of the white space between the edge of the Iframe and the right and left side of the page?
I put red boxes to show the area in this pic:
January 4, 2018 at 11:55 am #893198 -
AuthorPosts
- You must be logged in to reply to this topic.