Bug with Safari (Slider Meta Information)

Posted in: Newspaper
Post count: 8

Hey guys,

I found a bug using Safari on a Mac with this theme:
http://demo.tagdiv.com/newspaper/homepage-3-magazinly/

Take a look at the slider. There is a span-class slide-meta-cat and slide-meta-author. IMHO there is a top-padding or something else which is not right. Screenshot: http://www.myimg.de/?img=screenshot0894a.png

Do you know how can I fix it, so that it works in all browsers?

  • This topic was modified 11 years by sveen. Reason: edit text
Post count: 9544

Looks correct to me, guess not seeing the problem.

Tech support folk will be back tonight/Monday.

Post count: 6600

Hi,


@sveen

Can you please send the screenshot of this again? I can’t see the one you initially left and can’t recreate this.

Thanks

Post count: 8

Ok, next try 🙂

http://snag.gy/TXH2t.jpg

also buggy in chrome – windows 7

Post count: 6600

Hi,

Please use this custom css: http://screencast.com/t/lMWKiNEAfVs
Add it in theme panel > custom css filed:

.iosSlider .slide-meta-author {
line-height: 30px !important;
}

I have also added this on our issue list and we will fix it in the next theme version.
Thanks for reporting this!

Post count: 8

Thanks, but thats not the right solution!
Now it works in Safari and Chrome but not in Firefox 🙁

Other ideas?

Post count: 6600

Hi,

Please use this css to fix it in Firefox browser also:

@-moz-document url-prefix() {
.iosSlider .slide-meta-author {
line-height: 28px !important;
}
}

Thanks

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.