You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the ability is there to preview a theme on a live site by adding the query string ?_theme_id=int. Could this be extended so that you could also preview by theme_slug, like this: ?_theme=honors-college? That would just make it easier because stash doesn't display theme ids, and I think it would make this feature just a little more easy to use and remember.
The text was updated successfully, but these errors were encountered:
Right now CleanSlate doesn't know about the name of the repo. It knows a theme ID, key, and repo URL (as seen here). Not to say that the theme name couldn't be added there...
Eventually I think it would be helpful for users with the role "Designer" to be able to see a list of themes and all of their relevant info. This could be read access to https://cleanslate.wvu.edu/themes or another page.
Seeing theme names and other info is helpful when including shared partials. Something tells me as themes evolve we'll add more information to the themes page that will be helpful to Designers.
We will add the stash slug to the DB so you can use it. Not promising it until early Q2. In the meantime, if you need theme IDs please ask @adamjohnson .
Right now, the ability is there to preview a theme on a live site by adding the query string
?_theme_id=int
. Could this be extended so that you could also preview by theme_slug, like this:?_theme=honors-college
? That would just make it easier because stash doesn't display theme ids, and I think it would make this feature just a little more easy to use and remember.The text was updated successfully, but these errors were encountered: