I tried the contents plugins such as LuckyWP Table of Contents, Easy Table of Contents and so on. But all of them can not working as expected.
The specific performance is: unable to jump to the chapter(can not smooth scroll in the page), unable to display normally, and no response after clicking. It can be used normally under other themes.
I tried the contents plugins such as LuckyWP Table of Contents, Easy Table of Contents and so on. But all of them can not working as expected.
The specific performance is: unable to jump to the chapter(can not smooth scroll in the page), unable to display normally, and no response after clicking.
It can be used normally under other themes.
Request resolution, thanks
Try disabling AJAX in customizer -> General settings
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
I tried to disable it, but it remain does not work normally.
https://www.yefengdesign.com/this-years-graduation-design U can try~
Hello, try also disabling smooth scrolling ( the smooth scroll library hijacks the scroll events and process them)
it's in customizer -> general settings
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
I setted as you said, and the basic function was running, But it remains have some problem about display, https://www.yefengdesign.com/spoc/2019-2020-2-jiaohusheji.html or the attachment U can check it(sorry, it is hard to discrebe clearly)
PS:the Plugin is working correctly on the other themes
Hello, as a word of caution we have not tested the theme with this plugin
the issue is that it uses several html elements such as <nav> and <header> that are also styles by our theme
try adding
header#ftwp-header {
width: auto;
height: auto;
z-index: initial;
}
in customizer -> additional CSS
Also the element has a background color rgb(20, 20, 20) and a dynamic height therefore you have the black strip at the bottom
try cover it with
ol#ftwp-list {
height: 100% !important;
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
CSS has played a role, but there are still some problems
Trouble to help me solve, thank you
please check the attachments
Ok, try also adding
#ftwp-container.ftwp-wrap #ftwp-header {
display: none;
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
OK, it works~
And the other problem,https://www.yefengdesign.com/blogs only this page the featured picture do not at the right place U can the attachment.