Title: codedrobot's Replies | WordPress.org

---

# codedrobot

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate FAQ Accordion Plugin] Expanding FAQs always opening new page](https://wordpress.org/support/topic/expanding-faqs-always-opening-new-page/)
 *  Thread Starter [codedrobot](https://wordpress.org/support/users/codedrobot/)
 * (@codedrobot)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/expanding-faqs-always-opening-new-page/#post-11009578)
 * Thanks – I was able to achieve this using a filter, so by adding it to my functions.
   php, should persist across plugin updates. Posting it here in case anyone needs
   to accomplish something similar
 *     ```
       function update_ufaq_class( $output, $tag ) {
           if ( 'ultimate-faq-search' !== $tag && 'ultimate-faqs' !== $tag) {
               return $output;
           } else {
               $output = str_replace("class='ufaq-faq-header-link'", "class='ufaq-faq-header-link do-not-animate'", $output);
               $output = str_replace("class='ewd-ufaq-post-margin'", "class='ewd-ufaq-post-margin do-not-animate'", $output);
               return $output;
           }
       }
       add_filter('do_shortcode_tag', 'update_ufaq_class', 10, 2);
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate FAQ Accordion Plugin] Expanding FAQs always opening new page](https://wordpress.org/support/topic/expanding-faqs-always-opening-new-page/)
 *  Thread Starter [codedrobot](https://wordpress.org/support/users/codedrobot/)
 * (@codedrobot)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/expanding-faqs-always-opening-new-page/#post-11004407)
 * I’m very comfortable making changes to the code. Do you know offhand what file/
   function I would need to change? Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate FAQ Accordion Plugin] Expanding FAQs always opening new page](https://wordpress.org/support/topic/expanding-faqs-always-opening-new-page/)
 *  Thread Starter [codedrobot](https://wordpress.org/support/users/codedrobot/)
 * (@codedrobot)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/expanding-faqs-always-opening-new-page/#post-11003837)
 * So is there some sort of snippet I can insert to add that “do-not-animate” class
   to each link UFAQ is creating?
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate FAQ Accordion Plugin] Expanding FAQs always opening new page](https://wordpress.org/support/topic/expanding-faqs-always-opening-new-page/)
 *  Thread Starter [codedrobot](https://wordpress.org/support/users/codedrobot/)
 * (@codedrobot)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/expanding-faqs-always-opening-new-page/#post-10999465)
 * Thank you. There was a site-wide setting I was able to toggle that got it to 
   work again.
 * The theme will allows for it to be disabled on a per-link basis alternatively.
   It does this by checking for a do-not-animate class to on link element.
 * Do you have a example snippet of how I would update the FAQ links that are created
   to include that class on each of the links it generates, as I would like to keep
   this feature on the rest of the pages?
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Rocket] Bulk migration of RSVP Data?](https://wordpress.org/support/topic/bulk-migration-of-rsvp-data/)
 *  Thread Starter [codedrobot](https://wordpress.org/support/users/codedrobot/)
 * (@codedrobot)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/bulk-migration-of-rsvp-data/#post-6377753)
 * Ah, sorry, I was still on 2.5 of the plugin, looks like that change came in as
   part of 3.0. Thanks, will download the latest and play with that feature. Should
   be exactly what we need.
 * Thanks for all the help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Garmin Connect] [Plugin: Garmin Connect] Choosing which activities to show](https://wordpress.org/support/topic/plugin-garmin-connect-choosing-which-activities-to-show/)
 *  Plugin Author [codedrobot](https://wordpress.org/support/users/codedrobot/)
 * (@codedrobot)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-garmin-connect-choosing-which-activities-to-show/#post-2469796)
 * Great, glad it’s working for you now. And thanks for the donation.
 * I’ll try to get an update out that adds support for the Display Name field.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Garmin Connect] [Plugin: Garmin Connect] Choosing which activities to show](https://wordpress.org/support/topic/plugin-garmin-connect-choosing-which-activities-to-show/)
 *  Plugin Author [codedrobot](https://wordpress.org/support/users/codedrobot/)
 * (@codedrobot)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-garmin-connect-choosing-which-activities-to-show/#post-2469793)
 * Just for everyone’s benefit. I think the issue here was that this user had set
   the “Display Name” to be something different from the user’s login name.
 * I’m fairly certain that is what is causing the issue. If this turns out to be
   true, I’ll work on getting a fix out to support a different Display Name.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Garmin Connect] [Plugin: Garmin Connect] Multiple runners?](https://wordpress.org/support/topic/plugin-garmin-connect-multiple-runners/)
 *  Plugin Author [codedrobot](https://wordpress.org/support/users/codedrobot/)
 * (@codedrobot)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-garmin-connect-multiple-runners/#post-2501250)
 * No progress on this yet. Haven’t really had time recently for a new feature push,
   sorry.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Garmin Connect] [Plugin: Garmin Connect] Choosing which activities to show](https://wordpress.org/support/topic/plugin-garmin-connect-choosing-which-activities-to-show/)
 *  Plugin Author [codedrobot](https://wordpress.org/support/users/codedrobot/)
 * (@codedrobot)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-garmin-connect-choosing-which-activities-to-show/#post-2469792)
 * Just replied to your email. Experiencing the same results as you with your account.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Garmin Connect] [Plugin: Garmin Connect] GC Changes](https://wordpress.org/support/topic/plugin-garmin-connect-gc-changes/)
 *  Plugin Author [codedrobot](https://wordpress.org/support/users/codedrobot/)
 * (@codedrobot)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-garmin-connect-gc-changes/#post-2464764)
 * I just released version 1.1.8 of the plugin, which should hopefully fix this.
   Please give it a try and let me know if it works for you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Garmin Connect] [Plugin: Garmin Connect] Multiple runners?](https://wordpress.org/support/topic/plugin-garmin-connect-multiple-runners/)
 *  Plugin Author [codedrobot](https://wordpress.org/support/users/codedrobot/)
 * (@codedrobot)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-garmin-connect-multiple-runners/#post-2501187)
 * I’ll see what I can do. Trick will be moving the settings without breaking it
   for everyone who has it already installed/setup for single user mode!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Garmin Connect] [Plugin: Garmin Connect] Choosing which activities to show](https://wordpress.org/support/topic/plugin-garmin-connect-choosing-which-activities-to-show/)
 *  Plugin Author [codedrobot](https://wordpress.org/support/users/codedrobot/)
 * (@codedrobot)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-garmin-connect-choosing-which-activities-to-show/#post-2469683)
 * I’ll see about adding this in a future release.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Garmin Connect] [Plugin: Garmin Connect] GC Changes](https://wordpress.org/support/topic/plugin-garmin-connect-gc-changes/)
 *  Plugin Author [codedrobot](https://wordpress.org/support/users/codedrobot/)
 * (@codedrobot)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-garmin-connect-gc-changes/#post-2464674)
 * I just released version 1.1.5 of the plugin to include this fix. Thanks for letting
   me know!

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