ELDuderino_NL
Forum Replies Created
-
in my wp.config.php
i removed this code
/** TransIP fix: sendmail does not support flags. This fix is needed in order to make mailing work. */
global $phpmailer;
if ((!is_object( $phpmailer ) || !is_a( $phpmailer, ‘PHPMailer’ )) &&
file_exists(ABSPATH . ‘/wp-includes/class-phpmailer.php’) &&
file_exists(ABSPATH . ‘/wp-includes/class-smtp.php’)) {
require_once ABSPATH . ‘/wp-includes/class-phpmailer.php’;
require_once ABSPATH . ‘/wp-includes/class-smtp.php’;
$phpmailer = new PHPMailer( true );
}
$phpmailer->UseSendmailOptions = false;after that everything worked again.
Same problem here, after updating to the newest version of wordpress the website is down. Only when WP SMTP mail is removed by ftp it runs again. All other plugins are up to date.
Hello
for me this code worked
add_filter( ‘woocommerce_single_product_zoom_options’, ‘custom_single_product_zoom_options’, 10, 3 );
function custom_single_product_zoom_options( $zoom_options ) {
// Disable zoom magnify:
$zoom_options[‘magnify’] = 0;return $zoom_options;
}Code goes in functions.php file of your active child theme (or active theme). Tested and work.
i got it from here
https://wordpress.stackexchange.com/questions/338280/how-to-get-rid-of-the-hover-zoom-in-woocommerce-single-productssucces
Forum: Plugins
In reply to: [Discontinued: Srizon Social Album :Do Not Install] new album not showingok thanks for your quick reply.
Another question. The user has uploaded a new album on Facebook. It took several days before it was shown on the website.
the user has now more than 25 albums on Facebook. Is the delay a result of having more than 25 albums?
Like I said before, the user wants to get the pro version.hi there. same problem here. right column of dashboard disappears. where you can publish the post. When plugin is deactivated than the column shows again like it should. Also latest wp version.
but considering the original question was asked a month ago I don’t have much hope for a solution soon. 🙂