<?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: Cloning theme in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Cloning-theme/m-p/1016432#M40002</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/732594"&gt;@acastanov&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you don't need to clone the whole theme if you're looking for just changing the links in the "Navbar with menu".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1. Creating new menus&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You can create as many new menus/navigations as you like in the portal settings.&amp;nbsp;&lt;BR /&gt;To create(and manage) them simply navigate to the "Navigation menus" menu &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's located here: gear icon (top right) -&amp;gt; Content -&amp;gt; Navigation menus&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the place where you create and manage all navigations in your portal (besides simple navigations)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you've created a new nav you can select it via the menu module.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2. Managing several header partials&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If you need to create/use several header partials with different content, clone the header partial(should be located in THEME/templates/partials or similar; THEME is a placeholder for your theme name)&lt;/P&gt;
&lt;P&gt;Once cloned you can apply changes to it independent from other partials.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To use the new header partial simply clone the template(s) you'd like to use the new header in, look for something like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{% block header %}
      {% global_partial path="../partials/PATH-TO-HEADER" %}
{% endblock header %}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and replace the path with the path to the new header.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;3. Creating a child-theme/work with a child theme&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Child themes can be a great thing to provide individual look&amp;amp;feels to several brands.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Professional Portals can have up to 5 child-themes, Enterprise ones upto 10.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To create a child-theme simply right-click on the theme you'd like to be the parent-theme and select "create child-theme". After the quick setup popup you have a child-theme.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This child-theme can have seperate modules, partials, fields(you have to create a new fields.json if you want other options)...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This means: You can develop everything in one place(parent-theme) and make the individual changes in every child-theme.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just an example:&amp;nbsp;&lt;BR /&gt;You have a header partial which should have the same elements through out every theme/brand. But the colors/logo should be different.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Therefore you could simply set it like this:&lt;/P&gt;
&lt;P&gt;The nav link color is blue in the parent theme, green in child-theme A, red in child-theme B...&lt;BR /&gt;And since the layout is the same through out all themes, you have to change only the link color in each child-theme. Or even better: Use the theme fields.json file for that &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;
&lt;P&gt;&lt;STRONG&gt;4. Cloning themes between portals&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You can only clone/move custom themes between portals.&lt;/P&gt;
&lt;P&gt;Themes from the&amp;nbsp;@marketplace folder or&amp;nbsp;@hubspot(there's no need for cloning those since they're included in every portal by default) folder can't be cloned/moved to other accounts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anton&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jul 2024 17:13:44 GMT</pubDate>
    <dc:creator>Anton</dc:creator>
    <dc:date>2024-07-25T17:13:44Z</dc:date>
    <item>
      <title>Cloning theme</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Cloning-theme/m-p/1015762#M39989</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi all,&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to use different landin pages for some clients and I am trying to clone a theme because I need to use different links on the "Navbar with menu"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to clone.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-07-24 at 14.35.02.png" style="width: 717px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/123154iF6D286228B2FA25E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-07-24 at 14.35.02.png" alt="Screenshot 2024-07-24 at 14.35.02.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Somebody can tell me how can I do?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 21:45:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Cloning-theme/m-p/1015762#M39989</guid>
      <dc:creator>acastanov</dc:creator>
      <dc:date>2024-07-24T21:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning theme</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Cloning-theme/m-p/1016171#M39997</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/732594"&gt;@acastanov&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to the Community!&amp;nbsp; This knowledge base article &lt;A href="https://knowledge.hubspot.com/website-pages/clone-your-hubspot-content#clone-templates-themes-and-module:~:text=tap%C2%A0Clone.-,Clone%20templates%2C%20themes%2C%20and%20module,-Accounts%20with%20access" target="_blank" rel="noopener"&gt;here&lt;/A&gt;&amp;nbsp;outlines the steps in order to clone a theme or template in HubSpot.&amp;nbsp; Do you mind taking a look at that documentation to ensure all steps have been followed?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see you tagged this as a paid portal (Professional).&amp;nbsp; If you are still seeing the error message after following those steps, I would recommend reaching out to HubSpot Support and include the screenshot of the error message, link to where you are seeing this error in HubSpot and a HAR file of your steps.&amp;nbsp; Directions for collecting a HAR file can be found &lt;A href="https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Troubleshooting-Toolkit-Collecting-a-HAR-file-and-Trace/m-p/20103" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Emma&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 12:51:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Cloning-theme/m-p/1016171#M39997</guid>
      <dc:creator>Emma_M</dc:creator>
      <dc:date>2024-07-25T12:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning theme</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Cloning-theme/m-p/1016432#M40002</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/732594"&gt;@acastanov&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you don't need to clone the whole theme if you're looking for just changing the links in the "Navbar with menu".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1. Creating new menus&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You can create as many new menus/navigations as you like in the portal settings.&amp;nbsp;&lt;BR /&gt;To create(and manage) them simply navigate to the "Navigation menus" menu &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's located here: gear icon (top right) -&amp;gt; Content -&amp;gt; Navigation menus&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the place where you create and manage all navigations in your portal (besides simple navigations)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you've created a new nav you can select it via the menu module.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2. Managing several header partials&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If you need to create/use several header partials with different content, clone the header partial(should be located in THEME/templates/partials or similar; THEME is a placeholder for your theme name)&lt;/P&gt;
&lt;P&gt;Once cloned you can apply changes to it independent from other partials.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To use the new header partial simply clone the template(s) you'd like to use the new header in, look for something like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{% block header %}
      {% global_partial path="../partials/PATH-TO-HEADER" %}
{% endblock header %}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and replace the path with the path to the new header.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;3. Creating a child-theme/work with a child theme&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Child themes can be a great thing to provide individual look&amp;amp;feels to several brands.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Professional Portals can have up to 5 child-themes, Enterprise ones upto 10.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To create a child-theme simply right-click on the theme you'd like to be the parent-theme and select "create child-theme". After the quick setup popup you have a child-theme.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This child-theme can have seperate modules, partials, fields(you have to create a new fields.json if you want other options)...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This means: You can develop everything in one place(parent-theme) and make the individual changes in every child-theme.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just an example:&amp;nbsp;&lt;BR /&gt;You have a header partial which should have the same elements through out every theme/brand. But the colors/logo should be different.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Therefore you could simply set it like this:&lt;/P&gt;
&lt;P&gt;The nav link color is blue in the parent theme, green in child-theme A, red in child-theme B...&lt;BR /&gt;And since the layout is the same through out all themes, you have to change only the link color in each child-theme. Or even better: Use the theme fields.json file for that &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;
&lt;P&gt;&lt;STRONG&gt;4. Cloning themes between portals&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You can only clone/move custom themes between portals.&lt;/P&gt;
&lt;P&gt;Themes from the&amp;nbsp;@marketplace folder or&amp;nbsp;@hubspot(there's no need for cloning those since they're included in every portal by default) folder can't be cloned/moved to other accounts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anton&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 17:13:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Cloning-theme/m-p/1016432#M40002</guid>
      <dc:creator>Anton</dc:creator>
      <dc:date>2024-07-25T17:13:44Z</dc:date>
    </item>
  </channel>
</rss>

