Martin Blumenfeld
Forum Replies Created
-
Forum: Plugins
In reply to: [amr users] su Querystring ValueThanks for the quick reply as always. The su querystring still works. What I was referring to is if I do a search. So go to this page and then enter a search filter: http://directories.wpusersplugin.com/simple-user-list/
You’ll see that after you hit submit button the search filter doesn’t get added in the pages URL. So it’s doing a post request like you said. It would be great if that could be a GET request instead. I think it was that way before, but then it changed.
Forum: Fixing WordPress
In reply to: Disappearing Images FixYeah, that was my best guess. It definitely shouldn’t be jumping in like that if you aren’t specifically requesting to change a post type though. I’ll just have to wait and see if the issue pops up again.
Forum: Plugins
In reply to: [amr users] Sort By Registration Date Not WorkingThanks! I look forward to a fix being released.
Forum: Plugins
In reply to: [amr users] Sort By Registration Date Not WorkingAs an example, one of my users says the registration date was at 2017-01-10 04:21:08. I can also confirm this in the DB. In actuality, they were registered at about 2017-01-09 20:21:08 PST. The time is now 2017-01-10 16:38:12 PST, but the registration days ago value still says 16 minutes ago. It looks like the days ago code is ignoring the timezone and also the hour and is reading it date off of the minutes in the time only.
Forum: Plugins
In reply to: [amr users] Sort By Registration Date Not WorkingThanks! The sorting is now working. Now my only issue appears to be the actual displayed date. I have my timezone set to Vancouver in WordPress, but the registered date doesn’t appear to be obeying that. Do you know what this issue is as well?
I sent you a separate email with more details. Thanks for the prompt response!
Thanks!
Looks like this was a theme bugs. There was a call to convert all script/css URLs to relative URLs, but this was incompatible with NextGen I guess.
Forum: Plugins
In reply to: [Real Time Validation for Gravity Forms] Validation Hook?The way I see the javascript hook working, is that I could enter an event name in the field setting. In my case it would be “unique_username_result” or something similar. Then when you run the validation on that particular field, you could run the required validation first. If that passes and the field has that event name, then you would wait for that event to be triggered before ultimately adding the final valid, invalid class to the field.
Thanks for the validation trigger snippet. My above comment would apply to the other two items.
Perfect, thanks!
Here’s a demo URL: http://staging.agilityforex.com/
Scroll to the bottom of the page and click on the “preview our great rates!” link in the blue bar at the bottom.
I just sent through the support details.
Forum: Plugins
In reply to: [Real Time Validation for Gravity Forms] Found a couple of bugs.How’s the new build coming along? I also found one other thing you might be able to help with. I have a Gravity Form that is initial hidden and then I load it into a Lity (http://sorgalla.com/lity/) lightbox. When I do that the validation doesn’t work. This seems like you might be using .focusout() instead of .on() for the trigger events.
I just dug into this one more since it’s happening on another site. If I check out the /wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/adapter.mvc_router.php file I can see that the join_paths call is what seems to be breaking the URL. I’m not sure why, but it’s removing the starting forward slash on the get_base_url call, which is breaking all of the baths.
I can tack a forward slash on here if one doesn’t exist and suddenly everything works again.
We didn’t have it defined before and were getting this issue. And then when I defined it no matter what I did I still had the same issue.
I previously didn’t have that set on our site. I thought you wanted me to for testing purposes.