Title: teachmeter's Replies | WordPress.org

---

# teachmeter

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LiteSpeed Cache] No index after updating setting](https://wordpress.org/support/topic/no-index-after-updating-setting/)
 *  Thread Starter [teachmeter](https://wordpress.org/support/users/teachmeter/)
 * (@teachmeter)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/no-index-after-updating-setting/#post-17334496)
 * I had all the pages cached. When the option is selected the header robots=noindex
   is added in the headers.
 * When i changed that option i did not purge all as i thought that should happen
   automatically. The thing that confused me is that I did not purge all of them
   but the front page was cleared from cache and no other. So either none of the
   pages should be refreshed or all of them should be when a setting that concerns
   every page is changed.
 * What are your thoughts?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Tickets and Registration] Custom ticket form hook fires too early](https://wordpress.org/support/topic/custom-ticket-form-hook-fires-too-early/)
 *  [teachmeter](https://wordpress.org/support/users/teachmeter/)
 * (@teachmeter)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/custom-ticket-form-hook-fires-too-early/#post-10295007)
 * Hi Ed,
    For example if you want to move the tickets form out of the single post
   view it would be nice to do it properly by running the necessary action.
 * Additionally this is the hook description in source code
 * > setting this filter allows developers to override the general setting in particular
   > cases.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Orphans] Problem w kokpicie – Woocommerce](https://wordpress.org/support/topic/problem-w-kokpicie-woocommerce/)
 *  [teachmeter](https://wordpress.org/support/users/teachmeter/)
 * (@teachmeter)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/problem-w-kokpicie-woocommerce/#post-10069172)
 * WordPress: 4.9.4
    Advanced Custom Fields PRO: 5.6.9 Błąd: Uncaught Error: No 
   select2/compat/dropdownCss
 * Jeżeli mamy stronę zbudowaną na ACF i znajduje się tam select ala dropdown cały
   js umiera.
    Pomaga zakomentowanie w plugins/sierotki/vendor/iworks/options/options.
   php
 *     ```
       array(
       	'handle' => 'select2',
       	'file' => 'select2.min.css',
       	'version' => '4.0.3',
       ),
       array(
       	'handle' => 'select2',
       	'file' => 'select2.min.js',
       	'version' => '4.0.3',
       	'deps' => array( 'jquery' ),
       ),
       ```
   
 * PS.
    Polecałbym też dodać coś takiego żeby zwiększyć funkcjonalność wtyczki:
 *     ```
       function addOrphanSupport($value, $post_id, $field) {
           if (class_exists('iworks_orphan')) {
               $orphan = new iworks_orphan();
               $value = $orphan->replace($value);
           }
           return $value;
       }
       add_filter('acf/load_value', 'addOrphanSupport', 10, 3);
       ```
   

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