LogoLogo
Ajaxify HomeWP.org RepoDLX Plugins
Ajaxify Comments
Ajaxify Comments
  • 👋Welcome to Ajaxify Comments
  • First Time Users
    • Installing the Plugin
    • Finding the Settings
    • Getting Started
    • Menu Helper
  • 🖌️Customization
    • Labels and Translations
    • Appearance Settings
  • 🤓Advanced Topics
    • Callbacks
    • Disable Scroll to Posted Comment (Anchor)
    • Disable URL Updating
    • Lazy Loading Comments
    • Selectors
    • WPML and Translations
  • Developers
    • Script Debugging
    • Actions and Filters
      • Changing Labels Programmatically
    • GitHub Repo
    • Changelog
  • Theme Integrations
    • Ollie
    • Twenty Twenty-Three
  • Plugin Integrations
    • Confetti
    • Comment Edit Core
  • Quick Links
    • Ajaxify Home
    • Support
    • GitHub Repo
    • WordPress.org Plugin Page
Powered by GitBook
LogoLogo

Download

  • GitHub
  • WP.org Repo

Support

  • WP.org Support
  • DLX Support
  • Contact

DLX Plugins

On this page

Was this helpful?

Export as PDF
  1. Theme Integrations

Ollie

Ollie is a block theme for WordPress

PreviousChangelogNextTwenty Twenty-Three

Last updated 1 year ago

Was this helpful?

Ollie has a different selector structure than a lot of themes. While FSE is catching on and themes are changing, we will update the selectors as needed.

These selectors are for reference until they can be built into Menu Helper.

Ollie Comment Selectors

Comments Container

.wp-block-comments

Comments List Container

.wp-block-comment-template

Comment Form

#commentform

Respond Textarea Selector

#respond

Comment Textarea Selector

#comment

Comment Submit Button Selector

#submit

Paging Links Selector

.wp-block-comments .wp-block-comments-pagination a

Comment Links Selector

.wp-block-comments a[href*="/comment-page-"]
LogoOllieWordPress.org