I have implemented a Google plus button on my website, when I hover over the button I get a blank square with no description of the website see screenshot:

If I press the button I get an error. this seems to be happening on all the google plus buttons versions I tried.
The hover isn’t blank, the text that is supposed to appear in that hover is just appearing to the left of where it is supposed to. I believe that is due to not setting the language code. Where you load your script add a line to specify the language:
That should resolve the incorrect rendering of the hover.
Now for the error when you click the button. When the button is clicked, the service goes and tries to render a preview of the target page. You don’t have an data-href value listed on the button markup so the service then relies on the canonical link, which in your case is the cause of the problem. You’re canonical link is http://www.navitor.co.il/ which does not load and also is probably not the URL that you intended to share.
Correct the canonical link so that sharing works and so that Google search doesn’t get confused about a pointer to a broken URL.
References: