x

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?

1,370 Views
Message 1 of 15
Report
14 REPLIES 14
Square

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.

1,357 Views
Message 16 of 15
Report

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?

1,352 Views
Message 16 of 15
Report
Square

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.

1,346 Views
Message 16 of 15
Report

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) ?

1,336 Views
Message 16 of 15
Report
Square

Where did you add the link on your site? I would expect to work just like this link.

1,332 Views
Message 16 of 15
Report

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

1,328 Views
Message 16 of 15
Report

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.

1,323 Views
Message 16 of 15
Report
Square

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. Smiley Happy 

1,318 Views
Message 16 of 15
Report

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."

image

1,284 Views
Message 16 of 15
Report

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>

671 Views
Message 16 of 15
Report

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

643 Views
Message 16 of 15
Report
Square

I see two domains in your account, @Kipwww.ocotilloview.com and www.ocotillovistas.com. Which one did you want to use as the address of your website?

639 Views
Message 16 of 15
Report

I only want to use the www.ocotillovistas.com name. Thanks for your help.

634 Views
Message 16 of 15
Report
Square

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. 

628 Views
Message 16 of 15
Report