hheecc
Forum Replies Created
-
Hi Lucio7
Thanks for answering me.
I have not implemented a Two Factor Authentication yet but I got a 15 characters password including Caps letters, numbers and special characters and the Plugin “All In One WP Security and Firewall” is supposed to report in there is a Brutal Force Attack and all the login sessions.
There is just one user/account that is mine.
I also bought the Malware Scan/Clean Service that this plugin suggests at site-scanners.com
I have to be deleting and re-copying (via SFTP) all the WordPress Core files, the Plugins and Theme files, etc every week because first the Norton Security in my desktop shows me that some scripts are infected when I try to make any modification to the site through the WordPress Dashboard and second, when it happens if I don’t act quickly next day the site is down.
It is really a nightmare
ThanksForum: Plugins
In reply to: [WP Store Locator] Stores with Image and Hide the MapHi Tijmen
I already know how to increase the size of featured image by adding this code
add_filter( ‘wpsl_thumb_size’, ‘custom_thumb_size’ );
function custom_thumb_size() {
$size = array( 100, 100 );
return $size;
}
But now it is very blurred.By the way do you know if I van show the list in two columns?
I know my first question was already solved. Do you think I must check mark as resolved opening another Topic Tag?
Thank youForum: Plugins
In reply to: [WP Store Locator] Stores with Image and Hide the MapHi Tijmen.
Thanks a lot.
I already did both suggestions and of course, it worked!. Could you also tell me how to show bigger the featured images in the List? It seems like icons and not like images/photos.
Thanks again