cancel
Showing results for 
Search instead for 
Did you mean: 

Enterprise Portal themes

Former Member
0 Kudos

Hi,

Can anyone tell how to change the position of logo in the defined demo theme in Netweaver Portal

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Download the par file "com.sap.portal.navigation.masthead.par" file.

Import it to your NWDS. Also extract the par file.

You can find two jar files one in private folder and other in lib folder.

com.sap.portal.navigation.masterhead_core.jar and com.sap.portal.navigation.masterhead_api.jar respectivily.

add these two to the same folder in your NWDS.

Add the branding image in dist -> image

Then open the HeaderiView.jsp file and add your Image src there.

Redeploy the Application.

Check the below link

[http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/1179] [original link is broken];

Thanks,

VV.

Former Member
0 Kudos

Hi,

system Admin->Portal Display->Theme Editor,select your theme and you can do what ever changes you what in the theme.

Former Member
0 Kudos

I know

i am unable to be positioned top or bottom right hand side of logo screen due to fix search and links. Logo to be positioned top left corner of screen.

Former Member
0 Kudos

Hi,

You can have your images anywhere as you wish by editing the masthead PAR file.By default the masthead comes out with the default layout with placeholder for images and for text. Download the PAR file and customize them(after renaming) as you wish then include the new masthead in the framework page.

Regards

Karthiheyan M

former_member182598
Active Contributor
0 Kudos

Hi,

1. Download the com.sap.portal.navigation.masthead.par file

2. Import it into NWDS under a new project name say com.<company name>.portal.navigation.masthead

3. Extract the com.sap.portal.navigation.masthead. par file using WINRAR and locate the com.sap.portal.navigation.masthead_core.jar file in PORTAL-INF\private\lib folder

4. Import the jar file in corresponding folder of com.<company name>.portal.navigation.masthead

5. Rebuild deploy and test from the NWDS that everything works fine

6. Open the HeaderiView.jsp file, you need to modify this file to place the logos at the place you want. The elements are arranged as HTML table and you can easily locate the corresponding <td> section.

Revert incase you face any issue.

Thanks

Prashant

p330068
Active Contributor
0 Kudos

Hi Neel,

Please check this : [http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/d077fa17-7fbf-2a10-d983-fb12decf63c7|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/d077fa17-7fbf-2a10-d983-fb12decf63c7]

Best Regards

Arun Jaiswal