Patrick
Forum Replies Created
-
Hi @attilazkedei,
Thanks for your patience while we looked into this.
I got an update from the dev team, and they were able to replicate and fix the issue. Could you update to the latest version (3.9.1) and let me know how it goes?
Regarding the original concern on the shortcode, with the new shortcode option, you should be able to achieve a simple and minimal layout using the following shortcode.
[sugarcalendar_events_list display="plain" show_block_header="false" allow_user_change_display="false" show_filters="false" show_search="false" show_date_cards="false" show_descriptions="false" show_featured_images="false"]Would you mind testing it out once more and letting me know? If you’d like to further adjust or remove some of the other functions on the list, do let us know.
In case it helps to share, I also tested the setup using the legacy shortcode you had shared [sc_events_list display=”upcoming” order=by number=”6″ show_date=”yes” show_time=”yes”] and this worked as expected.
I’m looking forward to hearing from you.
Hi @dugost,
Thanks for reaching out, and I’m sorry to hear about your experience. I’ve shared your feedback with the dev team for further discussion and consideration. However, to help us narrow down how the images are being loaded on your end, could you please share the specific shortcode that you’re using, and, if possible, include a link to the original image you’re working with?
In case it helps to clarify, please note that by default the image size used on the event list block is medium; however, you can override this to use the full-size image using the following snippet.
/**
* Change Event List Block image size to full size
*
* @param string $size Default image size ('medium').
*
* @return string Modified image size.
*/
function custom_sugar_calendar_event_list_image_size( $size ) {
return 'full';
}
add_filter( 'sugar_calendar_block_list_listview_image_size', 'custom_sugar_calendar_event_list_image_size' );Could you please try it out and let me know if this helps?
I hope this helps and hope to hear from you soon.
Hi @bridgetwes,
Thanks for flagging this and apologies for the inconvenience. I’ve looped in the dev team for further investigation and fixing. I’ll be in touch with an update on this soon.
Thanks for your patience in the meantime.
Hi @attilazkedei,
Thanks for the follow-up, I was able to replicate the issue with the latest version and I’ve looped in the dev team for further investigation. I’ll be in touch with an update on this soon.
Thanks for your patience in the meantime.
Hi @garrigan,
Thanks for your feedback and suggestions here. I will share this with the dev teams and get back to you.
Kind regards,
Hi @attilazkedei,
I ran a couple of tests on my end but couldn’t replicate the issue. Based on your update about the possible source of the conflict, I’ll keep the plugin active in my test environment to see if it occurs.
In the meantime, when the error comes up, does it disappear on its own, or are there extra steps you take to clear it?
However, I’d also recommend switching from the [sc_events_list] to the new [sugarcalendar_events_list] shortcode as outlined in the shortcode guide on displaying upcoming events.
Could you please try this and let me know how it goes.
We’re very sorry for all the unwanted emails you received. We’ve reached out via our support system with details on the issue. In case you missed our message, the auto-renewal has been canceled and the email issue is now fixed on our end. You shouldn’t receive any more emails from us.
Thank you again for your feedback and for letting us know about this problem and we appreciate your patience.
Kind regards.
Forum: Reviews
In reply to: [WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin] superHi @barkmoon01,
Thank you for the feedback! I’m glad the plugin is working really well for you.
Cheers!
Thanks for the 5-star review @haudegen.
We really appreciate your feedback and glad that you find the plugin a good tool for your emails.
Thanks @stefpasi,
I’m glad it’s working perfectly for you.
Hi @senribb .
That’s wonderful to hear! I’m glad your emails working and sending domain DNS are now passing.
Cheers!
Forum: Reviews
In reply to: [WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin] superHi @gilles66,
Thanks for the fantastic 5-star review! We’re thrilled that you find WP Mail SMTP super easy to use.
Hi @matthiaspabst,
Thanks for the follow-up, I checked with the dev team and they confirmed that the reference to
smtp-admin-general.min.cssis fixed and will be included in the next release.Thanks again for your patience and for helping us improve the plugin!
Hi @jkrol12,
I’m so sorry for the delay and the frustration this has caused. It’s possible we may have accidentally missed your follow-up. I’ve just escalated your case, and we’ll locate your invoice and get it over to you as soon as possible.
Thank you for your patience, and again, my apologies for the oversight.
Kind regards.
Hi @guido07111975,
Thanks for getting in touch.
To send emails with the Google Mailer connection, with a different email other than the authorized one, you need to set up the email address as an alias of the authorized.
Whenever a different email is provided, if it’s not added as an alias, the authorized email address is used.
To fix this, please add the preferred From Email as an alias, here’s a guide on how to Send WordPress Emails From a Gmail Alias.
I hope this helps.