donmik
Forum Replies Created
-
I don’t have nothing inside Products > Attributes. I’ve configurated all the variations when you edit a product in variations tab.
I will try on WPML.org.
Yes, I have redownloaded all files to be sure, and I’m seeing the same thing…
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] BP XProfile Number FieldHi,
Number was a field from this plugin but I remove it lately because buddypress added a field type number in its defaults buddypress field types.
You need to change bp-xprofile-custom-fields-type.php, the function bxcft_edit_render_new_xprofile_field and line 674.
Instead of this code:
$input = sprintf('<input type="number" name="%s" id="%s"%s class="input" value="%s" />',Change the input and put your max value.
Hi,
If you want to modify the way emails and web are displayed you should use the filter bxcft_get_field_data. Check the FAQ if you need more details to see how to use it.
Hi,
I don’t think I can help you with this now. You should try to use some javascript plugin to manager uploads using ajax.
Ok, great!
Last week, a user emailed me with this issue and it was caused by his installation of buddypress. The folder of buddypress plugin was not named “buddypress” so my plugin cannot detect the version of buddypress plugin. Is this your case?
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Redirect when adding a profile fieldCan you send me a link to see it?
You’re right. I’ve never noticed. Well, the div wraps some fields (birthdate, checkbox acceptance, datepicker, email and website). i don’t remember why I do this, maybe for some reason but now I can’t see why this div is useful so I will remove it in version 2.1.4.
Thanks for letting me know!
Try with version 2.1.3 please.
You can send me an email. miguel@donmik.com
Can you send me a link to see it? It’s weird because I’ve tried it before uploading this change and it’s working for me.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Responsive designHi,
This is not a plugin issue, this is probably due to your css, it’s quite common responsive css hide labels of forms to save some space. You have to contact the author of your theme or who has created your css.
If the checkbox acceptance is required, when you submit the form, you should see a buddypress error. If you don’t see this error, it’s because you are an admin, and required fields are not required for admins.
Great!