ahmedkaludi / easy-table-of-contents

WordPress plugin which adds a user friendly and fully automatic way to create and display a table of contents from the page content.
http://connections-pro.com
68 stars 46 forks source link

Need to make sticky menu smoothly #436

Open Sasirekhamarella opened 1 year ago

Sasirekhamarella commented 1 year ago

Scenario: The user has the sticky menu in the TOP left of the site and it's not working smoothly as expected. It opens and closes very fastly.

Reference ticket: https://wordpress.org/support/topic/sticky-menu-with-animation-expand-and-collapse/

wegerl commented 1 year ago

The problem has been solved. The solution is to override the ruleset .hide { display: none; } in the Twenty Fourteen theme with .ez-toc-sticky-fixed.hide { display: block; }. This can be done either in the child theme or in the customizer.