jrt341
Forum Replies Created
-
Forum: Plugins
In reply to: [Traction External Links Speed Bump] Error/warning after loading pluginThanks for reaching out and reporting the warning. I’ll look into it and get that patched up soon.
Forum: Plugins
In reply to: [Traction External Links Speed Bump] Can’t list more than one omitted URLAfter a back and forth with OP it was determined that the Redirection plugin caused a possibly conflict or that it may have been cache related.
OP was able to deactivate Redirection plugin and clear cache to return the expected functionality to the speed bump. OP was also able to reactivate the plugin and clear cache again and the speed bump still works as expected now.
Forum: Plugins
In reply to: [Traction External Links Speed Bump] Can’t list more than one omitted URLI am unable to reproduce the bug that you are describing on my development site.
Do you have a URL that I can look at to see the behavior that you are describing? You can post it here, or if you don’t want others to see the URL you can send it to me through the Team Traction WordPress plugin support form.
Also if you could list in that support form the text you are putting in the Omitted Links section that would be helpful too.
Forum: Plugins
In reply to: [Traction External Links Speed Bump] Can’t list more than one omitted URLLet me look into your issue and see what I can figure out. Thanks for posting about the bug.
Forum: Reviews
In reply to: [Traction External Links Speed Bump] Still working great!Thanks for the review and for noting the issue with the extra / in our URL’s for plugin assets. I’ve updated it to fix the issue and to update the tested up to version.
That worked. Thanks for looking into this for me.
None of the options in Script Center are turned on or have anything but the defaults in them.
I pulled the update from GitHub and can confirm that this works on my site with the theme I sent you. Thanks for looking into this for me.
Email has been sent.
I’m the theme developer.
That script only exists on specific pages of my site, and only works on the live site to bring in a third party jeweler’s content. I you would please go back to the home page of the website I provided and work from that.
I didn’t see any console errors that were pointing me in the right direction when I tried troubleshooting things myself.
I was unable to reproduce this error using UberMenu but I was able to release an update to the plugin that allows anyone to call the trelsb_handle_links function in their own JavaScript follow.
The following code is what got the links to work the way Chris expected them to with this fix in place.
jQuery(document).ready(function(){ // Remove the class attributes on links in question jQuery("#menu-item-9167 a, #menu-item-9175 a").removeAttr("class"); // Add classes such that links look like the other links jQuery('#menu-item-9167 a, #menu-item-9175 a').addClass('ubermenu-mimic-link reorder-checks-click'); // Trigger speedbump functionality on links injected with reorder-checks-click class jQuery('.reorder-checks-click').click(function(event) { trelsb_handle_links(event, this) }); });
Can I get you to fill out this form so I can get in contact with you outside of this thread. I’m wanting to have you test some plugin changes without releasing an update to fix your issue.
Thanks for those settings. I’ll take another look. Did the plugin ever produce the popup as expected on your site or is this a recently launched site and has always had this issue as far as you know?
Some more information that I find interesting about your error. When going to your site in a private window in Firefox the modal pops up as expected when clicking on the link in your drop down menu. I can also see my console.log calls in the inspector as well.
When using that private window in Firefox it uses stricter content blocking by default. If I turn it off the modal stops activating and working like it should.
Did you do any changes recently with cookies or maybe some tracking added to Google Tag Manager. I’m just trying to think of what could be causing your issue.