<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Blog template scroll/load problem in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Blog-template-scroll-load-problem/m-p/304860#M14463</link>
    <description>&lt;P&gt;Glad it all worked out!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alyssa Wilie&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Web Developer&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LyntonWeb&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Nov 2019 23:04:27 GMT</pubDate>
    <dc:creator>alyssamwilie</dc:creator>
    <dc:date>2019-11-29T23:04:27Z</dc:date>
    <item>
      <title>Blog template scroll/load problem</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-template-scroll-load-problem/m-p/304530#M14414</link>
      <description>&lt;P&gt;I purchased the Awaal blog template from the hubspot marketplace. When the page loads, the browser thinks the hero section is the whole page and doesn't scroll down. Then if I scroll again, I can see the rest of the page. Also, this behavior happens anywhere on the page if I change scroll directions. If I stop scrolling and then scroll the other way, the page thinks what's on the screen is the entire page unless I stop and scroll again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tested in chrome, safari, and firefox. All have this same problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hubspot support suggested there could be conflicting JS on the page but couldn't resolve the issue. They suggested I post the problem here. Thanks in advance for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the blog template so far:&amp;nbsp;&lt;A href="https://preview.hs-sites.com/_hcms/preview/template/multi?blog_listing=true&amp;amp;content_group_id=null&amp;amp;is_buffered_template_layout=true&amp;amp;portalId=4045567&amp;amp;tc_deviceCategory=undefined&amp;amp;template_layout_id=19583705599&amp;amp;updated=1572555965287" target="_blank"&gt;https://preview.hs-sites.com/_hcms/preview/template/multi?blog_listing=true&amp;amp;content_group_id=null&amp;amp;is_buffered_template_layout=true&amp;amp;portalId=4045567&amp;amp;tc_deviceCategory=undefined&amp;amp;template_layout_id=19583705599&amp;amp;updated=1572555965287&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 21:13:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-template-scroll-load-problem/m-p/304530#M14414</guid>
      <dc:creator>rquinn</dc:creator>
      <dc:date>2019-11-27T21:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Blog template scroll/load problem</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-template-scroll-load-problem/m-p/304549#M14415</link>
      <description>&lt;P&gt;It looks like in the Awwal_Blog_Template stylesheet it has overflow-x: hidden set on html and body. I removed it using the browser inspector and the scrolling stopped behaving oddly.&lt;BR /&gt;&lt;BR /&gt;So, look for this piece of code in the stylesheet&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow-x: hidden;
}&lt;/PRE&gt;&lt;P&gt;and remove &lt;STRONG&gt;overflow-x: hidden;&lt;/STRONG&gt; from it.&lt;BR /&gt;&lt;BR /&gt;Also, I'm seeing some jQuery errors in the console. Your site looks to be running 1.7.x. If you go to Settings &amp;gt; Website &amp;gt; Pages and scroll down to jQuery; change the jQuery version to 1.11.x. It may be 1.7.x is incompatible with the theme.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alyssa Wilie&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Web Developer&lt;BR /&gt;&lt;/EM&gt;&lt;STRONG&gt;LyntonWeb&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 01:45:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-template-scroll-load-problem/m-p/304549#M14415</guid>
      <dc:creator>alyssamwilie</dc:creator>
      <dc:date>2019-11-28T01:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Blog template scroll/load problem</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-template-scroll-load-problem/m-p/304646#M14426</link>
      <description>&lt;P&gt;Hi Alyssa, thanks for your response! I updated&amp;nbsp;&lt;SPAN&gt;jQuery version to 1.11.x and&amp;nbsp;&lt;/SPAN&gt;removed&lt;/P&gt;&lt;PRE&gt;&lt;STRIKE&gt;    overflow-x: hidden;&lt;/STRIKE&gt;&lt;/PRE&gt;&lt;P&gt;but this didn’t fix the scroll issue I’m seeing. Also, the featured blog slider at the top of the page works when I preview the blog but it doesn’t when I make the blog live. It just stays on the first image. It doesn’t auto scroll and it doesn’t manually scroll if I click the arrows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FYI I've made the blog live so it's easier to check out. This is where you can find the live version after I&amp;nbsp;&lt;SPAN&gt;updated&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;jQuery and&amp;nbsp;&lt;/SPAN&gt;removed&amp;nbsp;overflow-x: hidden;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://blog.brightguest.com/" target="_blank"&gt;https://blog.brightguest.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you have any other suggestions. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 14:51:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-template-scroll-load-problem/m-p/304646#M14426</guid>
      <dc:creator>rquinn</dc:creator>
      <dc:date>2019-11-28T14:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Blog template scroll/load problem</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-template-scroll-load-problem/m-p/304731#M14441</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/68656"&gt;@rquinn&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm actually still seeing the overflow: hidden in the styles and jquery 1.7 being used. Can you update again just so I can see if it had any effect on the errors in the console I'm seeing?&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-11-28 at 10.14.16 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/21787i8DCBAE12290E200A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2019-11-28 at 10.14.16 PM.png" alt="Screen Shot 2019-11-28 at 10.14.16 PM.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Alyssa Wilie&lt;BR /&gt;&lt;EM&gt;Web Developer&lt;BR /&gt;&lt;/EM&gt;&lt;STRONG&gt;LyntonWeb&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 04:20:54 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-template-scroll-load-problem/m-p/304731#M14441</guid>
      <dc:creator>alyssamwilie</dc:creator>
      <dc:date>2019-11-29T04:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Blog template scroll/load problem</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-template-scroll-load-problem/m-p/304739#M14442</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/91608"&gt;@alyssamwilie&lt;/a&gt;&amp;nbsp;I changed it back to 1.7.x, saved, then back to 1.11.x, saved.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jquery_1.11.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/21788iEC9DCA9601DA0878/image-size/large?v=v2&amp;amp;px=999" role="button" title="jquery_1.11.png" alt="jquery_1.11.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I reached out to the dev for this template and they said, "...&lt;SPAN&gt;it's not a CSS related issue. Your jQuery is conflicting with the template. If you look at the browser console you can see the jQuery error.&amp;nbsp;I'm pretty sure this is the main reason you're getting two scroll bars in your template. Take a look at the screenshot below."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Unknown.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/21789i552E3E6103BE3064/image-size/large?v=v2&amp;amp;px=999" role="button" title="Unknown.png" alt="Unknown.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 05:21:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-template-scroll-load-problem/m-p/304739#M14442</guid>
      <dc:creator>rquinn</dc:creator>
      <dc:date>2019-11-29T05:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Blog template scroll/load problem</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-template-scroll-load-problem/m-p/304742#M14443</link>
      <description>&lt;P&gt;The scrollbar is working just fine for me now with the overflow: hidden; gone.&lt;BR /&gt;&lt;BR /&gt;However you still have the issue of the carousel not working.&lt;BR /&gt;Is it possible the 1.7.x is built into the template because I'm still seeing it in the page. The 'error' they're pointing out is actually just a 'warning' they're seeing because they have content blocking enabled (as noted in the warning above that) because that script is for Hubspot analytics. It wouldn't have any effect on a carousel. This is the error I'm seeing on my end (in red):&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-11-28 at 11.58.10 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/21790iA6737A2943AF803E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2019-11-28 at 11.58.10 PM.png" alt="Screen Shot 2019-11-28 at 11.58.10 PM.png" /&gt;&lt;/span&gt;&lt;BR /&gt;which is a known issue with jQuery 1.7&lt;BR /&gt;&lt;BR /&gt;Alyssa Wilie&lt;BR /&gt;&lt;EM&gt;Web Developer&lt;BR /&gt;&lt;/EM&gt;&lt;STRONG&gt;LyntonWeb&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 06:23:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-template-scroll-load-problem/m-p/304742#M14443</guid>
      <dc:creator>alyssamwilie</dc:creator>
      <dc:date>2019-11-29T06:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Blog template scroll/load problem</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-template-scroll-load-problem/m-p/304839#M14460</link>
      <description>&lt;P&gt;Turns out I wasn't specifying the domain when updating to JQuery 1.11.x. Now I see that everything is working. Thanks for your help! Happy TG.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 15:28:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-template-scroll-load-problem/m-p/304839#M14460</guid>
      <dc:creator>rquinn</dc:creator>
      <dc:date>2019-11-29T15:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Blog template scroll/load problem</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-template-scroll-load-problem/m-p/304860#M14463</link>
      <description>&lt;P&gt;Glad it all worked out!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alyssa Wilie&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Web Developer&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LyntonWeb&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 23:04:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-template-scroll-load-problem/m-p/304860#M14463</guid>
      <dc:creator>alyssamwilie</dc:creator>
      <dc:date>2019-11-29T23:04:27Z</dc:date>
    </item>
  </channel>
</rss>

