Sarah Giles
Forum Replies Created
-
Forum: Plugins
In reply to: [Dynamic User Directory] Avatar won’t display at all!!I should also add that the avatar styles do work in most cases, however some themes enforce a certain avatar shape. In those cases my plugin intentionally does not change the site-wide avatar settings.
Sarah
Forum: Plugins
In reply to: [Dynamic User Directory] Avatar won’t display at all!!Hi makkie65,
Glad you found a resolution to the problem. Please be aware, however, that your change will be overwritten every time you run a plugin update (which means you’ll have to add it back in each time).
In the next update I am going to add a filter hook to the code immediately after it obtains the avatar. This way developers can make a change like yours in a separate custom plugin so that it will not be overwritten when DUD is updated.
Regards,
SarahForum: Plugins
In reply to: [Dynamic User Directory] Avatar won’t display at all!!Unfortunately it isn’t quite that easy to do. It would almost certainly require a custom code change on my end to point to the path where your theme is storing the avatar. Since this issue is site-specific, I can’t put it in the publicly available plugin, but I am available for hire if you would like me to customize the plugin for your site.
Regards,
SarahForum: Plugins
In reply to: [Dynamic User Directory] Avatar won’t display at all!!The “Profile Picture” field is the default WordPress avatar. This is the field that my directory plugin looks at. The extra “Photo” field is being added by something else. Do you have an avatar uploader plugin installed? If not, your theme has probably added that field.
Regards,
SarahForum: Plugins
In reply to: [Dynamic User Directory] Avatar won’t display at all!!Okay, thanks. Would you mind temporarily switching to another theme, such as WordPress Twenty-Sixteen, and see if you can view the user’s avatar in the directory then? This will tell me for sure if it’s theme-related.
Regards,
SarahForum: Plugins
In reply to: [Dynamic User Directory] Avatar won’t display at all!!Hi makkie65,
I’ve got a few more questions for you:
1. Is Pointfinder a paid theme? I couldn’t find it in the WP theme directory.
2. Does the avatar show up correctly on the user profile page?Thanks,
SarahForum: Plugins
In reply to: [Dynamic User Directory] Avatar won’t display at all!!Hi makkie65,
I’ll need a bit more information about your setup to determine why your avatar is not displaying. Are you using Cimy User Extra Fields? What theme do you have loaded?
The Meta Fields Search add-on treats the user meta fields as a string, which means it can search any text input field. If multiple checkboxes or multi-select dropdown values are stored as a comma-delimited string, the search will work for these too. But it presently does not search meta fields stored as arrays.
Best Regards,
SarahForum: Plugins
In reply to: [Dynamic User Directory] Can’t remove letter devidersHi eyeghoti,
Thanks for calling this to my attention. You’ve discovered a bug, and I will have it fixed in the next update which should be released in a few days.
Best Regards,
SarahForum: Plugins
In reply to: [Dynamic User Directory] Alpha Letter links give 404 errrorHi Chuck,
My apologies for the delayed response. Thank you very much for pointing out the issue and the correction. I will be sure to include this fix in the next update.
Best Regards,
SarahForum: Plugins
In reply to: [Dynamic User Directory] s2MemberHi burquidi,
My plugin will process a user meta field stored as an array, such as a meta field containing multiple checkbox selections, for example. But unfortunately it’s not designed to handle a situation where all of your custom fields are stored in an array rather than individual user meta fields.
Best Regards,
SarahForum: Plugins
In reply to: [Dynamic User Directory] Reading wrong prefix wp_ vs wp_3_As discussed in our email correspondence, I found that a multisite setup requires some additional code within the plugin to access the database properly.
While my plugin does not currently support this ability, I plan to release an add-on in the near future that will enable multisite setups to use Dynamic User Directory.
Best Regards,
SarahForum: Plugins
In reply to: [Dynamic User Directory] Alphabet Letter Links Not WorkingThe issue reported in this thread is in the process of being resolved via email correspondence, so I am closing out the thread.
Thanks!
SarahForum: Plugins
In reply to: [Dynamic User Directory] s2MemberHi burquidi,
As long as these fields are stored in the wp_usermeta table my plugin will support them. However, my plugin does not support fields stored in other tables apart from those created by the Cimy User Extra Fields plugin.
Regards,
SarahForum: Plugins
In reply to: [Dynamic User Directory] Reading wrong prefix wp_ vs wp_3_Hi Steve,
It’s difficult to assess your situation without getting a look at how your WP database is set up in relation to your subdomain site. Can you possibly email me a screen shot of the WP-Optimize results that list the tables? You can reach me at sarah@sgcustomwebsolutions.com.
Thanks,
SarahForum: Plugins
In reply to: [Dynamic User Directory] Reading wrong prefix wp_ vs wp_3_Hi ks4el,
Thanks for reporting this problem. The Cimy table prefix is currently hard-coded. I will change this to pull the prefix from the config file as I do with the users and usermeta tables.
That of course won’t solve your wp_ / wp_3_ problem. You first need to identify where the wp_3_ prefix is coming from. I’m guessing you have two separate WP installations? If so, do they both share one database or do they each have their own?
Thanks,
Sarah