Title: jvmap's Replies | WordPress.org

---

# jvmap

  [  ](https://wordpress.org/support/users/jvmap/)

 *   [Profile](https://wordpress.org/support/users/jvmap/)
 *   [Topics Started](https://wordpress.org/support/users/jvmap/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jvmap/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jvmap/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jvmap/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jvmap/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jvmap/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shortcodes Ultimate - Content Elements] Email to renew Pro licence… I never had one](https://wordpress.org/support/topic/email-to-renew-pro-licence-i-never-had-one/)
 *  [jvmap](https://wordpress.org/support/users/jvmap/)
 * (@jvmap)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/email-to-renew-pro-licence-i-never-had-one/#post-17375042)
 * I have the same sentiment. Purchased a “lifetime license” back then, now the “
   update to the plugin pricing model” means I need to pay to keep using the same
   features I bought a lifetime license for.
 * I’m also not against a paid subscription model per se, but you can’t first sell
   a lifetime license and then spin it into a paid subscription for the same features.
 * I guess it’s a universal problem with lifetime licenses: you become a worthless
   customer. Still, some companies care more about ethics and trust than others.
 * Even the updater for the 3 exact plugins I bought a lifetime license for, is 
   telling me “Payment Required”.
 * ![](https://i0.wp.com/jeroenvrijkorte.nl/wp-content/uploads/2024/01/payment-required.
   png?ssl=1)
 * To be fair, the plugins bundle was useful for some time. Now I will be looking
   for alternatives, merely because of unethical business practices I don’t want
   to deal with.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Table of Contents] Bug: incorrect array iteration with excluded headings](https://wordpress.org/support/topic/bug-incorrect-array-iteration-with-excluded-headings/)
 *  Thread Starter [jvmap](https://wordpress.org/support/users/jvmap/)
 * (@jvmap)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/bug-incorrect-array-iteration-with-excluded-headings/#post-12615947)
 * Works perfectly now!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Table of Contents] Bug: incorrect array iteration with excluded headings](https://wordpress.org/support/topic/bug-incorrect-array-iteration-with-excluded-headings/)
 *  Thread Starter [jvmap](https://wordpress.org/support/users/jvmap/)
 * (@jvmap)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/bug-incorrect-array-iteration-with-excluded-headings/#post-12614015)
 * Great, thanks! I can beta test it on my site if you like.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page scroll to id] Very high CPU usage on post preview](https://wordpress.org/support/topic/very-high-cpu-usage-on-post-preview/)
 *  Thread Starter [jvmap](https://wordpress.org/support/users/jvmap/)
 * (@jvmap)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/very-high-cpu-usage-on-post-preview/#post-12226436)
 * Thanks! No, I did not need highlighting. Setting the highlight selectors option
   value to .nothing solved the problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reusable Text Blocks] add_filter(‘the_content’, ‘my_function’) alters textblocks](https://wordpress.org/support/topic/add_filterthe_content-my_function-alters-textblocks/)
 *  [jvmap](https://wordpress.org/support/users/jvmap/)
 * (@jvmap)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/add_filterthe_content-my_function-alters-textblocks/#post-12204028)
 * [@corvex](https://wordpress.org/support/users/corvex/) : I had the same problem.
   Specifically using Jetpack sharing & related posts features. They append to the
   content using the the_content filter. So my reusable text blocks ended up with
   sharing buttons and related post links below them, haha. Not what I wanted.
 * I eventually worked around the issue by inserting my text blocks with the plain
   =”true” attribute. In addition, I added a custom function through a code snippet:
 *     ```
       add_filter('text_blocks_shortcode_html', 'jv_fix_reusable_text_blocks', 2, 10);
   
       function jv_fix_reusable_text_blocks( $content ) {
         return do_shortcode($content);
       }
       ```
   
 * Maybe that will help you out. Bye!

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