• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Site generating random <div>

New Here ,
Feb 05, 2018 Feb 05, 2018

Copy link to clipboard

Copied

When ever you scroll to the very bottom of this site HOME it generates random div boxes and makes the page longer? why odes it do this? I need it to stop, at first when you scroll down it will look like its not doing it but if you scroll a load of times down and then wait a bit it will do it...

Views

206

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Guide , Feb 05, 2018 Feb 05, 2018

I think the reason is in third-party widgets or codes. Most likely the blame is video background widget. In general, the code of your site is terrible and contains a lot of structural errors - all this is the fault of third-party widgets. When you report an error, always report the same way that you use third-party widgets or codes.

As a crutch, you can try the following code. Paste it into the HEAD in the page properties.

<style>

.verticalspacer {

    height: 0px !important;

    min-height: 0px !imp

...

Votes

Translate

Translate
Guide ,
Feb 05, 2018 Feb 05, 2018

Copy link to clipboard

Copied

I think the reason is in third-party widgets or codes. Most likely the blame is video background widget. In general, the code of your site is terrible and contains a lot of structural errors - all this is the fault of third-party widgets. When you report an error, always report the same way that you use third-party widgets or codes.

As a crutch, you can try the following code. Paste it into the HEAD in the page properties.

<style>

.verticalspacer {

    height: 0px !important;

    min-height: 0px !important;

}

</style>

If that does not work, remove the third-party widgets one by one until you find the cause of the problem. And the widget that prohibits the right click you can remove immediately, because it is just a small annoying hindrance. The one who needs it will easily bypass his defense. Therefore, except for too much code and load, it does not give anything.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 06, 2018 Feb 06, 2018

Copy link to clipboard

Copied

LATEST

Thanks you!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines