SOLVED

Re: Modules unavailable after bradning Marketo template

Go to solution
Sophia_Sellars
Level 2

Modules unavailable after bradning Marketo template

Is there a way to keep the modules available in a Marketo Guided Template while still changing parts of the HTML to match with company's branding?

1 ACCEPTED SOLUTION

Accepted Solutions
Dave_Roberts
Level 10

Re: Modules unavailable after bradning Marketo template

Hey Sophia,

Is it possible that you used the "Edit Code" dialog within the Email Editor instead of making these changes at the template level?

Screenshot_022819_082930_AM.jpg

I've seen this happen before when the code is edited here, locally on the email asset itself. The result of most edits in the "Edit Code" screen will break the Email away from the template and that's usually what blocks out the module panel in the editor. You can see if your email has been broken from the template by checking the screen below when you click on the email, but before you open up the editor. There's a line that should have a template associated with it -- if it says "none" that means it's not associated with the template anymore (which hold the modules) so they're now longer available the next time you open the editor.

Screenshot_022819_083127_AM.jpg

If this is the case, you could try grabbing all the code from the Edit Code dialog -- when you're editing an email, it's in the top left under the page title -- and try to dump that into a new template. Save the template and create a new asset using that template to re-associate the modules with the template.

Screenshot_022819_083505_AM.jpg

Let me know if you've got any questions or if this maybe is not the nature of the error.

View solution in original post

5 REPLIES 5
Floyd_Alvares2
Level 8

Re: Modules unavailable after bradning Marketo template

Hi Sophia,

The short answer is "yes you can".

However in order to answer your question to why modules are unavailable, could you please share some additional information regarding the code?

Thanks

Floyd

Sophia_Sellars
Level 2

Re: Modules unavailable after bradning Marketo template

Thanks Floyd!

I wanted to add our social media icons to the footer of the email, so I copied the variable definitions at the top from a different template that already has that footer into the new template. Then I added the table to the bottom of the HTML. The social media icon footer looks good in the email, but once it was added, the module section on the right was no longer available.

Sophia_Sellars
Level 2

Re: Modules unavailable after bradning Marketo template

Still wondering about this issue! Let me know if I can provide more information.

Dave_Roberts
Level 10

Re: Modules unavailable after bradning Marketo template

Hey Sophia,

Is it possible that you used the "Edit Code" dialog within the Email Editor instead of making these changes at the template level?

Screenshot_022819_082930_AM.jpg

I've seen this happen before when the code is edited here, locally on the email asset itself. The result of most edits in the "Edit Code" screen will break the Email away from the template and that's usually what blocks out the module panel in the editor. You can see if your email has been broken from the template by checking the screen below when you click on the email, but before you open up the editor. There's a line that should have a template associated with it -- if it says "none" that means it's not associated with the template anymore (which hold the modules) so they're now longer available the next time you open the editor.

Screenshot_022819_083127_AM.jpg

If this is the case, you could try grabbing all the code from the Edit Code dialog -- when you're editing an email, it's in the top left under the page title -- and try to dump that into a new template. Save the template and create a new asset using that template to re-associate the modules with the template.

Screenshot_022819_083505_AM.jpg

Let me know if you've got any questions or if this maybe is not the nature of the error.

Sophia_Sellars
Level 2

Re: Modules unavailable after bradning Marketo template

Thank you!