<?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: Links in custom HTML HUBL not working...what am I doing wrong?! in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Links-in-custom-HTML-HUBL-not-working-what-am-I-doing-wrong/m-p/215831#M9567</link>
    <description>&lt;P&gt;This is it!!! Thank you!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Josh, Great tutorial by the way—for anyone looking&amp;nbsp;to create a relatively easy solution&amp;nbsp;for clickable 'cards' with icon and text, try this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hubspot.com/t5/Share-Your-Work/CTA-Card-with-Icon-Color-choice-URL-Title-and-Description-Fields/m-p/210397#M271" target="_blank"&gt;https://community.hubspot.com/t5/Share-Your-Work/CTA-Card-with-Icon-Color-choice-URL-Title-and-Description-Fields/m-p/210397#M271&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Nov 2018 13:59:28 GMT</pubDate>
    <dc:creator>jly</dc:creator>
    <dc:date>2018-11-09T13:59:28Z</dc:date>
    <item>
      <title>Links in custom HTML HUBL not working...what am I doing wrong?!</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Links-in-custom-HTML-HUBL-not-working-what-am-I-doing-wrong/m-p/215726#M9543</link>
      <description>&lt;P&gt;Anyone know why my link in this module is not working?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the custom HTML HUBL:&lt;/P&gt;&lt;PRE&gt;&amp;lt;a href="{{ module.content_link }}"&amp;gt;
  &amp;lt;div class="hub-card"&amp;gt;
  &amp;lt;div class="hub"&amp;gt;
  &amp;lt;img src="{{ widget.image_field.src }}" width="{{ widget.image_field.width }}" height="{{ widget.image_field.height }}" alt="{{ widget.image_field.alt }}"&amp;gt;
  &amp;lt;h2&amp;gt;{{ module.content_header }}&amp;lt;/h2&amp;gt;
    &amp;lt;p&amp;gt;{{ module.content_body }}&amp;lt;/p&amp;gt;
  &amp;lt;/div&amp;gt;
  &amp;lt;/div&amp;gt;&amp;lt;/a&amp;gt;&lt;/PRE&gt;&lt;P&gt;And here is the page, scroll to "Address multiple use cases" where you see icons + text:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.jibestream.com/?hs_preview=eDXAvvxo-5705553215" target="_blank"&gt;https://www.jibestream.com/?hs_preview=eDXAvvxo-5705553215&lt;BR /&gt;&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;----------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I took this post as my source of inspiration and did some tweaking. His links work, but not mine—so what am I doing wrong?!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://community.hubspot.com/t5/Share-Your-Work/CTA-Card-with-Icon-Color-choice-URL-Title-and-Description-Fields/m-p/210397#M271" target="_blank"&gt;https://community.hubspot.com/t5/Share-Your-Work/CTA-Card-with-Icon-Color-choice-URL-Title-and-Description-Fields/m-p/210397#M271&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HELP!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 14:42:31 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Links-in-custom-HTML-HUBL-not-working-what-am-I-doing-wrong/m-p/215726#M9543</guid>
      <dc:creator>jly</dc:creator>
      <dc:date>2018-11-09T14:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Links in custom HTML HUBL not working...what am I doing wrong?!</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Links-in-custom-HTML-HUBL-not-working-what-am-I-doing-wrong/m-p/215731#M9546</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/67083"&gt;@jly&lt;/a&gt;&lt;/P&gt;&lt;P&gt;after checking your page and the source code of your page it seems that the link(s) are working but leading to an 404 error page. This means that you're inserting&amp;nbsp;wrong links.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The source code looks like this:&lt;/P&gt;&lt;PRE&gt;&amp;lt;a href="5457675035"&amp;gt;
  &amp;lt;div class="hub-card"&amp;gt;
  &amp;lt;div class="hub"&amp;gt;
.....
&amp;lt;h2&amp;gt;&amp;lt;/h2&amp;gt;&amp;lt;h3&amp;gt;Indoor navigation&amp;lt;/h3&amp;gt;
    &amp;lt;p&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;Make places instantly familiar with real-time turn-by-turn experiential wayfinding.&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;/p&amp;gt;
  &amp;lt;/div&amp;gt;
  &amp;lt;/div&amp;gt;&amp;lt;/a&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you tried to enter the link with http:// or https:// inside the module?&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;A href="https://jibstream.com/the-desired-site" target="_blank"&gt;https://jibstream.com/the-desired-site&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Anton&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;IMG src="https://cdn2.hubspot.net/hubfs/98485/2000px-Ok_sign_font_awesome.png" border="0" width="30" height="30" /&gt;&lt;/TD&gt;&lt;TD&gt;Did my post help answer your query? Help the Community by&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;marking it as a solution&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 21:55:31 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Links-in-custom-HTML-HUBL-not-working-what-am-I-doing-wrong/m-p/215731#M9546</guid>
      <dc:creator>AntonB</dc:creator>
      <dc:date>2018-11-08T21:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Links in custom HTML HUBL not working...what am I doing wrong?!</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Links-in-custom-HTML-HUBL-not-working-what-am-I-doing-wrong/m-p/215732#M9547</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/67083"&gt;@jly&lt;/a&gt;, it is doing something.&amp;nbsp; your code looks fine to me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sometimes i change the field being passed to troubleshoot.&lt;/P&gt;&lt;P&gt;for example:&amp;nbsp; try putting the {{ module.content_header }} in place of the link.&amp;nbsp; see if the header data is passed correctly.&amp;nbsp; if so, delete the link field and make a new one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope that gets you somewhere&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 21:56:10 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Links-in-custom-HTML-HUBL-not-working-what-am-I-doing-wrong/m-p/215732#M9547</guid>
      <dc:creator>dennisedson</dc:creator>
      <dc:date>2018-11-08T21:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Links in custom HTML HUBL not working...what am I doing wrong?!</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Links-in-custom-HTML-HUBL-not-working-what-am-I-doing-wrong/m-p/215739#M9551</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/67083"&gt;@jly&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I've checked the page. The link works but leads you to an 404 error page as the requested page isn't availible. After checking the source code I've noticed that the&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;a href=""&amp;gt;&lt;/PRE&gt;&lt;P&gt;part shows a random number insted of a link.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is how the source code looks like:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2018-11-08 um 23.06.58.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/12971i78F43327D2DF67A0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bildschirmfoto 2018-11-08 um 23.06.58.png" alt="Bildschirmfoto 2018-11-08 um 23.06.58.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How do you insert the link inside the module?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Have you tried to insert a link with http:// or https://?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.jibstream.com/your-other-site" target="_blank"&gt;https://www.jibstream.com/your-other-site&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Anton&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;IMG src="https://cdn2.hubspot.net/hubfs/98485/2000px-Ok_sign_font_awesome.png" border="0" width="30" height="30" /&gt;&lt;/TD&gt;&lt;TD&gt;Did my post help answer your query? Help the Community by&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;marking it as a solution&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 22:07:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Links-in-custom-HTML-HUBL-not-working-what-am-I-doing-wrong/m-p/215739#M9551</guid>
      <dc:creator>AntonB</dc:creator>
      <dc:date>2018-11-08T22:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Links in custom HTML HUBL not working...what am I doing wrong?!</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Links-in-custom-HTML-HUBL-not-working-what-am-I-doing-wrong/m-p/215742#M9553</link>
      <description>&lt;P&gt;Hey there!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your links seems to be working when I view the page although not sure what you're trying to link to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I inspect the first icon it's linking to "5457675035"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the url you're trying to link to?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On my module I setup the "module.content_link" as a text box so you can enter the url there.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 22:11:12 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Links-in-custom-HTML-HUBL-not-working-what-am-I-doing-wrong/m-p/215742#M9553</guid>
      <dc:creator>JoshCM</dc:creator>
      <dc:date>2018-11-08T22:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Links in custom HTML HUBL not working...what am I doing wrong?!</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Links-in-custom-HTML-HUBL-not-working-what-am-I-doing-wrong/m-p/215766#M9556</link>
      <description>&lt;P&gt;hey there,&lt;BR /&gt;I just visit your site, you're probably using 'page field' which just give you the unique id of a page, maybe you just let it be a text field and just add some regex validation to it, hope that works for you.&lt;BR /&gt;&lt;BR /&gt;here's a possible guide if you're still want to use Page field&amp;nbsp;&lt;A href="https://community.hubspot.com/t5/Content-Design-Questions/Retrieve-url-of-the-page-from-Page-field/td-p/175939" target="_blank"&gt;https://community.hubspot.com/t5/Content-Design-Questions/Retrieve-url-of-the-page-from-Page-field/td-p/175939&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 00:46:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Links-in-custom-HTML-HUBL-not-working-what-am-I-doing-wrong/m-p/215766#M9556</guid>
      <dc:creator>valerajoey</dc:creator>
      <dc:date>2018-11-09T00:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Links in custom HTML HUBL not working...what am I doing wrong?!</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Links-in-custom-HTML-HUBL-not-working-what-am-I-doing-wrong/m-p/215774#M9559</link>
      <description>&lt;P&gt;luckily I'm currently working on Page field and figured out how to output just the URL of the page&lt;BR /&gt;try this one,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;BR /&gt;{{&amp;nbsp;page_by_id(module.content_link).url }}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 03:30:03 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Links-in-custom-HTML-HUBL-not-working-what-am-I-doing-wrong/m-p/215774#M9559</guid>
      <dc:creator>valerajoey</dc:creator>
      <dc:date>2018-11-09T03:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Links in custom HTML HUBL not working...what am I doing wrong?!</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Links-in-custom-HTML-HUBL-not-working-what-am-I-doing-wrong/m-p/215827#M9566</link>
      <description>&lt;P&gt;I used the "page" module, but it looks like it doesn't work.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 13:54:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Links-in-custom-HTML-HUBL-not-working-what-am-I-doing-wrong/m-p/215827#M9566</guid>
      <dc:creator>jly</dc:creator>
      <dc:date>2018-11-09T13:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Links in custom HTML HUBL not working...what am I doing wrong?!</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Links-in-custom-HTML-HUBL-not-working-what-am-I-doing-wrong/m-p/215831#M9567</link>
      <description>&lt;P&gt;This is it!!! Thank you!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Josh, Great tutorial by the way—for anyone looking&amp;nbsp;to create a relatively easy solution&amp;nbsp;for clickable 'cards' with icon and text, try this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hubspot.com/t5/Share-Your-Work/CTA-Card-with-Icon-Color-choice-URL-Title-and-Description-Fields/m-p/210397#M271" target="_blank"&gt;https://community.hubspot.com/t5/Share-Your-Work/CTA-Card-with-Icon-Color-choice-URL-Title-and-Description-Fields/m-p/210397#M271&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 13:59:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Links-in-custom-HTML-HUBL-not-working-what-am-I-doing-wrong/m-p/215831#M9567</guid>
      <dc:creator>jly</dc:creator>
      <dc:date>2018-11-09T13:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Links in custom HTML HUBL not working...what am I doing wrong?!</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Links-in-custom-HTML-HUBL-not-working-what-am-I-doing-wrong/m-p/216107#M9619</link>
      <description>&lt;P&gt;Hey Anton, thanks for looking into this. The links cannot be incorrect because they are directly selected from hubspot's default "Page" dropdown menu which pulls together a list of all website pages and landing pages from our site.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue has been resolved, albeit through another solution.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 14:47:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Links-in-custom-HTML-HUBL-not-working-what-am-I-doing-wrong/m-p/216107#M9619</guid>
      <dc:creator>jly</dc:creator>
      <dc:date>2018-11-12T14:47:53Z</dc:date>
    </item>
  </channel>
</rss>

