• Resolved punze

    (@punze)


    Hello and thanks for this great plugin! Works super on the website of my customer (fitness studio). But there is one point I need help with:

    When I’m scrolling (desktop) oder tapping (smartphone) on a workshop module in the schedule there is a little window showing up with the name of the workshop, the time, description etc.

    Is it possible to disable this little pop up window? It is a bit disturbing, specially on the smartphone, when you are scrolling down.

    That will be great! I am using the Divi Theme.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author maximebj

    (@maximebj)

    It’s a good idea indeed.
    I don’t get too much time to do it right now but I’ll definitely add the feature in a next release.

    For now you can add a little CSS in Divi to block this behavior :

    [id^='fitplan-'] .fitplan-planning:not(.fitplan-planning-mobile) .fitplan-planning-item:hover .fitplan-planning-item-bubble {
        display: none !important;
    }

    Should do the trick!

    Thanks for the feedback.

Viewing 1 replies (of 1 total)
  • The topic ‘Disable popup window for workout’ is closed to new replies.