hi,
when someone visits my site on any mobile device, a pop-up appears and it says that "please consider using this site from a PC because this website is not mobile-optimized, and we are working on it" and there a button that says "continue anyway".
any help ?
That's pretty simple to do with Javascript, it can read the screen hieght and width and figure out if the device is a desktop PC, Tablet or Smart Phone. True 'pop-ups' are of course blocked by most web browsers so don't bother trying, but modal windows and Alert boxes should do what you need.