"Templates in this style can not be modified, please try another" -- how do I try another?

anotheralias

Well-known member
I don't know why I get all these weird problems but, now I can't edit any of the styles because clicking on templates or style properties or anything else gets me this message:


Templates in this style can not be modified. Please try another.

I deleted the style I had just created prior to getting this message in case that was the problem, but that didn't help because you choose templates (or whatever) first, and then you choose the style to edit. So it is apparently impossible for me to choose a different style to edit. And, I can not edit the style that the software recognizes as the current one because I get the above message.

Anybody know how I can get myself out of this catch-22? Thanks for your time. :)
 
I have run into this as well. I noticed it when I added a style or a child style, so I am not sure if this is what is causing it, but I got it to work by going into the styles, and then in the list of styles off to the right there are links to the Template and the Style Properties. Clicking these links brought me to the templates or style properties and after I did that once, I could come and go to the templates and styles properties like normal.

Jamie
 
... but I got it to work by going into the styles, and then in the list of styles off to the right there are links to the Template and the Style Properties. Clicking these links brought me to the templates or style properties...Jamie

Thank you so much Jamie! That worked!

(In my case I created a style with no parent and then decided to give it a parent - after that, I got the error. Just for reference purposes.)
 
I wasn't editing the master style, unless there's some way I can do that without knowing I'm doing it. I created a new style with no parent, and then decided to make it the child of an existing style.

However, I deleted that debug mode line weeks ago - if that's what 'disabling' it means.

(Hope that helps.)
 
However, I deleted that debug mode line weeks ago - if that's what 'disabling' it means.

If you mean you deleted this line from your config.php file, then yes, debug more is off: $config['debug'] = true; :)


You can also just comment it out by placing two forward slashes and a space before that line. This way if you want to re-enter debug mode at a later date, just remove the two forward slashes:

// $config['debug'] = true;
 
Top Bottom