Title: tbare's Replies | WordPress.org

---

# tbare

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 43 total)

1 [2](https://wordpress.org/support/users/tbare/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/tbare/replies/page/3/?output_format=md) 
[→](https://wordpress.org/support/users/tbare/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Broken Link Checker] ACF repeater fields not being searched / checked](https://wordpress.org/support/topic/acf-repeater-fields-not-being-searched-checked/)
 *  Thread Starter [tbare](https://wordpress.org/support/users/tbare/)
 * (@tbare)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/acf-repeater-fields-not-being-searched-checked/#post-17941443)
 * That’s how I had it configured (albeit with a few other fields as well). Do I
   have to do force-recheck after changing those settings?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] Length of time before new “Visit” or “Visitor” triggered](https://wordpress.org/support/topic/length-of-time-before-new-visit-or-visitor-triggered/)
 *  Thread Starter [tbare](https://wordpress.org/support/users/tbare/)
 * (@tbare)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/length-of-time-before-new-visit-or-visitor-triggered/#post-17116214)
 * Thanks! I’ll keep you posted if we learn more. I appreciate the info.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yotpo: Product & Photo Reviews for WooCommerce] App Is Throwing Repeated Error Every 3 to 4 Minutes](https://wordpress.org/support/topic/app-is-throwing-repeated-error-every-3-to-4-minutes/)
 *  [tbare](https://wordpress.org/support/users/tbare/)
 * (@tbare)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/app-is-throwing-repeated-error-every-3-to-4-minutes/#post-16563469)
 * [@serafinnyc](https://wordpress.org/support/users/serafinnyc/) – fixed this one
   and another one that showed up after the fix:
 * line 452 (on my build), commented out the line, and changed it to:
 *     ```wp-block-code
           //if($error['type'] == 1){
           if(isset($error['type']) && $error['type'] == 1){
       ```
   
 * and then up the file on line 76:
 *     ```wp-block-code
       		//if($settings['qna_enabled_product']) {	
       		if(isset($settings['qna_enabled_product']) && $settings['qna_enabled_product']) {	
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yotpo: Product & Photo Reviews for WooCommerce] App Is Throwing Repeated Error Every 3 to 4 Minutes](https://wordpress.org/support/topic/app-is-throwing-repeated-error-every-3-to-4-minutes/)
 *  [tbare](https://wordpress.org/support/users/tbare/)
 * (@tbare)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/app-is-throwing-repeated-error-every-3-to-4-minutes/#post-16563421)
 * Same thing here (error on line 454) – would love to see a fix so my error logs
   aren’t getting bombarded with this one.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Sticky List] Any way to know that a form is being edited?](https://wordpress.org/support/topic/any-way-to-know-that-a-form-is-being-edited/)
 *  Thread Starter [tbare](https://wordpress.org/support/users/tbare/)
 * (@tbare)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/any-way-to-know-that-a-form-is-being-edited/#post-10167387)
 * Awesome. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Seriously Simple Podcasting] moved hosts, getting 404 when trying to play podcasts](https://wordpress.org/support/topic/moved-hosts-getting-404-when-trying-to-play-podcasts/)
 *  Thread Starter [tbare](https://wordpress.org/support/users/tbare/)
 * (@tbare)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/moved-hosts-getting-404-when-trying-to-play-podcasts/#post-10032496)
 * Thanks – i found that link after I posted, and am working with the host now (
   InMotion Hosting, for what it’s worth).
 * on the rules — is there merit to the JanThiel’s comment / post with a different
   set of rules (rewrites) mentioned here? [https://github.com/TheCraigHewitt/Seriously-Simple-Podcasting/issues/131](https://github.com/TheCraigHewitt/Seriously-Simple-Podcasting/issues/131)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Sticky List] Show specific users’ lists in one list?](https://wordpress.org/support/topic/show-specific-users-lists-in-one-list/)
 *  Thread Starter [tbare](https://wordpress.org/support/users/tbare/)
 * (@tbare)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/show-specific-users-lists-in-one-list/#post-9927538)
 * Project got put on the back burner, but you did answer the question – marking
   as resolved.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Sticky List] Show specific users’ lists in one list?](https://wordpress.org/support/topic/show-specific-users-lists-in-one-list/)
 *  Thread Starter [tbare](https://wordpress.org/support/users/tbare/)
 * (@tbare)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/show-specific-users-lists-in-one-list/#post-9918155)
 * Thanks – I was looking at the API, too, and that’s how i was reading it. appreciate
   the help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Sticky List] Hook into post_edit_entry function](https://wordpress.org/support/topic/hook-into-post_edit_entry-function/)
 *  Thread Starter [tbare](https://wordpress.org/support/users/tbare/)
 * (@tbare)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/hook-into-post_edit_entry-function/#post-9670204)
 * Thanks for the heads up. Got my code fixed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Sticky List] Hook into post_edit_entry function](https://wordpress.org/support/topic/hook-into-post_edit_entry-function/)
 *  Thread Starter [tbare](https://wordpress.org/support/users/tbare/)
 * (@tbare)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/hook-into-post_edit_entry-function/#post-9647832)
 * This is exactly what I needed. Thank you! Worked perfect.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Sticky List] Printing](https://wordpress.org/support/topic/printing-12/)
 *  [tbare](https://wordpress.org/support/users/tbare/)
 * (@tbare)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/printing-12/#post-9640846)
 * You could do this with a simple link on your page:
 * `<a href="javascript:window.print()" class="fullLink">Print Page</a>`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Sticky List] Plugin stopped working](https://wordpress.org/support/topic/plugin-stopped-working-118/)
 *  [tbare](https://wordpress.org/support/users/tbare/)
 * (@tbare)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/plugin-stopped-working-118/#post-9326538)
 * pretty sure the dev is MIA — which sucks. I’ve been hovering for well over a 
   month hoping to catch some replies.
 * FWIW, disabling AJAX on the form seems to have helped me with one of my major
   issues. may be what you’re experiencing.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Sticky List] showing the entry date in the sticky list](https://wordpress.org/support/topic/showing-the-entry-date-in-the-sticky-list/)
 *  [tbare](https://wordpress.org/support/users/tbare/)
 * (@tbare)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/showing-the-entry-date-in-the-sticky-list/#post-9198422)
 * I’ve done this by adding a hidden field, and setting its value to the date in
   the format you want.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Sticky List] Just not working for me](https://wordpress.org/support/topic/just-not-working-for-me/)
 *  [tbare](https://wordpress.org/support/users/tbare/)
 * (@tbare)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/just-not-working-for-me/#post-9198415)
 * It’s still working fine, Nate.
 * Make sure you select the page the form is on under “Embedded Page/Post” on the
   Sticky List Feed. Should get you where you need to be.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Sticky List] New entry in rg_lead when updating form entry](https://wordpress.org/support/topic/new-entry-in-rg_lead-when-updating-form-entry/)
 *  [tbare](https://wordpress.org/support/users/tbare/)
 * (@tbare)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/new-entry-in-rg_lead-when-updating-form-entry/#post-9188409)
 * Same issue here with Ajax enabled on the form (good call, [@hartum](https://wordpress.org/support/users/hartum/)).

Viewing 15 replies - 1 through 15 (of 43 total)

1 [2](https://wordpress.org/support/users/tbare/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/tbare/replies/page/3/?output_format=md) 
[→](https://wordpress.org/support/users/tbare/replies/page/2/?output_format=md)