• The stylesheet and script tags are showing up in the right place in the source code when I load the page, and the div with ng-controller=”CalculoidMainCtrl” is there, but the calculator is not displaying. Has anyone else encountered this problem? I tried deactivating all other plugins but that had no effect. Rolling back to the previous version of WP did work.

    One unusual thing I noticed is that when I’m logged into WP, the customize-support class seems to be in the wrong place: body class="home page-template-default page page-id-91 logged-in admin-bar wp-embed-responsive " ng-app="calculoid customize-support" instead of body class="home page-template-default page page-id-91 logged-in admin-bar wp-embed-responsive customize-support" ng-app="calculoid"

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ajcowitt

    (@ajcowitt)

    One other difference: the body tag when not logged in includes the ng-scope class: body class="page-template page-template-custom-templates page-template-page-library page-template-custom-templatespage-library-php page page-id-1277 page-child parent-pageid-1279 wp-embed-responsive ng-scope" ng-app="calculoid"

    I’m using a custom child theme based on twenty sixteen.

    I encountered same issue. I found out, that you have to use embed code than their plugin. Easy and fast solution.

    Thread Starter ajcowitt

    (@ajcowitt)

    Thanks @sedlacekmartin I’ll try the embed code.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Calculator stopped showing up after update to WP5.5’ is closed to new replies.