Tagged: x
-
AuthorPosts
-
June 16, 2016 at 2:43 am #1044732
I’m having an issue at http://dev.emilycolin.com/11-75-personal-peculiarities/ when X-Smooth Scroll is turned on and the Fancybox is engaged by opening any lightbox, the whole background shifts to the left about 20px. When you close it, it shifts back. This only happens when the Smooth Scroll plugin is turned on. I’ve also setup the same grid using just the lightbox effect, instead of opening a post at http://dev.emilycolin.com/for-book-clubs/. When you open the Fancybox on that page the background does not shift when the Smooth Scroll is on, but you can still “see” the margin on the right hand side. When the Smooth Scroll is turned off, the background shits “Right.” There is something conflicting here. Please let me know if you require my credentials.
Thanks
June 16, 2016 at 2:47 am #1044740Hi there,
I can’t see such issue so not sure if X-Smooth Scroll is enabled or not. Would you add a screencast of what you are facing?
Thanks
June 16, 2016 at 2:50 am #1044748Sorry, you must have been looking while I was testing. Please try it again. It is turned on now.
June 16, 2016 at 3:05 am #1044764Hi,
To fix it, you can add this under Custom > CSS in the Customizer.
html.x-smooth-scroll { overflow-y: hidden !important; }
Hope that helps.
June 16, 2016 at 3:26 am #1044793Nope, the background is still shifting.
June 16, 2016 at 3:58 am #1044841Can you give us a screen recording of the issue?
Thanks.
June 16, 2016 at 4:06 am #1044857I have no software to do this. Are you not seeing this on your end? I have tested this on three different computers and see it on all of them in Chrome, Firefox, Edge, and IE? I should note that this does not happen on mobile but there are no scroll bars either.
June 16, 2016 at 4:42 am #1044898I’m sorry but no. I don’t see any issue. See
June 16, 2016 at 4:50 am #1044905That’s because you’re looking on the wrong page. The page is at http://dev.emilycolin.com/11-75-personal-peculiarities/
June 16, 2016 at 5:31 am #1044954Sorry for the confusion. Please try adding the code below in your Appearance > Customize > Custom > CSS
.esgbox-lock .esgbox-overlay { overflow-y: hidden; }
If that doesn’t help, please give us access to your WordPress admin
Thanks.
June 16, 2016 at 6:05 am #1044981Nope, still doing it.
June 16, 2016 at 7:51 am #1045096Hi There,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks
Joao
June 16, 2016 at 8:02 am #1045109This reply has been marked as private.June 16, 2016 at 9:25 am #1045238Hey there,
I’ve added the code below in your Appearance > Customize > Custom > CSS and it’s now fixed.
.esgbox-lock .esgbox-overlay { overflow-y: hidden !important; } .esgbox-margin { margin-right: 0 !important; }
Hope that helps. 🙂
June 16, 2016 at 10:00 am #1045290Yes you did, Thank you very much!
-
AuthorPosts