I created an admin user manually through the WordPress interface and ever since then, I keep getting a daily email from WordPress stating the following:
I have removed the admin user for obvious reasons.
This email was sent from Wordfence Central for your site “https://alettewinckler.com”.
Wordfence found 1 new issue on “https://alettewinckler.com”
Alert generated at December 8, 2020 6:51am UTC
See the details of these scan results on Wordfence Central: https://www.wordfence.com/central/findings/551bf928-084d-4ac0-bdaa-2538ac3dedae
FindingsHigh Severity Problems:
An admin user with the username ######## was created outside of WordPress.
View your findings here: https://www.wordfence.com/central/findings/551bf928-084d-4ac0-bdaa-2538ac3dedae
I then check the issue and it shows the following:
Details: An admin user with the username ######## was created outside of WordPress. It’s possible a plugin could have created the account, but if you do not recognize the user, we suggest you remove it.
So I “MARK AS FIXED” because I KNOW the username but it STILL just keeps coming and I cannot figure out why I keep getting this notice.
Please can someone explain and assist why this is happening?
]]>How could I fix that?
Thanks a lot!
Miguel
The problem comes from using it on the outside. If I try externalip/adelpozoman.es it starts loading very slow but it never loads. The port configuration is right as I can acces externalip, which has another website that is nonrelated(pihole)
What can I do? I dont actually own adelpozoman.es, I will buy it when the site is finished and I have enough time to actually learn to redirect it to my ip.
Any help is appreciated, thanks!!
]]>I am inserting a video but no matter what settings I try, I cannot get the video to fit the popup. It always displays with extra black area above and below the video.
I have found a similar post which advises to use this code…
jQuery(‘.pum’).on(‘pumAfterOpen’, function () {
jQuery(window).trigger(‘resize’);
});
But where do I insert this code to give it a try?
Thanks in advance
]]>Co-Authors Plus works great inside the loop. I can pull multiple authors into single posts with regular functions. But when I try using this outside of the loop, the admin name is pulled instead of the assigned author and co-author. The admin name is pulled when I use the_author() too, so this is consistent. In order to add the proper author name, I wrote this:
<?php echo get_the_author_meta('user_firstname',$id->post_author).' '.get_the_author_meta('user_lastname',$id->post_author); ?>
What’s would be the best way to pull multiple author names given the methods above, and/or is there a better way to do what I’m doing?
]]>After upgrade, without modify anything… right menu icon on mobile (just only on Chrome… it’s ok on Mozilla etc), or browser windows resized in mobile size on desktop, is placed outside of the body of the page!
Help I have already search on settings, with no results!
]]>withSelect
call, but I haven’t been successful :disappointed: Any ideas how to achieve this? Is it possible?
const { withSelect } = wp.data;
class SearchControl extends Component {
constructor() {
super( ...arguments );
this.state = { searchTerm: null };
}
render() { ... }
}
export default withSelect( ( select, state ) => {
const { getEntityRecords } = select( 'core' );
const { searchTerm } = state;
return {
posts: getEntityRecords( 'postType', 'post', { search: searchTerm } ),
};
} )( SearchControl );
]]>Here is the link to screenshot:
https://ibb.co/eC5R9d
Anyone has an idea?
Thanks,
Amir