cancel
Showing results for 
Search instead for 
Did you mean: 

Problem Custom Theme in MII?

Former Member
0 Kudos

Hello,

I followed below PDF document and tried to create the Custom Theme in MII.This is my client requirment

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c004bc2a-013b-2c10-f2ab-a1e2f61e...

I followed each and every step but the Theme is not changing, its displaying only code or the original theme.......if any one worked in the same requirement.

Please help me out.

Thanks and Regards,

Phani Kumar

Accepted Solutions (0)

Answers (3)

Answers (3)

erik_schrampf
Active Participant
0 Kudos

Phani,

Both of those problems are explained in the article under troubleshooting. If your theme is showing up as html in the browser then it is not formatted correctly. Check the NetWeaver logs for more details. Pretty much the same problem if you are recieving the MII Default Theme as this will show up if your theme is malformatted or not there. Once again check the NW log file it should give you some more info about where the error is coming from. When you find the error and cannot fix the issue add it ot the forum.

Former Member
0 Kudos

Phani,

All your HTML code must be well formed what means that you have to close all the tags, for example:

<img src="" />

or

<input />

Also, even if you are not using header or footer, the file must be in your file tree and must be reffered in homepage.xls file.

When there is something wrong in your theme, MII loads the default theme.

Hope this help.

Former Member
0 Kudos

Hi,

Thanks for the reply........i checked all the HTML tags .......all tags are closed.

i checked the theme all are fine .........but still i cant see the custom theme is not showing.......and i cant find any error.

Please suggest me how to trace the error........how to display custom theme.

Thanks and regards,

Phani

Former Member
0 Kudos

Phani,

Make sure that all the links found on file homepage.xsl are correct.

Also check if you are not using any invalid value on params like ShowFooter, ShowTabs, ShowNavigationTree. These fields accept only 0 or 1.

Custom theme is hard to debug because there is no way to know where the error is, you just have to take a look in all the code and see if there is something wrong.

Compare your files with the MII default files in order to see if there is something wrong.

Former Member
0 Kudos

Hello Experts

Waiting For your inputs......