I do not understand English very much.
Thank you in simple English.
“Super fly menu” interferes and “smooth scroll” does not respond.
What should I do?
I do not understand English very much.
Thank you in simple English.
“Super fly menu” interferes and “smooth scroll” does not respond.
What should I do?
Hi There,
Please give more description how superfly interferes. Regarding smooth scroll, it seems fine. See this: https://screencast-o-matic.com/watch/cbil6ylYI4
“Scroll Top Anchor” does not work.
There is an invisible object in the foreground at the right edge of the screen.
Please move the mouse cursor to the right side of the screen.
The pointer changes to a finger.
Hi,
To fix the scroll to top, you can add this in X > Launch > Options > CSS
.x-scroll-top {
z-index: 9999;
}
Hope that helps.
I tried it but it was not corrected.
Transparent objects of “Super Fly Menu” are interfering.
Is there a solution?
Hello There,
Thanks for updating in! To resolve this issue, please have the code updated and make use of this code instead:
body .x-scroll-top {
z-index: 999999999;
cursor: pointer;
}
I went ahead and resolved the issue for you. Please check your site now.
Thank you.
This problem was solved.
But can transparent objects on the right side of the screen be erased?
Hi again,
Try adding the following code in your Customizer:
.sfm-pos-right .sfm-rollback {
width: 0 !important;
}
Let us know how this goes!
it is complete.
Thank you.
You’re great.
Glad we could help.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.