• Resolved betyonfire

    (@betyonfire)


    There seems to be something in my theme that is triggering the no-js rules. I don’t seen any errors when looking at debugging info and the JS is being called in the footer area. Any idea what might be going wrong?

    Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author philbuchanan

    (@philbuchanan)

    I think something else is adding no-js to your sites <html> tag, which my plugin is picking up and then styling your accordions accordingly. This plugin doesn’t add any classes to the <html> tag of sites, instead adding it to each accordion item. This way I’m only ever manipulating the output from this plugin, nothing else.

    I would start by trying to track down which plugin or if it is the theme that is causing the no-js to be added to the <html> tag of your site. It obviously shouldn’t be there.

    I have added a ticket for me to make my styles more specific to my block, which should resolve the issue more specifically to my block.

    Plugin Author philbuchanan

    (@philbuchanan)

    I have address the specificity of the no-js styles to be specific to my plugin in v1.1.4 of the plugin. You should be able to update now.

    This won’t address the broader problem of something adding a no-js class to your <html> tag, but should help with the accordions.

    Thread Starter betyonfire

    (@betyonfire)

    Hi Phil,

    That update seemed to have done the trick and the accordions are working perfectly now. Thanks so much for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘no-js triggered’ is closed to new replies.