hmeatball
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
I found a temporary solution.
If you have an FTP. Go to the plugin files. find folder modules > info-list > includes > frontend.css.php and then go to line 379 – 381. The image sizes are not integers. I used this code:
if ( (null !== intval($img_size[0]) ) && ( null !== intval($img_size[1]) ) && (0 !== intval($img_size[0]) )) : $actual_height = ( intval($settings->icon_image_size) * intval($img_size[1] )) / intval($img_size[0]);I had to make sure my email was part of the Gmail Group.
https://support.google.com/groups/answer/2464926?hl=enThen I had to make sure I could send emails as the info@ email.
https://support.google.com/mail/answer/22370?hl=enI was able to figure out what I needed to do to get my Send As name and email to work properly. I had to join the group for the info@example.com on my google admin and then I had to enable the settings in my gmail account to “send as” the info@example.com.
I am also having this issue with the Gmail API.
Viewing 4 replies - 1 through 4 (of 4 total)