jimario
Forum Replies Created
-
Forum: Plugins
In reply to: [amr users] Filter MissingFor this questionnaire, the age is captured from a select list of numbers from 18-70. There is no calculation of age. When I check in phpMyAdmin, I can see the actual numbers that were selected for each user.
Forum: Plugins
In reply to: [amr users] Filter Missingbetter yet, if you want you can go ahead and register and it will give you access.
https://choochooclan.com/surrogate/wp-login.php?action=register
Forum: Plugins
In reply to: [amr users] Filter MissingI can send you admin access. how can I do that privately.
Forum: Plugins
In reply to: [amr users] Filter valuesI understand. Thank you.
Forum: Plugins
In reply to: [amr users] Filter MissingThanks for the detailed response. I totally get what you’re saying and I have changed from *Field Value to *Column Value. However, I still don’t understand why the age filter looks like it does. For example, I have only one user on my list that has completed a form. His age is 26 and appears in the age column. The options in my Age filter are: Show All and 0(1). Shouldn’t I have an option that says something like 26(1), meaning 1 person at age 26? Please see my page here https://choochooclan.com/surrogate/members3/
so that you know exactly what I mean.well, i don’t want to do that but I’m using another plugin which lists users and allows me to link back to the author page. However, I can’t control how it links back and unfortunately it’s using the WP link method.
The code you just posted worked like a charm. Thank you so much.
Thanks. I just noticed your response. I went ahead and tried your code but I’m still getting the same result.
https://choochooclan.com/surrogate/?author=10
vs
https://choochooclan.com/surrogate/author/m/Ok, I just realized something. Avatars with photos will show up when the url is something like this: https://www.site.com/author/m However, the default avatar will show up on urls like this https://www.site.com/?author=10 which happens to be the same profile page as site.com/author/m
So it seems that WP User Avatar works on pretty permalinks rather than the regular ones. Is there a way to get it to work on regular permalinks?
Good luck in traffic tomorrow.
Forum: Plugins
In reply to: [User Role Editor] Box for "Add Role" won't open when Add Role button clickedThere seems to be a conflict with Simplr User Registration Form plugin. Is there a way to make these 2 plugins play nice?
Forum: Plugins
In reply to: [User Role Editor] Box for "Add Role" won't open when Add Role button clickedNevermind. There must have been a conflict with another plugin because I deactivated all the other plugins and then it started to work fine.
Forum: Plugins
In reply to: [W3 Total Cache] page cache disk enhanced – ? characters appearI had this problem too except that my entire page had nothing but crazy random characters whenever the W3 Total Cache was enabled. The above fix using .htaccess did not work.
After countless googling, I found out that Bluehost where I host my sites, had updated all WordPress installations on their servers as well as updated all W3 Total Cache plugins because of a security vulnerability. They did so without warning.
My site is a custom theme that used an old TwentyTen theme as the starting point. So what I did was copied the code from my header.php file and pasted it into the header.php file of a newer theme. I only copied the code after <body <?php body_class(); ?>> and pasted it accordingly. That did the trick.