Two problems after update

Posted in: Newsmag
Post count: 199

After updated to 1.7.1 I find two problems:

1) Trend box on Safari for Mac is moved downward -> https://dl.dropboxusercontent.com/u/22334399/Schermata%202015-04-25%20alle%2014.29.31.png

2) Comments box color white icon doesn’t change. The piece below it looks like red -> https://dl.dropboxusercontent.com/u/22334399/Schermata%202015-04-25%20alle%2014.29.38.png

Post count: 199

Trend box = News Ticker has a problem even with the animation. On Safari when animating creates a glow to the Tile and titles. Watch the video-> https://dl.dropboxusercontent.com/u/22334399/problem%20trend.mov

Post count: 6600

Hi,

I’ve checked your site however I could not find the white counter box: http://screencast.com/t/IKUE9FxuR0 so I can inspect it and couldn’t recreate it.

Regarding animation, please make sure that you also test this without any plugins and test your browser’s console to make sure that you don’t have this errors anymore: http://screencast.com/t/e3N0ggf7bgi (make sure you also remove caches).

Let me know how it goes!

Thanks

Post count: 199

1) Now you should see it at Home (overpress.it), on the right in the box black soccer.

2) he glow is caused by the animation of the News Ticker …. it moves at the same pace. I can’t be the plugin. Are the same that we had with the old version.

Post count: 6600

Hi,

Still can’t see it: http://screencast.com/t/NdfDdBF74xj – you can alter this using custom css: http://screencast.com/t/Go5fRgV3 and try the one from below:

.td-block-color-style-2 .td-module-comments a:after {
border-color: #FFFFFF transparent transparent transparent !important;
}

The trending now block animation has changed in the latest version, I’ll add this on our todo list for further testing and we’ll focus on this in the next theme version.

Thanks

Post count: 199

OK, how do we get rid of the animation on the News Ticker? Sliding it back as it was before?

Post count: 6600

Hi,

Please use this custom css to fix the ticker alignment issue:

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
.td_block_trending_now {
padding: 14px 20px 14px 20px;
}
}

And to disable the animation use this css:

.td_module_trending_now {
-webkit-animation-name: aa;
animation-name: aa;
}

Thanks

Post count: 199

OK problem disappeared. Was the animation. Look what happens though on Android on Nexus 6 -> https://dl.dropboxusercontent.com/u/22334399/IMG_0614.jpg

and -> https://dl.dropboxusercontent.com/u/22334399/IMG_0613.jpg

Post count: 7909

Hi,

Please try this custom css and see if it is fixed:

.td_detect_is_android .td-trending-now-title {
top: 0px;
}

Thanks!

Post count: 199

Solved, thanks!

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