Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 26, 2024Apr 26 In one of the most visited page, I added a google review snippet from a known provider which resulted in an infinite scroll, and I can't delete that block (maybe) faulty code. please help urgently. https://carnity.com/desert-driving-course/ However codes are working fine for the guest user, but when I log in page stretches to an endless horizontal scroll. Can any of admins here delete the wsyisg code for the second last segment? Or where does these custom pages stores, so I can manually remove those codes thru FTP and save back the page. Please help, urgently. Thanks in advance. Look on the left down, horizontal scroll is never-ending. I kept dragging for minutes.
April 26, 2024Apr 26 Author These were the google review code I added today to replace the bottom review and wsywyig exploded with infinite scroll. Can someone please help, why?
April 26, 2024Apr 26 Author The same happens in the default blue IPB theme too. Clear the cache as well a couple of times and still the same.
April 26, 2024Apr 26 Author MANY THANKS @Jim M, really appreciate your urgent help. May I know how did you do that, through DB or file access? In case I encounter it again, I can fix such issues.
April 26, 2024Apr 26 4 minutes ago, Gauravk said: May I know how did you do that, through DB or file access? In case I encounter it again, I can fix such issues. In this case, I just put a hard width on the element in browser tools and the normal Block Manager tools became available since it wasn't an infinite horizontal scroll
April 26, 2024Apr 26 Author That's really genius of you Jim. I tried doing the same and all I can see in inspect element width 767 and 600px at few places, perhaps im looking at wrong lines.
April 26, 2024Apr 26 I added the CSS elements to control force the width. For instance, a line up from where you're at, I added width: 100px; on that element and it shrunk the width down to it.