So I am trying to use both the LCD Keypad Shield and the Wireless SD Shield with an Arduino Mega. I am sending data with the XBees and I want it to display to the LCD and write it to the SD card. Unfortunately, it does not allow me to do both at the same time. The LCD will mess up the letters, replacing a ‘e’ with a ‘d’ of a ‘y’ with a ‘h’. I had to switch one of the digital pins from the LCD shield because it was used as the chipselct for the SD shield.
You should always consult the ShieldList (http://www.shieldlist.org) first before you buy two shields that should be used together.
You can now "fix" your problems by cutting the connector of pin 4 of the Wireless SD shield and reconnect it by a jumper wire to another pin (d2 or d3 are viable candidates). Of course you have to change your software accordingly.