Search:

Welcome

Login to contribute. Register if you haven't yet.

Need Support?

Search this site to find an answer. If you still need help, post a Question. Private or account-related support inquiries can be made at the Private Support forum.

Stay Informed

Are you receiving EditMe's monthly newsletter? Keep informed of product changes, tutorials and tips. Sign up here.

Create new Layout

Forums / Questions

David Buchanan says:

If I copy an existing Layout can I then rename it and have it added to the list of available layout styles to choose from on new pages created? And will the original Layout remain unchanged? 

I need to create a Layout page for a shopping cart (softseller) to redirect to for purchases for downloads from my site and I want to create one page with their script in the <head>

Posted at 12:55 AM on October 31, 2009


matt staff says:

If I copy an existing Layout can I then rename it and have it added to the list of available layout styles to choose from on new pages created? Yes

And will the original Layout remain unchanged? Yes

Another option would be to add your script to the current layout with a conditional so that it only shows for one page. Here's an example:

<script editme="if page.name=='SomePageName'" type="text/javascript"><![CDATA[
// script goes here
]]></script>

Here's a new blog post that covers the details of testing different layouts and style sheets (how timely!): http://www.editme.com/HowToTestChanges

Cheers,
Matt


Posted at 2:48 PM on October 31, 2009

You must log in to reply

EditMe News & Blog