<?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 HubSpot ROI Calculator Partner website in Blog, Website &amp; Page Publishing</title>
    <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/HubSpot-ROI-Calculator-Partner-website/m-p/800798#M8950</link>
    <description>&lt;P&gt;I am adding the HubSpot ROI calculator for Partners to our website. I followed the instructions:&amp;nbsp;&lt;A href="https://docs.google.com/document/d/1whdIylKzD3Vsl_siVQXd-bEDC_BQeydchtMhv8xPpow/edit?usp=sharing" target="_blank" rel="noopener"&gt;https://docs.google.com/document/d/1whdIylKzD3Vsl_siVQXd-bEDC_BQeydchtMhv8xPpow/edit?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Everything works, but I hate the scroll bars for this widget.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Step 7 says I can change the height of the widget to full page. I am using Divi in WordPress. I am unsure how "&lt;SPAN&gt;the height of the container would need to be overridden." I understand how to add custom CSS, but I am missing the step on how to override the embedded javascript. I am sure it is something simple and I am missing it. Has anyone else added this HubSpot calculator and made it full page view in Divi? I'd appreciate your expertise.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you!!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 30 May 2023 21:44:30 GMT</pubDate>
    <dc:creator>stacy_jenkins</dc:creator>
    <dc:date>2023-05-30T21:44:30Z</dc:date>
    <item>
      <title>HubSpot ROI Calculator Partner website</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/HubSpot-ROI-Calculator-Partner-website/m-p/800798#M8950</link>
      <description>&lt;P&gt;I am adding the HubSpot ROI calculator for Partners to our website. I followed the instructions:&amp;nbsp;&lt;A href="https://docs.google.com/document/d/1whdIylKzD3Vsl_siVQXd-bEDC_BQeydchtMhv8xPpow/edit?usp=sharing" target="_blank" rel="noopener"&gt;https://docs.google.com/document/d/1whdIylKzD3Vsl_siVQXd-bEDC_BQeydchtMhv8xPpow/edit?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Everything works, but I hate the scroll bars for this widget.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Step 7 says I can change the height of the widget to full page. I am using Divi in WordPress. I am unsure how "&lt;SPAN&gt;the height of the container would need to be overridden." I understand how to add custom CSS, but I am missing the step on how to override the embedded javascript. I am sure it is something simple and I am missing it. Has anyone else added this HubSpot calculator and made it full page view in Divi? I'd appreciate your expertise.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you!!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 21:44:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/HubSpot-ROI-Calculator-Partner-website/m-p/800798#M8950</guid>
      <dc:creator>stacy_jenkins</dc:creator>
      <dc:date>2023-05-30T21:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: HubSpot ROI Calculator Partner website</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/HubSpot-ROI-Calculator-Partner-website/m-p/800826#M8951</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/463178"&gt;@stacy_jenkins&lt;/a&gt;&amp;nbsp; you'll need to add this code to the CSS, no need to change the javascript.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Desktop:
#hs-roi-calculator-embed &amp;gt; div &amp;gt; div {
  height: 2580px!important;
}

Tablet:
@media (max-width: 1015px) {
  #hs-roi-calculator-embed &amp;gt; div &amp;gt; div {
    height: 3380px!important;
  }
}

Mobile:
@media (max-width: 570px) {
  #hs-roi-calculator-embed &amp;gt; div &amp;gt; div {
    height: 4950px!important;
  }
}
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://wpzone.co/blog/7-ways-to-add-css-to-divi/" target="_blank" rel="noopener"&gt;This article explains how to add CSS to Divi&lt;/A&gt; - option 2 and 3 would be the best and easiest ways.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 00:36:31 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/HubSpot-ROI-Calculator-Partner-website/m-p/800826#M8951</guid>
      <dc:creator>Jnix284</dc:creator>
      <dc:date>2023-05-31T00:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: HubSpot ROI Calculator Partner website</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/HubSpot-ROI-Calculator-Partner-website/m-p/800846#M8953</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;I appreciate your help and time. The steps you shared are what happen after&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you disable the javascript. I already went to the advanced tab of the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;module and under Custom CSS Main Element, I added the height and max-width&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;parameters given in the instructions on the Google Doc. With Divi, you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;don't paste the code with braces, we need to input the parameters. I did&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;this for each device type. So, how do I override the javascript, or how&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;does the pasted HubSpot code point to the advanced CSS in Divi? I am&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;missing one step somewhere.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;Any thoughts?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 01:11:05 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/HubSpot-ROI-Calculator-Partner-website/m-p/800846#M8953</guid>
      <dc:creator>stacy_jenkins</dc:creator>
      <dc:date>2023-05-31T01:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: HubSpot ROI Calculator Partner website</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/HubSpot-ROI-Calculator-Partner-website/m-p/800864#M8954</link>
      <description>&lt;P&gt;I found part of the solution.&amp;nbsp;&lt;A href="https://diviengine.com/how-to-escape-custom-css-in-divi-modules-a-guide-to-advanced-styling/" target="_blank"&gt;https://diviengine.com/how-to-escape-custom-css-in-divi-modules-a-guide-to-advanced-styling/&lt;/A&gt;. The open and close curly braces are already there in the Divi Advanced CSS. I just needed to know about the close curly brace to start. "&lt;SPAN&gt;A single curly brace will escape the CSS in the area you are working in." I knew it had to be something simple. The ROI calculator now fills the majority of the page. It still cuts off a little before the end, but it's better. I can tweak a little more too. Thank you! Please let me know if you find anything else.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 02:05:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/HubSpot-ROI-Calculator-Partner-website/m-p/800864#M8954</guid>
      <dc:creator>stacy_jenkins</dc:creator>
      <dc:date>2023-05-31T02:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: HubSpot ROI Calculator Partner website</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/HubSpot-ROI-Calculator-Partner-website/m-p/801502#M8960</link>
      <description>&lt;P&gt;I'm sorry I didn't get your other message &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/463178"&gt;@stacy_jenkins&lt;/a&gt;&amp;nbsp;, I only got a notification for the second one that said you found part of the solution &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you share a link to the page where you have it added, I can look to see if there is anything you can do to modify the code so it doesn't cut off at the very end.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 01:50:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/HubSpot-ROI-Calculator-Partner-website/m-p/801502#M8960</guid>
      <dc:creator>Jnix284</dc:creator>
      <dc:date>2023-06-01T01:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: HubSpot ROI Calculator Partner website</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/HubSpot-ROI-Calculator-Partner-website/m-p/801724#M8967</link>
      <description>&lt;P&gt;Thank you! This is just my rough website, so far. &lt;A href="https://staging.marketingmonsoon.com/hubspot-roi-calculator/" target="_blank"&gt;https://staging.marketingmonsoon.com/hubspot-roi-calculator/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 12:27:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/HubSpot-ROI-Calculator-Partner-website/m-p/801724#M8967</guid>
      <dc:creator>stacy_jenkins</dc:creator>
      <dc:date>2023-06-01T12:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: HubSpot ROI Calculator Partner website</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/HubSpot-ROI-Calculator-Partner-website/m-p/801780#M8969</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/463178"&gt;@stacy_jenkins&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I looked back at the break points and desktop is set to 2580, which is very specific, but when I measure the iFrame content with a screenruler, it looks to be just over 2600 - since it's so long, it's not easy to get an exact measurement, so before we try anything else, would you test what happens if you change the CSS from 2580 to something much greater, like 2700, so we can see if that eliminates the scroll bar?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If we can verify that we can remove the scroll bar, we can then fine tune the height of the iframe.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 13:38:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/HubSpot-ROI-Calculator-Partner-website/m-p/801780#M8969</guid>
      <dc:creator>Jnix284</dc:creator>
      <dc:date>2023-06-01T13:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: HubSpot ROI Calculator Partner website</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/HubSpot-ROI-Calculator-Partner-website/m-p/801788#M8971</link>
      <description>&lt;P&gt;I tried from 0 to 4000, nothing changed and the scroll bar remained in place.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 13:49:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/HubSpot-ROI-Calculator-Partner-website/m-p/801788#M8971</guid>
      <dc:creator>stacy_jenkins</dc:creator>
      <dc:date>2023-06-01T13:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: HubSpot ROI Calculator Partner website</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/HubSpot-ROI-Calculator-Partner-website/m-p/801815#M8973</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/463178"&gt;@stacy_jenkins&lt;/a&gt;&amp;nbsp;it's most likely coming from the browser then, but one last thing we can try is changing the initial height in the iframe script (even though it says 100% for the height, it also says 800 initially) - if we change the 800 px to the 2700 px, then the browser won't be responsible for taking the iframe and rendering it based on the media query...without knowing more about the script on the backend, that's the best I can think of. If that doesn't work, it would take a more experienced developer than I am to resolve&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 14:15:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/HubSpot-ROI-Calculator-Partner-website/m-p/801815#M8973</guid>
      <dc:creator>Jnix284</dc:creator>
      <dc:date>2023-06-01T14:15:21Z</dc:date>
    </item>
  </channel>
</rss>

