- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
How Do I change the Page URL
Hello,
I am trying to add a secure iframe to my website. The iFrame is from a payment page for our LawPay account. Law Pay requires the final URL of the page where we are putting the iframe on to end in ?page=operating. So we need to have the url be: https://www.blocklegalservices.com/make-a-payment.html?page=trust
But I am unable to change the url after the .html. I can only change the part that says "make-a-payment". Is there any way to change the page url after the .html?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
To make that work, you'll probably need to make sure that any link to make to the page uses the external link option. For example, if you want that page linked from your site navigation, hide the page and then add another page using the external link choice and "https://www.blocklegalservices.com/make-a-payment.html?page=trust" as the url.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Sorry, I'm just a bit confused. Once I create a new external page and have that link go to https://www.blocklegalservices.com/make-a-payment.html?page=trust How do I have that go to the iframe? The iframe is on a standard page and I cannot change the url of the standard page to have what I need. How do I link that standard page to the external page?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Your make-a-payment.html page has the iframe on it in an Embed Code element, right? As long as you are linked to your make-a-payment.html page with the external option and including the query string they need, it should work how they want.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Yes, the make-a-payment.html page has the iframe on it. How do I include the query string with the external option? When I tried having the external page link to the make-a-payment.html page I tried adding on the ?page=trust to the end of the external link I just got about:blank#blocked in the URL.
- So I have the page with the iframe - https://www.blocklegalservices.com/make-a-payment.html
- I need that URL to be https://www.blocklegalservices.com/make-a-payment.html?page=trust
- I tried having the external page go to https://www.blocklegalservices.com/make-a-payment.html?page=trust how do I include the query string (?page=trust) ?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Where did you add the link on your site? I would expect to work just like this link.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
I was able to have the iFrame Show up on the page now. Thank you for your help with that. But now I am unable to scroll down on the page or the iframe itself. Any thoughts?
https://www.blocklegalservices.com/make-a-payment.html?page=trust
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
I have confirmed that it is when I add the iFrame to a page it doesn't allow the page to scroll. I have tested this on a different page. I was able to scroll on the page just fine, but when I added the iFrame I was no longer able to scroll.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Is there a way for you to add dimensions to your code? I apologize, I'm not super familiar with iFrames, and Adam is out for his weekend. There may be another user on here with some suggestion for you as well.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Here is the code they provided me to use:
<div id="amp-embed"></div> <script src="https://cdn.affinipay.com/libs/amp-embed.min.js"></script><script> AMP.Embed.init({ publicKey: 'm_TUKC-UY4QbSeeHbfNl4xXA', containerID: 'amp-embed' }); </script>
There support team said " it appears that there is an element in your theme that is causing the scroll issue:
style=“overflow-y: hidden; margin: 0px;”
By changing the overflow-y element to auto in the console, the issue was corrected."
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Add this to the footer code field for the page on the Pages tab and it should fix it on your live site, @Collin_S:
<style>
body
{
overflow-y: auto !important;
}
</style>
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
I accidentally typed in the wrong url for my purchased website. I typed in www.ocotillo.com (which is already taken by a company) and should have typed in www.ocotillovistas.com. How do I make this change?
Thanks,
Kippie
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
I see two domains in your account, @Kip, www.ocotilloview.com and www.ocotillovistas.com. Which one did you want to use as the address of your website?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
I only want to use the www.ocotillovistas.com name. Thanks for your help.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Log into the Weebly dashboard and click Website>General Settings, then customize the Site Address. You'll want to use the second option that says "Use a domain I own" then search and connect the domain name.
I've done this for you, but it looks like your domain name www.ocotillovistas.com is forwarding to www.ocotilloview.com. I updated the dns for the domain but it may take up to 24-48 hours to reflect on the live site.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report