• Dev
  • $ 100 bounty - Fix Ads extension

xasharma

It very much does seem like an issue with the "please log in" message, but I don't see why that would suddenly become an issue as a result of the ads.

Just disable between post ads for the moment while I do some local testing. Sorry!

    Looks like in post is working for me :-)

    One interesting behavior is what it counts as a "post" for the count. It looks liek it counts a reply box as a post:

    I have my count set to 5 and as you can see the ad is after the reply box which seems like it just looks odd. and makes it hard to reply.

      davwheat

      1 question are these between the post ads are reloading when we scroll ??

      I mean between the post ads are different from other extensions like ads load faster than replies. ( i am surprised)

      take a look at this video - https://youtu.be/cOEK82SBfw8

      xasharma i like this ad ..... please don't remove it 😅 (give a option to turn on or off)

      Hahaha, yea I think it looks messy. The Reply box should be the lowest thing on the discussion page in my opinion but I get why you like it as well :-)

        xasharma

        I think that's actually the footer ad rather than an ad appearing under the placeholder. The footer one is a bit glitchy on discussion pages.

          davwheat

          nope i using <center> code </code> to align it in center ... if i don't this for header and footer ad it will be on the left side

          And on mobile it looks great >

            xasharma

            try adding this into css

             @media (min-width: 700px) {
                        .DiscussionPage-nav, .DiscussionPage-nav>ul {
                            position: sticky;
                            top: 80px;
                        }
                        .App {overflow-x: visible;}
                        }
                       
                       .Post::before, .Post::after {content:none;}

              xasharma I'll try to make aligning and stuff part of the extension itself so you don't need to 🤞

              Are you still having issues with between post ads?