Setting a different template for a specific menu item does not seem to take effect
I am using the Smoothness skin of the Cloud theme.
I copied the cloud theme to a new directory in the themes direcotry and called it mycustomtheme and installed the theme.
I then made some noticeable changes to the jquery/
I then changed one of the menu items to use mycustomtheme but none of the changes take effect.
Looking at the <head> section of the page, there does not appear to be any mycustomtheme css loaded even after clearing cookies and reloading page.
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- PHPDevShell Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- TitanKing
- Solved:
- 2011-01-17
- Last query:
- 2011-01-17
- Last reply:
- 2011-01-17
This question was originally filed as bug #692744.
jsherk (jeff-forerunnertv) said : | #1 |
I also tried completely changing the theme to mycustomtheme on Template Admin page and also changed the default theme under Theme Settings to mycusomtheme, but when checking the <head> section it appears that all pages are still loading the cloud theme and not mycustomtheme.
TitanKing (titan-phpdevshell) said : | #2 |
In your custom theme, if you open theme.php you will note a list of src directories that it includes, did you change those to your custom themes directories?
jsherk (jeff-forerunnertv) said : | #3 |
No I did not! That would be the problem. It looks like you also need to modify the error.php file as well.
Thanks
TitanKing (titan-phpdevshell) said : | #4 |
No you don't have to set error.php he uses the cloud template for styling, except if you wish to of coarse.
|
#5 |
Answered
jsherk (jeff-forerunnertv) said : | #6 |
Thanks TitanKing, that solved my question.