Hello, people. I need help and I’ve been contacting Wix but they are extremely busy because they haven’t contacted me back in three days. I inserted a HTML code from GraphComment onto a different page of my site, and a scrollbar appears! GraphComment lets you have your comments show up as you scroll through them, and a show more button at the bottom to lazy load them, but Wix still adds the scrollbar to the element, and cuts off the comments as seen below
https://jensenyoungfantasii.wixsite.com/brokenboyfantasii/testingsite
How can I fix this?
$w("#myHtmlComponent").scrolling="no";
Hello!! Thanks for replying!! Will would I put it in my code? The GraphComment code is below;
@shorter_rainey78
This type of code you can just implement directly into the tracking-tools-section or into a iFrame-HTML-component!
But here i can’t really help → not very familiar with!
@russian-dima Yes, I got that.
I just need to know how will I stop the scrollbar showing up into the iframe/html. Where would I put the code that you sent me at?
could I possibly see if I can put the scrolling no code into the GraphComment code to see if that helps, or should I put the scrolling no code somewhere separately onto my page?
You just put the code into the page-code-section like other code of your page.
NOT INTO THE HTML-COMPONENT!
This…
$w("#myHtmlComponent").scrolling="no";
…belongs into the CODE-section of your page, where your HTML-component takes place.
Also do not forget to modify the ID for your iFrame.
Hello! IT WORKS! However, Now my Comments are cut off. How do I resize the element to make the page expand when comments are added to the page? (for example, my testimonials page has 20 comments, but the height of the page doesn’t cut off the rest of my testimonials)
Hello! IT WORKS! However, Now my Comments are cut off. How do I resize the element to make the page expand when comments are added to the page? (for example, my testimonials page has 20 comments, but the height of the page doesn’t cut off the rest of my testimonials)