Blank Pages (Templates)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • iLuis
    Member
    • Jun 2014
    • 44
    • 5.0.X

    [Bug / Issue] Blank Pages (Templates)

    After I try to add an advertising module to the forums home page, save the change. Then each page was blank, that is, without content.

    The images:

  • glennrocksvb
    Former vBulletin Developer
    • Mar 2011
    • 4021
    • 5.7.X

    #2
    What code did you put in the Ad module? Invalid HTML added in a module can break the entire page.

    Flag Icon Postbit Insert GIPHY Impersonate User BETTER INITIALS AVATAR Better Name Card Quote Selected Text Bookmark Posts Post Footer Translate Stop Links in Posts +MORE!

    Comment

    • iLuis
      Member
      • Jun 2014
      • 44
      • 5.0.X

      #3
      Originally posted by Glenn Vergara
      What code did you put in the Ad module? Invalid HTML added in a module can break the entire page.
      Code of Google Adsense.

      Comment

      • iLuis
        Member
        • Jun 2014
        • 44
        • 5.0.X

        #4
        Is there any way of correct without restoring all the database?

        any table of database?

        Comment

        • glennrocksvb
          Former vBulletin Developer
          • Mar 2011
          • 4021
          • 5.7.X

          #5
          Has Google approved your Adsense account? Do you have any ad blocker installed in the browser?

          Here's the Adsense troubleshooting tool from Google that you can use to check why the ads are not showing up:

          https://support.google.com/adsense/t.../7049023?hl=en


          Flag Icon Postbit Insert GIPHY Impersonate User BETTER INITIALS AVATAR Better Name Card Quote Selected Text Bookmark Posts Post Footer Translate Stop Links in Posts +MORE!

          Comment

          • iLuis
            Member
            • Jun 2014
            • 44
            • 5.0.X

            #6
            But the problem is not the advertisement. Every page of the forum is not displayed, from the home page, the pages where the posts are shown, the help page, etc. These appear as in the image I uploaded.

            Comment


            • LockedOnLaw
              LockedOnLaw commented
              Editing a comment
              Do you have the code? Can you paste it here? Chances are it's either duplicating an existing tag or leaving one open.
          • iLuis
            Member
            • Jun 2014
            • 44
            • 5.0.X

            #7
            In Omnibus

            HTML Code:
            <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
            <!-- Inicio - Cuadrado -->
            <ins class="adsbygoogle"
                 style="display:inline-block;width:250px;height:250px"
                 data-ad-client="ca-pub-2886226097633961"
                 data-ad-slot="7188068936"></ins>
            <script>
            (adsbygoogle = window.adsbygoogle || []).push({});
            </script>

            Comment

            • bootsie1
              Senior Member
              • Jun 2017
              • 150
              • 5.3.x

              #8
              I tried the code on my test server and it works perfectly i also went to your site and everything looks fine from here
              Cometbar

              DartsLeague

              Comment

              • iLuis
                Member
                • Jun 2014
                • 44
                • 5.0.X

                #9
                I solved the issue. The problem was that I tried add module with other language.

                Comment

                Related Topics

                Collapse

                Working...