• Resolved shannona

    (@shannona)


    2 years and 9 months ago, somebody posted this solution for fixing the CLS issue with the TOC opening and then closing.

    >>>>>

    Here’s what I did:

    includes\class.post.php

    add style=”display:none;” to line 1027

    $html = ‘<ul class=”ez-toc-list ez-toc-list-level-1″>’ . $html .’‘;

    which then is

    $html = ‘<ul class=”ez-toc-list ez-toc-list-level-1″ style=”display:none;”>’ . $html .’‘;

    takes care of the layout shift

    >>>>>

    However, that doesn’t seem to work now with the current plugin code. Is there an update to this that I could put in place? Or better yet, that the plugin developers could put in place? This is the only thing preventing me from passing Core Web Vitals.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Magazine3

    (@magazine3)

    Hello, thank you for getting in touch with us. Could you kindly provide us with the website’s URL? Additionally, is this issue occurring after a plugin update? Kindly share more detailed information so that we can investigate on our end.

    Thread Starter shannona

    (@shannona)

    I removed the plugin from my site until I can get this fix in place. It’s the same issue as in the previous post here – those of us who have the TOC closed by default encounter CLS issues as the TOC opens and then closes. Need it to not open and then close. This has always been an issue, not related to a plugin update.

    Plugin Author Magazine3

    (@magazine3)

    Hello, thank you for expressing your concern. We comprehend your perspective. However, in order to investigate this issue, we require certain information as outlined in our previous response.A brief video which pointing the issue which will more helpful to understand the issue. Please provide this information so that we can proceed with our assessment.

    Plugin Author Magazine3

    (@magazine3)

    Hi, we have raised a GitHub ticket in our repository regarding this concern and the issue will be addressed in the upcoming updates.

    Here is the link: https://github.com/ahmedkaludi/Easy-Table-of-Contents/issues/572

    Plugin Author Magazine3

    (@magazine3)

    Hi, hope you’re doing well. We’ve released a new update of version 2.0.55, so kindly update the plugin with the new version and give it a try. Please feel free to reach out to us if you have any concerns

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘2023 fix for CLS issues’ is closed to new replies.