Title: Remove bottom section
Last modified: August 26, 2026

---

# Remove bottom section

 *  Resolved [mesaul](https://wordpress.org/support/users/mesaul/)
 * (@mesaul)
 * [1 week, 3 days ago](https://wordpress.org/support/topic/remove-bottom-section/)
 * How do you remove the section with class=”wp-inline-context-noscript-notes” from
   showing up at the bottom of posts? Now, when people click on a word it brings
   them down to this section. This just started happening to me.
    -  This topic was modified 1 week, 3 days ago by [mesaul](https://wordpress.org/support/users/mesaul/).

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Joop Laan](https://wordpress.org/support/users/joop/)
 * (@joop)
 * [1 week, 2 days ago](https://wordpress.org/support/topic/remove-bottom-section/#post-19004161)
 * Hi [@mesaul](https://wordpress.org/support/users/mesaul/),
   Thanks for reporting
   this—it’s a bug, not something you’ve misconfigured, andI’ve reproduced it.That
   section is a fallback: it lists the notes at the bottom of the post so they’re
   stillreachable for visitors whose browser doesn’t run the plugin’s JavaScript,
   including screenreader users. Normally the plugin’s script takes over and hides
   it, so you never see it.The clue is that clicking a word jumps you down to it.
   That only happens when the scriptisn’t running at all—when it works, a click 
   expands the note in place and never navigates.So the visible section is the symptom;
   the real problem is that`inline-context/build/frontend.js` isn’t executing on
   your pages.The usual cause, and one that fits “this just started happening”, 
   is a caching or performanceplugin that delays, defers, or combines JavaScript(
   WP Rocket’s “Delay JavaScript execution”,LiteSpeed, Autoptimize, Perfmatters,
   or a host-level optimizer). A JavaScript error fromanother plugin or the theme
   can do the same.**Try this now:** in your optimization plugin, exclude this file
   from JS delay/defer/combineand clear the cache:`inline-context/build/frontend.
   js`That should restore click-to-expand, and the bottom section will disappear
   on its own.If it doesn’t, could you tell me your theme, which caching/optimization
   plugin you use, andwhether the browser console shows any errors on a post with
   notes? A link to an affected postwould help too.One thing to avoid: hiding the
   section with CSS. It hides the symptom but leaves the scriptbroken, so the notes
   still won’t open, and the links now point at a hidden element — whichmakes the
   note content completely unreachable for screen reader and keyboard users. While
   the script is broken, that section is what’s keeping your notes accessible.A 
   fix is coming in the next release, in the coming days: the script will initialize
   properlyeven when an optimization plugin loads it late, so you won’t need the
   exclusion above. I’llfollow up here when it’s out. Thanks again—this turned up
   a real accessibility problem I’dotherwise have missed.
 *  Thread Starter [mesaul](https://wordpress.org/support/users/mesaul/)
 * (@mesaul)
 * [1 week, 2 days ago](https://wordpress.org/support/topic/remove-bottom-section/#post-19004460)
 * Awesome! Thank you for your quick reply! You fixed my issue!
 *  Plugin Author [Joop Laan](https://wordpress.org/support/users/joop/)
 * (@joop)
 * [1 week ago](https://wordpress.org/support/topic/remove-bottom-section/#post-19006037)
 * Version 2.8.2 released today that fixes this bug. Thanks for reporting.
 *  Plugin Author [Joop Laan](https://wordpress.org/support/users/joop/)
 * (@joop)
 * [1 week ago](https://wordpress.org/support/topic/remove-bottom-section/#post-19006039)
 * Setting issue to resolved

Viewing 4 replies - 1 through 4 (of 4 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-bottom-section%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/inline-context/assets/icon.svg?rev=3405470)
 * [Inline Context](https://wordpress.org/plugins/inline-context/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/inline-context/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/inline-context/)
 * [Active Topics](https://wordpress.org/support/plugin/inline-context/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/inline-context/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/inline-context/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Joop Laan](https://wordpress.org/support/users/joop/)
 * Last activity: [1 week ago](https://wordpress.org/support/topic/remove-bottom-section/#post-19006039)
 * Status: resolved