• Resolved Herve Kabla

    (@hkabla)


    Hi

    It looks like the Content Toggle block generates one double quote more than needed. This creates some invalid HTML, and some other plugins, like SearchWP, get confused.

    Please check the attached screenshot.

    Is it possible to have it fixed ?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Herve Kabla

    (@hkabla)

    Let me solve it for you.

    In file
    src/blocks/content-toggle/block.php

    at line 58

    Change ‘”‘ by ”

    That will remove the ” too many

    Thread Starter Herve Kabla

    (@hkabla)

    Same file, at line 47

    you should change
    data-showonlyone=”true”‘: ”

    by
    data-showonlyone=”true” ‘: ”

    Plugin Author Imtiaz Rayhan

    (@imtiazrayhan)

    @hkabla,

    Thank you very much for this.

    We will definitely improve it in the next release.

    Kind regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Too many double quotes in CSS’ is closed to new replies.