Friday 19 July 2013

Blank Menu after user logs into PepleSoft

You can check existing Doc ID 1301566.1 from Oracle Customer Connect.
The document mentions a Workaround. Below is the Workaround.

WORKAROUND
----------------------------
0) "PeopleTools -> Web Profile -> Web Profile Configuration", search for your webprofile and make sure "Cache Menu" = UNCHECKED.  Save and bounce PIA.

1) Open App Designer

2) Open stylesheet: PSHOMEPAGE

3) Locate the .ptpgltdroppable and li.pthpli style classes, and have them apply the IE zoom property
like so:

/* pagelet column */
.ptpgltdroppable {
margin:0;
padding:0;
zoom:1; /* add this property */
}

/* pagelet, sortable and fixed position */
li.pthpli {
position:relative;
list-style-type:none;
margin:0 0 4px 0;
padding:0;

zoom:1; /* add this property
}

4) Save the stylesheet

5) Open the PSNAV2 stylesheet

6) locate the following comment:

/* end left navigation CSS */

7) Add the following before the end CSS comment:

* html #ptnav2pglt,
* html #ptnav2pgltbody,
* html #ptnav2tree
{
zoom:1;
}

/* end left navigation CSS */

8) Save the style sheet

9) Shutdown the web server

10) Delete webserver cache

11) Start the web server

12) The user should clear browser cache

13) Test

No comments:

Post a Comment