Hello friends,
I want to use post style 7 template for my site and i saw a display problem in Newspaper v6.
Before, in v4, the featured image displayed in full width and slid softly in the background, giving up a 3D display impression. It was as well in all major browsers, devices and any the scroll bar, on-screen, mouse scroll or tap of the fingers in touch screen.
Now in v6 and v6.1, I see that during page scrolling the featured image post style 7 slides irregularly and leaping especially when using the on-screen scroll bar or scrolling mouse, in any browser used.
I would love to come back to have that very nice effect as before, that now seems faulty.
Thanks!!
Hi,
The post style 7 featured image should be displayed fine as in the previous version, the image is stretched and has that effect by using javascript code. Please check also our demo for post style 7 – http://demo.tagdiv.com/newspaper/td-post-lenovo-details-new-computers-that-could-be-heading-our-way-in-2015/
Thanks!
Yes, the effect is very beautiful. But I see a difference between versions. In the previous version it slid gently giving a 3D effect. Now in the new version, the image slides with small leaps and lost the charm. I had already visited the demo page and is equal to my installation, sliding jumping jacks. It may seem a silly whim on my part, but I think the Newspeper was so beautiful in its update that could not miss one of its most beautiful visual effects. Look at this I would be extremely grateful for this repair. Thank you!
Hi,
Please can you try with this CSS, add it in Theme Panel -> Custom CSS
.td-post-template-7 .td-read-down {
display:none;
}
.td-post-template-7 .td-parallax-header {
transform: none !important;
opacity: 1 !important;
}
.td-post-template-7 .td-post-header {
height: 560px;
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-post-template-7 .td-post-header {
height: 530px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-7 .td-post-header {
height: 480px;
}
}
@media (max-width: 767px) {
.td-post-template-7 .td-post-header {
height: 400px;
}
}
ok, Emil G.
I appreciate your willingness to solve this problem.
Thanks!
Hello Marius,
I tried to apply this css code you indicated, but there were no improvements in display issue.
If you have any tips for me to try, please tell me!
Thank you!
Hello Marius,
I think I found a lead on this issue.
I’ve been looking at the Style 7/Paralaxx effect versions v4 and v6 .. and found a difference in image featured zoom. In the new version the image is more open, perhaps this may be causing the lack of smoothness to slide the screen?
If this is the solution, it would suffice regress the zoom distance for a smaller and further away proportion as in version 4.
Below is a link with comparative images: http://www.screencast.com/t/xdBZgmiFrJ
I await your opinion!
Thank you!
Hi,
Please locate tagdiv_theme.js in JS folder and change this to 8or try with other values like 4,6 http://screencast.com/t/2rPWpFfb
Make sure that you don’t use Speed booster plugin because the plugins read the minimized js.