Plugin Author
WPJoli
(@wpjoli)
Hi !
Yes it is possible to configure the floating TOC for mobile only. Currently it requires custom CSS like so (that you can paste directly in the settings ) :
@media (min-width: 1025px) {
.wpj-jtoc--widget-floating{
display: none !important;
}
}
However, since you are not the first user to ask for this feature, it will be bundled in the next update so that can be easily configurable from the settings panel !
I hope this answered your question.
For any follow up, please use our direct contact email [email protected] to comply with this forum’s rules (topics here should only be related to the free version of the plugin).
Thank you !
Thank you! I will wait then until the next version is released with this feature!
Hi just checking if this feature was already introduced in the current version?
Plugin Author
WPJoli
(@wpjoli)
Hi !
It was supposed to be, but was forgotten. However it has just been implemented and will be there 100% in the next update to come soon !
I will try to let you know here when it’s released.
Thank you !
Works now with the latest release!
i dont see a setting like that? I would like to remove the ToC on mobile and just have it on desktop 😉