Brian Shaughnessy

Results 9 comments of Brian Shaughnessy

I expect `getMessageBody('html')` to return *only* the HTML for the actual message body -- extracting embedded attachments. The assumption is that if `getMessageBody('htmlEmbedded')` is including embedded content, then `getMessageBody('html')` does...

This is still happening. The workaround by @beilsma does not work consistently for me. And I don't think the issue should have been closed. We shouldn't need a workaround. We...

I just ran into this same issue after upgrade to the latest release of Civi (5.54.0) -- though we jumped from 5.51.x so it may have been an intervening version...

Unstyled like the "logged in with radstock enabled" screenshot above. The civicrm.css file is not loaded. In my case it remained unstyled both when logged in and not logged in.

I'm not seeing the Civi menu on public pages at all. civicrm.css is missing entirely. It's not an error -- the file simply isn't loaded (not present in page source)....

I tried reproducing this on one of my sandbox sites, but could not. The site where it's occurring is running PHP 7.33, WP 5.5.3, Impreza theme. I don't think any...

I did some more testing and found the issue. If the beginning and final element exist within the containing div at the same time -- even if they are only...

I worked around it by reducing my containing div slightly (so the first item was off screen by the time the third finished displaying) -- which allowed it to continuously...

FYI -- I saw the commit in the dev branch and implemented the patch, but it still isn't working for me.