Website Pages Glitch with Code

ismaelpohlert2
12 Posts
ismaelpohlert2 posted this 30 May 2020
Report a bug

Hello, I added code to two pages. These codes work fine, but make nicepage glitch and make the entire page unable to edit. I am simply adding code and the pages glitch because of it. I will attach a picture of what it looks like when I try to edit the page with the new code for the formsubmit.

Hello, I added code to two pages. These codes work fine, but make nicepage glitch and make the entire page unable to edit. I am simply adding code and the pages glitch because of it. I will attach a picture of what it looks like when I try to edit the page with the new code for the formsubmit.
Vote to pay developers attention to this features or issue.
12 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 01 June 2020

Hello Ismael,

Could you please send us your code?
...................................................
Sincerely,
Borys
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello Ismael, Could you please send us your code? ................................................... Sincerely, Borys Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
ismaelpohlert2
12 Posts
ismaelpohlert2 posted this 02 June 2020

Hello. I will attach it here. Thank you.

Hello. I will attach it here. Thank you.
Support Team
Support Team posted this 02 June 2020

Hi Ismael,

That is the whole HTML page code, you cannot insert it inside the page. You should add it partly.

This is the actual form code, insert it into the HTML control:

<div class="container">
    <h1>Contact Us</h1>
    <form target="_blank" action="https://formsubmit.co/Lmilstein314@outlook.com" method="POST">
        <div class="form-group">
            <div class="form-row">
                <div class="col">
                    <input type="text" name="name" class="form-control" placeholder="Full Name" required>
                </div>
                <div class="col">
                    <input type="email" name="email" class="form-control" placeholder="Email Address" required>
                </div>
            </div>
        </div>
        <div class="form-group">
            <textarea placeholder="Your Message" class="form-control" name="message" rows="10" required></textarea>
        </div>
        <button type="submit" class="btn btn-lg btn-dark btn-block">Submit Form</button>
        <br>
    </form>
</div>

And the stylesheet link should be added under the Site Settings >> HTML >> Additional Head HTML:

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css"
          integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Ismael, That is the whole HTML page code, you cannot insert it inside the page. You should add it partly. This is the actual form code, insert it into the HTML control: <div class="container"> <h1>Contact Us</h1> <form target="_blank" action="https://formsubmit.co/Lmilstein314@outlook.com" method="POST"> <div class="form-group"> <div class="form-row"> <div class="col"> <input type="text" name="name" class="form-control" placeholder="Full Name" required> </div> <div class="col"> <input type="email" name="email" class="form-control" placeholder="Email Address" required> </div> </div> </div> <div class="form-group"> <textarea placeholder="Your Message" class="form-control" name="message" rows="10" required></textarea> </div> <button type="submit" class="btn btn-lg btn-dark btn-block">Submit Form</button> <br> </form> </div> And the stylesheet link should be added under the Site Settings >> HTML >> Additional Head HTML: <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous"> ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
ismaelpohlert2
12 Posts
ismaelpohlert2 posted this 02 June 2020

Ah, I see. Thank you for explaining. Is there anyway to edit the page though? The initial picture I sent is what it still looks like when I try to edit the page. I have older exports of the website. Is it possible to use those as a backup and load them into nicepage as a project template?

Ah, I see. Thank you for explaining. Is there anyway to edit the page though? The initial picture I sent is what it still looks like when I try to edit the page. I have older exports of the website. Is it possible to use those as a backup and load them into nicepage as a project template?
Support Team
Support Team posted this 02 June 2020

Hi Ismael,

Are you able to access the page with the code, scroll to the element and delete it? If not, you can import back the previously exported projects and remove this one that is causing the issue. You can import only the Project file and not the theme that does not include the project file.
If that does not work for you, then find the folder with this site in your projects folder, zip it and attach here, we'll try to fix it.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Ismael, Are you able to access the page with the code, scroll to the element and delete it? If not, you can import back the previously exported projects and remove this one that is causing the issue. You can import only the Project file and not the theme that does not include the project file. If that does not work for you, then find the folder with this site in your projects folder, zip it and attach here, we'll try to fix it. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
ismaelpohlert2
12 Posts
ismaelpohlert2 posted this 02 June 2020

I am not able to access the code or import the project file. I will send in the zip file for the site. Thank you so much.

I am not able to access the code or import the project file. I will send in the zip file for the site. Thank you so much.

Last edited 02 June 2020 by ismaelpohlert2

ismaelpohlert2
12 Posts
ismaelpohlert2 posted this 02 June 2020

I am not able to access the code or import the project file. I will send in the zip file for the site. Thank you so much.

The zip file is 25.8mb and won't attach.

> I am not able to access the code or import the project file. I will send in the zip file for the site. Thank you so much. The zip file is 25.8mb and won't attach.
ismaelpohlert2
12 Posts
ismaelpohlert2 posted this 02 June 2020

This is the json site file.

This is the json site file.
Support Team
Support Team posted this 02 June 2020

Hi Ismael,

We need the whole site folder. Load it to some cloud and provide us with the link. Also specify on what page you have inserted that code.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Ismael, We need the whole site folder. Load it to some cloud and provide us with the link. Also specify on what page you have inserted that code. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
ismaelpohlert2
12 Posts
ismaelpohlert2 posted this 02 June 2020

Google drive link: https://drive.google.com/file/d/1KvO-_Lp9fjxLDh2tP-M0jYbRZUOdTo4s/view?usp=sharing

code is in referrals and about us

Google drive link: https://drive.google.com/file/d/1KvO-_Lp9fjxLDh2tP-M0jYbRZUOdTo4s/view?usp=sharing code is in referrals and about us
alphatoomega.cs
6 Posts
alphatoomega.cs posted this 06 June 2020

Any update?

Any update?
Support Team
Support Team posted this 08 June 2020

Hi Ismael,

Please check this project:
https://resources.nicepage.com/90/30090/project.zip?version=

Our developers have fixed it. Try to import it and open in the application. If that works fine, delete the old project in the application.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Ismael, Please check this project: https://resources.nicepage.com/90/30090/project.zip?version= Our developers have fixed it. Try to import it and open in the application. If that works fine, delete the old project in the application. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments