shoestrap-3 icon indicating copy to clipboard operation
shoestrap-3 copied to clipboard

Easier to change name of theme

Open highergroundstudio opened this issue 10 years ago • 7 comments

One cannot change the name of the theme from Shoestrap (for custom theme) without changing source These two commits fix this (other than style.css still could be overwritten).

highergroundstudio avatar May 12 '14 18:05 highergroundstudio

The only problem I see with this is child themes...

The options should reflect the parent theme's name and not the child. That's why it's hard-coded at the moment.

If you make it so it's the parent theme's name instead I would have no bjection in merging this. :+1:

aristath avatar May 12 '14 19:05 aristath

FYI we've recently started completely rebuilding the theme using the customizer + twig (no redux).

If you're interested in helping out (it still has a looong way to go) the new repo is here: https://github.com/wpmu/shoestrap

aristath avatar May 12 '14 19:05 aristath

Updated this so that it gets the parent if it needs to.

highergroundstudio avatar May 12 '14 22:05 highergroundstudio

Are there any plugins needed to run shoestrap 4? I am getting an error about Timber.

highergroundstudio avatar May 12 '14 22:05 highergroundstudio

Yes, it requires this plugin: http://wordpress.org/plugins/timber-library/ We're working on embedding it in the theme so it won't be necessary to install it as a plugin, but untill we do it's required.

aristath avatar May 12 '14 23:05 aristath

I've been thinking about this... The changes you made also change the option name in the database: https://github.com/shoestrap/shoestrap-3/pull/583/files#diff-78cd5aa3783a74555c9938a2a81d01c6R27

That would essentially break the theme for anyone that already has it installed, wouldn't it?

aristath avatar May 19 '14 11:05 aristath

Only if they changed the name. I was thinking more for developers.

highergroundstudio avatar May 19 '14 14:05 highergroundstudio