Thanks T-P,
I was able to fix it by adding the ftp details to the wp_config.php file
define(‘FTP_USER’, ‘username’);
define(‘FTP_PASS’, ‘password’);
define(‘FTP_HOST’, ‘hostname’);
define(‘FTP_SSL’, false);
//define( ‘WP_CONTENT_DIR’, ‘/public_html/wp-content’ );
Afterwards I was able to update plugins and install new ones.
Thanks, I’d like to be able to update Plugins from the WordPress admin dashboard.
What can I do to make this happen.
Yes I have fixed it. Turns out that the single template I used for the product page already had a Product Image as background which I didnt see before I added another Product Image. This caused the duplicate image.
Sorry to bother y’all.