Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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/SUNx2bl82N

    Chrome 34.0.1847.131 m
    Firefox 28.0

    How to disable those side arrows with nex/previous blog post (till you fix them)?

    • This topic was modified 10 years, 2 months ago by web4proPL.
    #261898

    Hey 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,
    Yigit

    #261956

    Thanks 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 :(

    #262223

    Hi!

    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,
    Ismael

    #262909

    Hey!
    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).

    #263771

    Hey!

    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,
    Peter

    #266941

    Hey Guys!

    Was able to reproduce it and apply a fix. will be shipped with version 2.8 ;)

    Regards,
    Kriesi

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Next / previous blog post bug’ is closed to new replies.