
Originally Posted by
ckosloff
I am trying to follow instructions in Manual but they are outdated and refer to File Manager.
As a proud Linux user I wouldn't touch that stuff with a ten foot pole.
But I messed up because the author recommends to change files into a custom directory to void customization being broken by an update to /includes/templates/responsive_classic.
So I decided to create a directory called mein and copying files from responsive_classic to mein.
But I ended up with a copy of responsive_classic directory inside mein.
There are several solutions to this:
1. remove the responsive directory inside mein and then copy files from responsive into it
2. Rename the responsive directory to mein using the mv command and then create an empty responsive classic at /includes/templates, so the update will update that one, and leave mein alone, which will be set as default in configuration settings.
Problem with 1. is that I get error saying that directory is not empty, I understand that is a syntax error form my part.
The most important thing is that now I think that author's advice is wrong because I might be able to save my customizations but I might lose important file updates to the responsive template.
Please help.
Bookmarks