UNO + Motorshield + WiFi

Hi, i am new here, and my englisch is not so good.

I have bought the “Seeedstudio Grove - Starter Kit V1.1b” and an Arduino UNO.
I am totally new to this term and have some questions:
Can i use the Arduino UNO, the Seeedstudio Wifi Shield and the Motor Shield V1.0 together?

And this without loss of some of the Ports? (6xDigital, 5xAnalog, 1xUART, 1xIIC)

And whats about the LCD,
on the Motor Shield if i patch the Digital I/O jack on the first digital port and the LCD on the UART-port, is this working?
Because both have “D1” standing beneath them.

THX for the work, with this “Plug&Play”-System starting Arduino is easy!

Hey , you can use Arduino UNO, the Seeedstudio Wifi Shield and the Motor Shield V1.0 together. But please pay attention to the pins which someone have been occupied.Such as wifi shield will occupy the pin of digital 2 and digital 3. More information you can refer to the wiki of each product.

Did your base shield is v1.3?

As for the Serial-LCD, you need plug it in D11 port(digital 11 and digital 12) if you have not modified the program. But if you want to plug LCD in another port, you might modify the program as you want.