Import Landing Page from Themeforest to Marketo | Community
Skip to main content
April 1, 2016
Question

Import Landing Page from Themeforest to Marketo

  • April 1, 2016
  • 1 reply
  • 1287 views

I'm not very satisfied with the landing page template available in Marketo. I'm interested in using a landing page from Themeforest, however, these pages typically come in the form of a folder (with js files, css files, fonts and more) and not in a single .html file. Does anyone know how to upload these folders to Marketo?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Frank_Breen2
Level 8
April 4, 2016

Marketo only has 1 folder structure per instance, you need to firstly upload all the sub folder files to Images and Files in the Design Studio. Then in the HTML file point the all the file references to your Design Studio:

Example

xxx.mycompany.com/rs/xxx/images/file-name.css

In you HTML, the CSS link would look something like this:

<link rel="stylesheet" type="text/css" href="css/mystyle.css">

You should change it to:

<link rel="stylesheet" type="text/css" href="xxx.mycompany.com/rs/xxx/images/mystyle.css">

Links above should be the link to your Marketo instance. Marketo Design Studio supports JS and CSS files.

Please note unless you buy a specific Marketo template, you're going to have a lot of customising to get it to work as a Guided/Free-Form Landing Page. I'd suggest you try and change the Marketo Landing Page first before you go and buy a third party one.