Title: CSS selectors throwing an error
Last modified: June 6, 2025

---

# CSS selectors throwing an error

 *  Resolved [BigDuke6](https://wordpress.org/support/users/bigduke6/)
 * (@bigduke6)
 * [1 year ago](https://wordpress.org/support/topic/css-selectors-throwing-an-error/)
 * I’m trying to tune the text capture using **CSS selectors **/ _“Optionally pass
   CSS selectors to target or block certain content from your page. If left blank,
   a player will attempt to parse the content automatically.”_ and when I add my
   selector “**.mbt-book-section-content**” to **Blocked selectors**, I get this
   error:
 * “**Error:** The `mementor_tts_selectors_settings` options page is not in the 
   allowed options list.”
 * It actually errors even if I don’t make any changes, and hit the “Save Selectors”
   button.
 * Under blocked selectors, it says : _Default: #ad-wrapper, .sidebar, .comments,.
   advertisement, .mementor-tts-player-container, .mementor-tts-player_
 * Under Content selectors, it says: _Default: .post-content, .wp-block-post-content,.
   page-content_
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-selectors-throwing-an-error%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Norse Digital Group LLC](https://wordpress.org/support/users/mvirik/)
 * (@mvirik)
 * [1 year ago](https://wordpress.org/support/topic/css-selectors-throwing-an-error/#post-18502265)
 * Hi [@bigduke6](https://wordpress.org/support/users/bigduke6/)
 * Thanks for reporting this!
 * We’ve just released **version 1.2** of the plugin, which includes a fix for the
   issue you encountered.
 * Please update to the latest version, and the error should be resolved. Let us
   know if you run into any further issues—we’re here to help!
 *  Thread Starter [BigDuke6](https://wordpress.org/support/users/bigduke6/)
 * (@bigduke6)
 * [12 months ago](https://wordpress.org/support/topic/css-selectors-throwing-an-error/#post-18504479)
 * Thanks! Now I’m getting this after one successful render: **“Server Error – ElevenLabs
   is experiencing internal issues.”** 🤔 I turned on logging, but I don’t see where
   it logs to… 🤔
    -  This reply was modified 12 months ago by [BigDuke6](https://wordpress.org/support/users/bigduke6/).
 *  Plugin Author [Norse Digital Group LLC](https://wordpress.org/support/users/mvirik/)
 * (@mvirik)
 * [12 months ago](https://wordpress.org/support/topic/css-selectors-throwing-an-error/#post-18504801)
 * Thanks for the update! That error message – _“Server Error – ElevenLabs is experiencing
   internal issues”_ – isn’t something we’ve been able to reproduce on our side,
   but it could be a temporary issue with ElevenLabs’ API, which our plugin connects
   to for audio generation.
 * Another possible cause is that the maximum number of saved voices has been reached.
   The free plan at ElevenLabs allows for up to 3 saved voices. If you’ve already
   selected 3 voices, trying to add another may trigger this error.
 * We’re actively working on improvements. Later today, we’ll push out a new version
   that includes:
    - A dedicated page for **Stats and Saved Voices**, where you can view and reset
      your saved voices
    - More **descriptive and user-friendly error messages**
    - Better **debugging tools**
 * As for the current debug logs:
   When debug mode is enabled via `advanced.php`,
   logs are shown in your browser’s JavaScript console. Here’s how to view them:
    1. Enable debug mode in the plugin settings.
    2. Open a page on your site using the Text-to-Speech feature.
    3. Open your browser’s developer tools:
    4.  - **Chrome/Edge**: Press `F12` or right-click > Inspect
        - **Firefox**: Press `F12` or right-click > Inspect Element
        - **Safari**: Enable dev tools in settings, then press `Cmd+Opt+I`
    5. Go to the **Console** tab – you’ll see logs prefixed with `Mementor TTS:` including
       details like:
    6.  - API requests/responses
        - Audio player events
        - Error messages
        - Active settings
 * You can also enable debug mode temporarily by adding `?mementor_tts_debug=1` 
   to any URL on your site.
 * For even deeper insight, you can enable WordPress debugging by adding the following
   to your `wp-config.php`:
 *     ```wp-block-code
       define( 'WP_DEBUG', true );define( 'WP_DEBUG_LOG', true );
       ```
   
 * This will write full logs to `wp-content/debug.log`.
 * If you spot any specific error there, feel free to send it to us at **plugin-
   support@mementor.no** – it will help us diagnose and fix the issue faster.
 * Thanks again for reporting this, and we’ll keep you posted once the update is
   live!
 *  Plugin Author [Norse Digital Group LLC](https://wordpress.org/support/users/mvirik/)
 * (@mvirik)
 * [12 months ago](https://wordpress.org/support/topic/css-selectors-throwing-an-error/#post-18509725)
 * Hi [@bigduke6](https://wordpress.org/support/users/bigduke6/) ,
 * We’ve just released a major update (v1.3.0) packed with new features and improvements.
   Please upgrade to the latest version and let me know if it resolves the issues
   you were experiencing.

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

The topic ‘CSS selectors throwing an error’ is closed to new replies.

 * ![](https://ps.w.org/text-to-speech-tts/assets/icon-256x256.png?rev=3464170)
 * [Text to Speech - TTSWP](https://wordpress.org/plugins/text-to-speech-tts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/text-to-speech-tts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/text-to-speech-tts/)
 * [Active Topics](https://wordpress.org/support/plugin/text-to-speech-tts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/text-to-speech-tts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/text-to-speech-tts/reviews/)

## Tags

 * [CSS-Selectors](https://wordpress.org/support/topic-tag/css-selectors/)

 * 4 replies
 * 2 participants
 * Last reply from: [Norse Digital Group LLC](https://wordpress.org/support/users/mvirik/)
 * Last activity: [12 months ago](https://wordpress.org/support/topic/css-selectors-throwing-an-error/#post-18509725)
 * Status: resolved