Hard coding / editing HTML for some areas of template
Permalink
I am looking to hard code some html into the footer but am unable to find the footer php file.
Viewing FTP concrete/theme/ I cannot see the theme I have installed, only the default themes. (The theme is installed and working fine).
Any pointers as to where installed template pages for footer header etc would be much appreciated.
Tim
Viewing FTP concrete/theme/ I cannot see the theme I have installed, only the default themes. (The theme is installed and working fine).
Any pointers as to where installed template pages for footer header etc would be much appreciated.
Tim
Which theme are you using? It will be in the theme directory, in a sub directory called "elements" or "inc" (depending on the theme).
Tiger theme.
themes folder in the root directory is empty.
/Concrete/themes/ has
core
dark chocolate
dashboard
default
greek yogurt
green salad
/Concrete/elements has
attribute
custom style
dashboard
styles
etc...
themes folder in the root directory is empty.
/Concrete/themes/ has
core
dark chocolate
dashboard
default
greek yogurt
green salad
/Concrete/elements has
attribute
custom style
dashboard
styles
etc...
Yep, this isn't a core theme, therefore it will appear in your concrete5/packages directory, and not under the concrete5/themes directory.
I strongly urge you to read the how-to about customizing a theme the right way, so that you aren't affected severely by theme updates. Here it is:
http://www.concrete5.org/documentation/how-tos/designers/modify-a-p...
I strongly urge you to read the how-to about customizing a theme the right way, so that you aren't affected severely by theme updates. Here it is:
http://www.concrete5.org/documentation/how-tos/designers/modify-a-p...
Thank you! I just "forked" the template so my edits won't be overwritten.
You set me in the right direction, appreciate it.
Tim
You set me in the right direction, appreciate it.
Tim
My pleasure, I'm glad to help when I can :)
Good luck with it!
Good luck with it!