codedrobot
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Expanding FAQs always opening new pageThanks – 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
In reply to: [Ultimate FAQ Accordion Plugin] Expanding FAQs always opening new pageI’m very comfortable making changes to the code. Do you know offhand what file/function I would need to change? Thanks.
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Expanding FAQs always opening new pageSo 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
In reply to: [Ultimate FAQ Accordion Plugin] Expanding FAQs always opening new pageThank 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
In reply to: [Event Rocket] Bulk migration of RSVP Data?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
In reply to: [Garmin Connect] [Plugin: Garmin Connect] Choosing which activities to showGreat, 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
In reply to: [Garmin Connect] [Plugin: Garmin Connect] Choosing which activities to showJust 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
In reply to: [Garmin Connect] [Plugin: Garmin Connect] Multiple runners?No progress on this yet. Haven’t really had time recently for a new feature push, sorry.
Forum: Plugins
In reply to: [Garmin Connect] [Plugin: Garmin Connect] Choosing which activities to showJust replied to your email. Experiencing the same results as you with your account.
Forum: Plugins
In reply to: [Garmin Connect] [Plugin: Garmin Connect] GC ChangesI 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
In reply to: [Garmin Connect] [Plugin: Garmin Connect] Multiple runners?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
In reply to: [Garmin Connect] [Plugin: Garmin Connect] Choosing which activities to showI’ll see about adding this in a future release.
Forum: Plugins
In reply to: [Garmin Connect] [Plugin: Garmin Connect] GC ChangesI just released version 1.1.5 of the plugin to include this fix. Thanks for letting me know!