-
AuthorPosts
-
May 7, 2014 at 4:18 pm #261350
When reading a blog post there are arrows on the left and right side of the screen that allows to go to the next and previous blog post.
At the Chrome browser when i roll over on the arrow it extends and shows thumbnail and post title. Now when its extended try to scroll your mouse up and down – there will be some artifacts and sometimes stipe just disappears (especially with boxed layout).
At the Firefox browser the featured image at the stripe is bigger than stripe.
There are some videos how it works for me:
Chrome boxed layout stripe desappearing: http://screencast.com/t/lghFSyhiSd2
Chrome full width scrolling issue: http://screencast.com/t/qiClwTEVNz
Firefox featured image size issue: http://screencast.com/t/SUNx2bl82NChrome 34.0.1847.131 m
Firefox 28.0How to disable those side arrows with nex/previous blog post (till you fix them)?
- This topic was modified 10 years, 6 months ago by web4proPL.
May 8, 2014 at 5:46 pm #261898Hey web4proPL!
You can remove post nav by adding following code to Quick CSS in Enfold theme options under General Styling tab
#top .avia-post-nav { display: none; }
and you can use following code when you are using boxed layout
.avia-post-prev { left: 4%; } .avia-post-next { right: 4%; }
I could not reproduce scrolling issue on my end on Chrome version 34.0.1847.131 on Mac OS X 10.9.2. Which OS and Chrome version are you using?
It does look fine on my end on Firefox 29 – http://i.imgur.com/fhsWzsH.jpg
Can you post the link to your website so we can look into it?Regards,
YigitMay 8, 2014 at 7:27 pm #261956Thanks for reply,
Firefox issue dissapeared after updating to version 29 and using Regenerate thumbnails plugin.
Scrolling issue – Chrome version 34.0.1847.131 – same as yours. There’s no problem when scrolling in Firefox, SRWare Iron (Chrome engine) and Safari. I will try again after disabling all browser plugins. If its browser plugin issue – it has to be pretty popular because I have tested this issue on 4 different machines – all with Windows 7 (EN ald PL), using mouse scroll and touchpad – and results was the same.
TESTED:
There’s still problem with scrolling in Chrome after disabling all browser plugins and restart :(
May 9, 2014 at 8:38 am #262223Hi!
Thank you for the update.
I can see the issue but I’m not sure why it’s happening and every viable fix that I could imagine is not working. In my opinion, this is not a big deal because the chances that the user will scroll while hovering or clicking the post navigation is quite slim. They probably won’t notice it anyway. We’ll report the issue to Kriesi. Please wait for his response. Is this what you’re seeing on your end?
Best regards,
IsmaelMay 11, 2014 at 2:46 pm #262909Hey!
I have the same problem with Chrome in blog posts.
But it works on items in the portfolio for me (not on the Enfold demo).May 13, 2014 at 7:36 am #263771Hey!
We reported the bug to Kriesi and if we can fix (= if it’s not a browser bug) we’ll add the patch to the next update. If you want to hide the arrows for single post entries use this code:
#top.single .avia-post-nav { display: none; }
Regards,
PeterMay 19, 2014 at 8:03 pm #266941 -
AuthorPosts
- The topic ‘Next / previous blog post bug’ is closed to new replies.