johnnyontheweb
Forum Replies Created
-
Thanks, it seems working
Thanks for your reply.
I updated the plugin today but unfortunately still no correction. Can you please advice here when this will be solved?
Forum: Plugins
In reply to: [Restrict Usernames Emails Characters] Domain restriction not workingThanks anyway, I found a way to block also Profile Builder – thanks for your plugin, it’s useful to block the traditional registration in Wp.
Forum: Plugins
In reply to: [Restrict Usernames Emails Characters] Domain restriction not workingIn my site it fails, I had another trial just a couple of minutes ago.
<br />html gallery download<br />
Could your plugin be in conflict with Profile Builder? At which level the email domains are blocked?
thanks in advance
Forum: Plugins
In reply to: [Max Mega Menu] Click not enabled on mobileThanks, I solved the issue!
Forum: Plugins
In reply to: [Max Mega Menu] Click not enabled on mobileps.
can you hide the link once investigated the problem?Forum: Plugins
In reply to: [Max Mega Menu] Click not enabled on mobileHello,
https://www.nextfem.itthanks in advance
Forum: Plugins
In reply to: [ShareThis Dashboard for Google Analytics] Connection errorI solved the issued by myself, by unistalling the plugin, deleting the plugin folder and reinstalling again.
It seems that nobody will reply here.
Forum: Plugins
In reply to: [GD bbPress Attachments] Permission to attach image isn’t working?Hello,
same problem for me: I’m using bbpress 2.6.3 with GD and over the last version of wp5. I defined some mime types I need on the site, eg the extension .nvn (plain\text). I noticed that Participants cannot upload these newly defined mime types, why?
Keymasters do it without any problem. When a participant tries, he gets the error “Sorry, this file type is not permitted for security reasons” as it was not permitted.I made some tests me too – please see this topic I opened on bbpress site:
https://bbpress.org/forums/topic/attachment-participants-cannot-upload-files-of-custom-mime-types/I didn’t found any suitable capability in User Role manager to handle that, and the error persists.
Hoping we can find a solution
I have the same error too. It’s sad to notice that it has not been solved.
In brief, when I try to edit a page with Elementor, I get this error that prevents me to edit the page:
PHP Warning: Illegal offset type in isset or empty in … \wp-content\plugins\ninja-forms\includes\Display\Render.php on line 134I’m using a hosting with PHP 7 and IIS 8.5. This would not happen with PHP 5.6, but I need to stay with PHP 7 for other reasons.
I contacted for support both the hosting (in the PHP log there’s the line above) and Ninja Forms (NF) support, with no success.
Please helpForum: Fixing WordPress
In reply to: Preview Changes – Page not foundSame problem for me – preview for pages does not work with WP5.0.3 in windows host. please help!
Thanks, looking forward to receive it!
Same problem, contacted you via support page
The same for me, please solve this.
Thanks, it works like a charm!
Please find below the complete code for anyone else is needing it.<?php /** * Plugin Name: List of unconfirmed users * Plugin URI: NONE * Description: Customize the list of users with unconfirmed email. * Version: 1.0 * Author: Profile Builder Support Forum & user johnnyontheweb * Author URI: https://www.ads-software.com/support/topic/users-all-users-users-with-unconfirmed-email-address-show-too-few-lines/ * License: A "Slug" license name e.g. GPL2 */ /* Copyright 2017 Profile Builder Support Forum & user johnnyontheweb This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ /* * Filter to change the number of users displayed on the Users with Unconfirmed Email Address page */ add_filter('wppb_email_confirmation_user_per_page_number', create_function('', 'return "100";'));