Hello,
I'm developing a new site using Joomla 3.9.1 on PHP 7.2 - Helix Ultimate w/SP Page Builder Pro.(updated to 3.3.8 today)
After setting up several Joomla tags and linking them to menus, I noticed that they are no longer appearing at the bottom of my articles. They had been before adding further content making changes with Page Builder. In reviewing the pages appearance I noticed tags were no longer displaying.
I made unique tags to make them easier to identify in source code searches, but they fail to render to the page.
I aggressively set them to appear globally/locally/and at menu levels. Still not appearing. Not visible in source code.
I turned of Page Builder integration with Joomla articles - still not visible.
Switch template to Beez3 - TAGS ARE VISIBLE! (even with SP Page Builder turned back on).
All indications show that this is related to Helix Ultimate.
The only custom CSS I am using is to control the overall width of the site;
Template custom CSS
.container { max-width: 1350px; }
body.helix-ultimate .sppb-row-container { max-width: 1350px; }
.sppb-row-container { width: 100%; }
}
I have not made any further modifications. This just began happening without warning...
Any advice on how to further troubleshoot this?
Tags are essential to my sites design.
Thanks in advance.