moderworks
Forum Replies Created
-
Clean install. Plugin without modifications on my part.
There are no problems on wordplus.org, but a paid version (WebSocket) is installed there.The problem is with the editor. Did a clean install of WordPress 6.0.3 with the default theme. Plugin 1.9.10.70 free. ios 15.7.1
Textbox not clears when clicks the submit button!
Now I have one window with a set of popular emoticons. Minimalist and comfortable. Configured through Google Chrome developer tools.
Also in 2.0 joypixels.js removed completely.
I looked at the scripts on demo 2.0, this is clearly a more rational solution. But as you wrote, it is not known when the free version will be released. It is sad.
If you cant enable it on mobile device, how could you test if it works well? ??
Removed rarely used emoticons, my joypixels.min.js file weighs 40KB. Also removed extra code from bp-messages-free.js, emojies.php, etc + minified cssI have solved this issue. Can’t figure out how to enable
emoji in the mobile version of the editor. That’s why I ask the developer for help. I will solve it myself, but it will take a lot of time. Keep a piece of my life, please)please tell me how to enable emoji in the mobile version. I managed to adapt the code, now it works on mobile without problems, even on 3G. Enabled ‘mobileEmojiEnable’ => ‘1’ in bp-better-messages.php but it didn’t work. Please help resolve the issue.
And yes, I know about emoji on mobile, but this is not acceptable for all users.
OK. I will check
The demo is running a new version of the plugin. No problem. I have free version 1.9.10.70 installed from www.remarpro.com
Thank you for the quick response!
In better messages 2.0 fonts will be removed.
Good decision! Only about 45 Font Awesome icons are used. Inclusion of full packages is inappropriate here.
But its not bad even in 1.0, just ensure that your server has enabled compression (gzip and brotli) and it it should be ok really.
The bp-messages.min.css file is too bloated. Contains too many unused CSS styles.
Dear developer, when is better messages 2.0 expected to be released?
Forum: Plugins
In reply to: [Da Reactions] Reactions for WPFORO?These are emoticons for the editor. Not what is needed.
Your plugin has been reported on the wpforo forum: https://wpforo.com/community/general-discussions/change-lke-to-multiple-reactions/#post-61386
This would be a nice replacement for the standard wpforo likes system. I managed to partially integrate reactions into wpforo and it works. I like your plugin.
Forum: Plugins
In reply to: [Da Reactions] Reactions for WPFORO?Thank you!
Forum: Plugins
In reply to: [WooCommerce] Many autocreated js filesWhy create a new topic, the problem is the same
https://ibb.co/gSjLNW2Forum: Plugins
In reply to: [WooCommerce] Many autocreated js filesAnyone know how to fix this problem?
I managed to solve the problem. The Nextend Social Login plugin had a higher priority for reporting errors.
Pro version, a page with a username confirmation form created using a shortcode.
Page url looks like this: https://site.com/register/?loginSocial=google
PHP can be seen here: nextend-facebook-connect\includes\userData.php (free version)
public function customRegisterFlowShortcode() { $errors = $this->errors; if (is_wp_error($errors)) { $html = array(); if ($errors->get_error_messages()) { foreach ($errors->get_error_messages() as $error) { $html[] = '<div class="error">' . $error . '</div>'; } } if (!empty($html)) { echo '<style>.nsl-messages .error{background-color: #e2401c;border-left: .6180469716em solid rgba(0,0,0,.15);padding: 1em 1.618em;margin-bottom: 2.617924em;color:#fff;}</style>'; echo '<div class="nsl-messages">' . implode('', $html) . '</div>'; } } $this->errors = array(); return $this->render_registration_form(); }
I can’t deal with it. Tried to override via functions.php, didn’t work.
Error message shown: “This username is invalid because it uses illegal characters. Please enter a valid username.” Even if the case is in other violations by the user.
Or: “Please enter a value for your username.” If the user has not completed the form.
These are the error warnings from the wordpress.
Your plugin works flawlessly on other pages of the site (in a modal window), the problem is only with error messages on one page.