<?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: Dnd area causing modules disappear in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Dnd-area-causing-modules-disappear/m-p/580544#M27508</link>
    <description>&lt;P&gt;Thank you all for your contribution!&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/131510"&gt;@webdew&lt;/a&gt;&amp;nbsp;response was the solution!&lt;/P&gt;&lt;P&gt;If there is anything I can do for you - let me know &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Feb 2022 20:01:40 GMT</pubDate>
    <dc:creator>WGwardjak</dc:creator>
    <dc:date>2022-02-21T20:01:40Z</dc:date>
    <item>
      <title>Dnd area causing modules disappear</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Dnd-area-causing-modules-disappear/m-p/557096#M26842</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;my client wants to be able to add more modules to Blog Post and Blog Listing templates after clicking "Edit".&lt;/P&gt;&lt;P&gt;I added dnd_area to my template, but my custom modules disappeared because of that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What might be the possible problem?&lt;BR /&gt;I did that in another project and it worked - customer was able to add more modules.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="area.PNG" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/57451iBB5BF4F421A3DA35/image-size/large?v=v2&amp;amp;px=999" role="button" title="area.PNG" alt="area.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dnd area.PNG" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/57453i3F2C12BFA5099BA0/image-size/large?v=v2&amp;amp;px=999" role="button" title="dnd area.PNG" alt="dnd area.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="modules.PNG" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/57454iA5C70612B9E43E71/image-size/large?v=v2&amp;amp;px=999" role="button" title="modules.PNG" alt="modules.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jan 2022 15:57:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Dnd-area-causing-modules-disappear/m-p/557096#M26842</guid>
      <dc:creator>WGwardjak</dc:creator>
      <dc:date>2022-01-16T15:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dnd area causing modules disappear</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Dnd-area-causing-modules-disappear/m-p/557298#M26843</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/149352"&gt;@WGwardjak&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please show us your code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Özcan&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 08:24:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Dnd-area-causing-modules-disappear/m-p/557298#M26843</guid>
      <dc:creator>Oezcan</dc:creator>
      <dc:date>2022-01-17T08:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dnd area causing modules disappear</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Dnd-area-causing-modules-disappear/m-p/557299#M26844</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/149352"&gt;@WGwardjak&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;You have to follow the proper sequence then only dnd area will work also you have to define a different unique class for your every dnd area , through which you can give css as per your requirement&amp;nbsp; as shown in below example&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;&amp;lt;!-----------------------------Homepage Blog Section Start Here -----------------------------&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;{% dnd_area 'home-blog-module' class=’home-blog-section', label='Blog Section' %}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;{% dnd_section&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;padding={&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'default': { 'top': '100', 'bottom': '100', 'right': '20', 'left': '20' },&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'mobile': { 'top':'60', 'bottom': '60', 'right': '20', 'left': '20' }&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;},&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;max_width=1170&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;&amp;nbsp;&amp;nbsp;%}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{% dnd_column %}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{% dnd_row&amp;nbsp; %}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{% dnd_module path='../modules/CarouselNew.module',label="CarouselNew Module" %}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{% end_dnd_module %}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{% end_dnd_row %}&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{% end_dnd_column %}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;&amp;nbsp;&amp;nbsp;{% end_dnd_section %}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;{% end_dnd_area %}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;&amp;lt;!----------------------------- Homepagel Blog Section Ends Here -----------------------------&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;&amp;lt;!-----------------------------Homepage other Section Start Here -----------------------------&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;{% dnd_area 'home-other-module' class=’home-other-section', label='Other Section' %}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;&amp;nbsp;&amp;nbsp;{% dnd_section&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;………&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;{% end_dnd_section %}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;{% end_dnd_area %}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;&amp;lt;!----------------------------- Homepagel Other Section Ends Here -----------------------------&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;For More details please read this article:- &lt;/SPAN&gt;&lt;SPAN style="font-weight: 400;"&gt;&lt;A href="https://developers.hubspot.com/docs/cms/hubl/tags/dnd-areas" target="_blank"&gt;https://developers.hubspot.com/docs/cms/hubl/tags/dnd-areas&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If we were able to answer your query, kindly help the community by marking it as a solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and Regard.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 08:26:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Dnd-area-causing-modules-disappear/m-p/557299#M26844</guid>
      <dc:creator>webdew</dc:creator>
      <dc:date>2022-01-17T08:26:51Z</dc:date>
    </item>
    <item>
      <title>Betreff: Dnd area causing modules disappear</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Dnd-area-causing-modules-disappear/m-p/557472#M26855</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/149352"&gt;@WGwardjak&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to the Community! I've moved this to our CMS board to make sure it gets seen by the right experts, I hope you don't mind.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I noticed that you've also posted your question in a comment under &lt;A href="https://community.hubspot.com/t5/CMS-Development/Adding-modules-is-turned-off-in-this-post-s-template/td-p/322050" target="_blank" rel="noopener"&gt;this Community post&lt;/A&gt;, I'll leave it here for additional context.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to tag a couple of experts to see if they can help out here:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/91608"&gt;@alyssamwilie&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186"&gt;@Anton&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/67091"&gt;@prosa&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/92197"&gt;@albertsg&lt;/a&gt;, do you have any tips for&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/149352"&gt;@WGwardjak&lt;/a&gt;? Thank you!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;*EDIT: I've just seen you posted your question in the CMS board as well and already got help by the wonderful&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/131510"&gt;@webdew&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/250023"&gt;@Oezcan&lt;/a&gt;.&amp;nbsp;I'll merge these two posts to avoid duplicate content.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;BR /&gt;Mia, Community Team &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 14:23:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Dnd-area-causing-modules-disappear/m-p/557472#M26855</guid>
      <dc:creator>MiaSrebrnjak</dc:creator>
      <dc:date>2022-01-17T14:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dnd area causing modules disappear</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Dnd-area-causing-modules-disappear/m-p/557483#M26857</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/149352"&gt;@WGwardjak&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;first of all:&lt;/P&gt;
&lt;P&gt;- there is unfortunatly no drag&amp;amp;drop" for blog posts for now - but you can upvote this in the&lt;A href="https://community.hubspot.com/t5/HubSpot-Ideas/Drag-amp-Drop-functionality-for-Blog-Posts/idi-p/408909" target="_blank" rel="noopener"&gt; ideas board.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get things right:&amp;nbsp;&lt;BR /&gt;unless the client edit the template your custom module gets displayed. As soon as the client edits it - it disappears. Right? Do those projects/clients have different "software"? Like does project A has CMS Hub Pro and project B only Marketing Hub Pro. Things like this. I've came accross some similar behavior in the past.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also: there are few things that you shouold check/do:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;change {% module_block %}... {% end_module_block %} to {% dnd_module %}...{% end_dnd_module %} for all modules that are inside of the dnd_area&lt;/LI&gt;
&lt;LI&gt;If your module shouldn't be removable - place it outside of the dnd_area&lt;/LI&gt;
&lt;LI&gt;check if your module(s) is/are enabled for blog listing&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hope this helps,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best&lt;/P&gt;
&lt;P&gt;Anton&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 14:35:55 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Dnd-area-causing-modules-disappear/m-p/557483#M26857</guid>
      <dc:creator>Anton</dc:creator>
      <dc:date>2022-01-17T14:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dnd area causing modules disappear</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Dnd-area-causing-modules-disappear/m-p/580544#M27508</link>
      <description>&lt;P&gt;Thank you all for your contribution!&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/131510"&gt;@webdew&lt;/a&gt;&amp;nbsp;response was the solution!&lt;/P&gt;&lt;P&gt;If there is anything I can do for you - let me know &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Feb 2022 20:01:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Dnd-area-causing-modules-disappear/m-p/580544#M27508</guid>
      <dc:creator>WGwardjak</dc:creator>
      <dc:date>2022-02-21T20:01:40Z</dc:date>
    </item>
  </channel>
</rss>

