Having issues here as well, which i think is related to the WP core update. I’ll look for the Cardinal update, but in the meantime here are my issues:
Accordion was working, now there appear to be numerous issues with various Swift Builder components after installing the latest version of WordPress (4.5). My entire accordion (example here: http://regionalfreightway.werremeyer.com/about/) is not visible. Checking the css, i can see the following culprit:
.spb_accordion {
opacity: 0;
}
I had a similar issue with the Portfolio swift builder element (http://regionalfreightway.werremeyer.com/real-estate/). See items below the State labeled subheads. All of the items were loading, but were invisible. The offending css:
.portfolio-items .portfolio-item {
opacity: 0;
}
Additionally, i had to set a min-height on the portfolio items because the items were “catching” on items in above rows with lengthier content.
-Paul