• Resolved aalmans

    (@aalmans)


    Hi,

    Before i buy the full version i would like to understand if it is possible to configure the floating toc to only appear on mobile devices?

    I am using a sidebar widget for the regular desktop users but would not want the floating toc to also appear on the desktop.

    So i want the sidebar ToC for desktop and the floating ToC for mobile.

    Is that possible? Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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 !

    Thread Starter aalmans

    (@aalmans)

    Thank you! I will wait then until the next version is released with this feature!

    Thread Starter aalmans

    (@aalmans)

    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 !

    Thread Starter aalmans

    (@aalmans)

    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 ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Floating ToC on mobile only?’ is closed to new replies.