dassekaka
Forum Replies Created
-
Hi!
After changing so that the zoom is in the way that you suggested above it now works in Safari and Chrome. Thanks!
A bit of a side note. When I do the same thing to get firefox to zoom with the moz transform scale as such:
div#logo, div#header, div.banner, div#page { zoom: 0.91;-moz-transform: scale(0.91); }
Instead of leaving a gap of white space on the top and bottom of the whole page it now leaves one between the header/logo and the content/the blog posts. Any idea?
Thanks again!
Thanks RavanH!
That makes much more sense. I will give it a try.
Notes.
1. Ok. Will tell the client that.
2. Yes. Rookie mistake.. will change that immediately.
Thanks again!
Thanks!
The Firefox issue has been resolved. It had to do with a zoom on the body that made the whole page look bonkers. It also added a lot of space on the top and the bottom. When I removed the zoom, the extra space in the top and the bottom, and now the fancybox is working in firefox.
It still works in IE, but not in Chrome and Safari. And they all have the zoom on the body.
It might be the zoom on the body. But the client had someone draw a page in a certain dimension and it will as finished they wanted it be smaller in the browser. But it still works fine in IE, with the zoom.
Please have a look https://matkonation.telavivian.com/.
Thanks!
Tried with span and it didn’t work so I changed to div and it now works. So it has to have some effect.
But I agree. Should be more customizable. The author of the plugin is no longer working actively with development of his plugins. SO we’ll have to wait and see.
Ciao
@miguel – You can change the attributes inside the php file (wp-postratings).
However. It won’t work. He uses a span instead of a div and google doesn’t understand the rich snippets correctly then. Because everything has to be inside a div with the itemscope itemtype.
So, change from span to div in the php file on row 485. Then it will work. You can test here: https://www.google.com/webmasters/tools/richsnippets.
Hope that helps you!