Mahbubur Rahman
Forum Replies Created
-
Hello @aacilconcepts,
There might be a theme or plugin conflict. However, you deactivate reCAPTCHA for login form, navigate to wp-admin > User Frontend > Settings > Login/Registration, now uncheck reCAPTCHA in Login Form option and click on the Save Changes button.
However, let me know the updates after checking conflict. I will be happy to look into it.
Thanks
Hello @chordlow,
1. That means you want to add author custom information with the submitted post. You cannot do it directly with post form but use custom code. WP User Frontend has two actions which run after submitting a post form, so you just need to hook your functions with them. Here are two actions:
wpuf_add_post_after_insert
wpuf_edit_post_after_updatePlease check the example code there.
2. To display custom field data with the post just enable Custom Fields in Post from User Frontend > Settings > Frontend Posting
Thanks
Hello @millonario,
Have you replaced the meta_key with your form field meta_key name? If not then it will not work. Also, we recommend doing any customization inside the theme’s functions.php file so that the changes will not the loss after updating the plugin.
Thanks
Hello @millonario,
I am really sorry to say that it’s not possible with WPUF by default. You can know the file size by customizing your single.php file.
Thanks
Hello @bsottoli,
The issue persists on our local side. Already forwarded to our development team. Hopefully, it will be fixed in the next update.
Thanks
Hello @wlteng,
Have you fixed the issue? I have checked but unable to found any difference between two links.
Thanks
- This reply was modified 6 years, 8 months ago by Mahbubur Rahman.
Hello @rohit012,
1) You can create a form to allow the user to submit campaign from the frontend.
2) You can charge influencer for submitting campaign, but not possible to charge based on followers.Thanks
Hello @mae-tel,
Yes, emoji works fine in textarea. Please check the following video.
https://www.useloom.com/share/ab6bb9975ff545fb853dcad83cd07ded
Thanks
Hello @smohannagaraj,
Can you create a support ticket here with your site details? We will check the conflicting issue.
Thanks
Hello @nerdaddiciton,
I can see that you have already created a ticket on the weDevs support forum. Please follow that ticket.
Thanks
Hello @everlisboa,
– We have found the select images button issue, will be fixed in the next release, so please wait for that.
– The icon should appear, there might be a conflict issue. Please check theme or plugin conflict.
Thanks
Hello @nerdaddiciton,
Please enable Subscription at registration option from User Frontend > Payments.
Refer screenshot:
https://prnt.sc/jwzl57Thanks