melet
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Attachment not working on Xiaomi mobile browserDoes anybody have the same issue?
Hello @thebengalboy
Thanks for help.
I think I’ve found a workaround. Described it here on GitHub. I assume it’s quite correct but maybe there could be another similar places which I haven’t discovered yet. So my solution may be incomplete.Hello @emazharulislam
Just performed a fresh installation of WP + No CAPTCHA reCAPTCHA + WPUF.
Configured No CAPTCHA reCAPTCHA.
Did not configured WPUF at all. So it should not use any recaptcha functionality.The result is as I described in my first message: “To use reCAPTCHA you must get an API key from https://www.google.com/recaptcha/admin”
So I keep on blaming WPUF in conflicts and kindly I ask you to fix this issue.
Thanks a lot
Hello @emazharulislam,
Thank you for help very much.
In my case I’m using noCapcha reCaptcha and WPUF login feature is disabled. But I have a conflict..
Could you please share screenshots of WPUF settings in your configuration?Hello @thebengalboy,
Already created:
https://github.com/weDevsOfficial/wp-user-frontend/issues/561Still nothing?
Any thoughts?
Hello @thebengalboy
Why should I deactivate No Captcha reCaptcha plugin? Plugin is intended for adding recaptcha in the login/register form. If I deactivate it then I lose recaptcha feature. I dont want to use WPUF for this feature. In WPUF settings everything about recaptcha is disabled.
So the problem is on the WPUF side.Forum: Plugins
In reply to: [Advanced Editor Tools] Font Family inline style issueI cannot reproduce this issue now. May be update have helped.. Btw this issue appeared on two laptops.
I resolve this ticket- This reply was modified 7 years, 10 months ago by melet.
Hi @rafsuntaskin,
I have public and local web site with identical wpuf settings. But only on local server I see unnecessary scripts enqueued.
wp-content/plugins/wp-user-frontend/assets/css/frontend-forms.css
wp-content/plugins/wp-user-frontend/assets/js/frontend-form.min.js
wp-content/plugins/wp-user-frontend/assets/js/billing-address.js
wp-content/plugins/wp-user-frontend/assets/js/subscriptions.jsIf it worked for you before then just don’t resave the form – form will still work. It becomes broken only after resaving form or when you create a new form.
Fixed that in database.
Changed
s:7:”exclude”;a:1:{i:0;s:1:”2″;}
to
s:7:”exclude”;s:1:”2″;
in wp_post.post_content for that elementForum: Plugins
In reply to: [Media Library Assistant] List view in Media Manager Modal WindowIt’s a pity to hear that.
As a temporary (and bad-design) solution I’ve found the folowing way.
1. In wp-includes\media-template.php find <script> element with id=”tmpl-attachment”
2. Add the folowing code at the end of block “else if ( ‘image’ === data.type && data.sizes )”:<div class="filename"> <div>{{ data.filename }}</div> </div>So code should looks like this:
<div class="thumbnail"> <# if ( data.uploading ) { #> <div class="media-progress-bar"><div style="width: {{ data.percent }}%"></div></div> <# } else if ( 'image' === data.type && data.sizes ) { #> <div class="centered"> <img src="{{ data.size.url }}" draggable="false" alt="" /> </div> <div class="filename"> <div>{{ data.filename }}</div> </div> <# } else { #>Your answer is about nothing. You’re selling me a pro version? I dont need it.
So, answer to my question is the folowing css code:
.wpuf-form .mce-edit-area iframe { height: 350px !important; }Forum: Plugins
In reply to: [Portfolio Gallery - Photo Gallery] Incorrect autoscroll in elastic grid modeHello.
This patch helped, now autoscroll works as intended.
Thank you for so fast fix, that’s great.
Do you plan to include it in the next version of plugin?