Change the preview page of the theme customization interface?

Permalink
Hi,

I am trying to make a style guide page for the theme and set that as my theme customization page preview ( the one that updates as you make changes ).

Is there a way to easily change which page is displayed in the theme preview pane?

---

When customizing a theme, depending on theme design and the number of customizable options, it can be difficult to understand how the changes are affecting various elements if those elements are not present on the home page.

Ideally, there would be a way for one to set this in the dashboard while customizing a theme. I could imagine a page selector for choosing which page in the site you want to preview. That way the user can make sure they get their changes right before saving.

MrNiceGaius
 
cannonf700 replied on at Permalink Best Answer Reply
cannonf700
Try looking in:
root/concrete/single_pages/dashboard/pages/themes/customize.php

If you moved this to the
root/single_pages/dashboard/pages/themes/customize.php

you could make changes to it and then be safe from an update overwrite. you could also put it there for a theme install from the Market Place.
MrNiceGaius replied on at Permalink Reply
MrNiceGaius
Sweet, that was easy :) Just changed the '&previewCID=' value to the page
id I need. So simple.

Thanks!