<?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: HubL template in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/HubL-template/m-p/969689#M38856</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/722078"&gt;@Ben_NH&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Did you create this template inside a HubSpot theme / are you using the template combined with any existing theme css.&lt;BR /&gt;&lt;BR /&gt;Its possible you're missing the CSS needed for the row/column functionality of the D&amp;amp;D area tags. You can find the css in the theme boilerplate in case this is the issue:&amp;nbsp;&lt;A href="https://github.com/HubSpot/cms-theme-boilerplate/tree/main/src/css/objects" target="_blank"&gt;https://github.com/HubSpot/cms-theme-boilerplate/tree/main/src/css/objects&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If not, could you send a quick video/screenshots of the problem on the frontend or share a link to a repo with the code.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If my post helped answer your query, please consider marking it as a solution.&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 01 May 2024 09:01:52 GMT</pubDate>
    <dc:creator>AnzeKoprivec</dc:creator>
    <dc:date>2024-05-01T09:01:52Z</dc:date>
    <item>
      <title>HubL template</title>
      <link>https://community.hubspot.com/t5/CMS-Development/HubL-template/m-p/969422#M38844</link>
      <description>&lt;P&gt;I've created a bespoke HubL / HTML template and whilst it looks great within the page editor, it doesn't allow me to rearrange the modules or add new modules between modules pre-specified within the code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From my understanding the modules can share the same section and column but need to use their own row so am I doing something wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;!-- DND Area START --&amp;gt;
    {% dnd_area "dnd_area" label="Main Content" %}
      {% dnd_section %}
        {% dnd_column %}
    
          {% dnd_row %}
            {% dnd_module path='../Modules/BS_Navigation' %}{% end_dnd_module %}
          {% end_dnd_row %}
    
          {% dnd_row %}
            {% dnd_module path='../Modules/BS_Hero.module' %}{% end_dnd_module %}
          {% end_dnd_row %}
    
          {% dnd_row %}
            {% dnd_module path='../Modules/Introduction.module' %}{% end_dnd_module %}
          {% end_dnd_row %}
    
          {% dnd_row %}
            {% dnd_module path='../Modules/Infocard_Isotope.module' %}{% end_dnd_module %}
          {% end_dnd_row %}
    
          {% dnd_row %}
            {% dnd_module path='../Modules/Promo_Block.module' %}{% end_dnd_module %}
          {% end_dnd_row %}
    
          {% dnd_row %}
            {% dnd_module path='../Modules/Sitemap.module' %}{% end_dnd_module %}
          {% end_dnd_row %}
    
          {% dnd_row %}
            {% dnd_module path='../Modules/Gallery.module' %}{% end_dnd_module %}
          {% end_dnd_row %}
    
          {% dnd_row %}
            {% dnd_module path='../Modules/Local_Area.module' %}{% end_dnd_module %}
          {% end_dnd_row %}
    
          {% dnd_row %}
            {% dnd_module path='../Modules/Register_Interest.module' %}{% end_dnd_module %}
          {% end_dnd_row %}
    
          {% dnd_row %}
            {% dnd_module path='../Modules/Similar_Developments.module' %}{% end_dnd_module %}
          {% end_dnd_row %}
    
          {% dnd_row %}
            {% dnd_module path='../Modules/Latest_News.module' %}{% end_dnd_module %}
          {% end_dnd_row %}
    
        {% end_dnd_column %}
      {% end_dnd_section %}
    {% end_dnd_area %} 
    &amp;lt;!-- DND Area END --&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 19:04:49 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/HubL-template/m-p/969422#M38844</guid>
      <dc:creator>Ben_NH</dc:creator>
      <dc:date>2024-04-30T19:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: HubL template</title>
      <link>https://community.hubspot.com/t5/CMS-Development/HubL-template/m-p/969689#M38856</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/722078"&gt;@Ben_NH&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Did you create this template inside a HubSpot theme / are you using the template combined with any existing theme css.&lt;BR /&gt;&lt;BR /&gt;Its possible you're missing the CSS needed for the row/column functionality of the D&amp;amp;D area tags. You can find the css in the theme boilerplate in case this is the issue:&amp;nbsp;&lt;A href="https://github.com/HubSpot/cms-theme-boilerplate/tree/main/src/css/objects" target="_blank"&gt;https://github.com/HubSpot/cms-theme-boilerplate/tree/main/src/css/objects&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If not, could you send a quick video/screenshots of the problem on the frontend or share a link to a repo with the code.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If my post helped answer your query, please consider marking it as a solution.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2024 09:01:52 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/HubL-template/m-p/969689#M38856</guid>
      <dc:creator>AnzeKoprivec</dc:creator>
      <dc:date>2024-05-01T09:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: HubL template</title>
      <link>https://community.hubspot.com/t5/CMS-Development/HubL-template/m-p/970305#M38869</link>
      <description>&lt;P&gt;What a legend! Thank you very much &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/688604"&gt;@AnzeKoprivec&lt;/a&gt;&amp;nbsp;that fixed the issue perfectly &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 10:31:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/HubL-template/m-p/970305#M38869</guid>
      <dc:creator>Ben_NH</dc:creator>
      <dc:date>2024-05-02T10:31:44Z</dc:date>
    </item>
  </channel>
</rss>

