All of you are aware that the Artsopolis platform is built on Wordpress (WP). Most of you are aware that your site is on either our Apollo or Octave theme. Many of you may not know that those themes are 'parent' themes to a series of 'child' themes, and we use those 'child' themes to add or modify features to your site. Some of those 'child' themes are built by other companies, like Ninja Popups, and we use "hooks" and "filters" to alter or replace their standard functionality and make them 'talk' with our 'parent' themes. When a page loads it often has scripts and css that would include things like the information needed for a popup. In this case, our code breaks in and changes what WP is doing to make it work within our themes. When the Octave theme was first built, it didn't have that needed code built into it to work with a plugin like Ninja Popups, so after spending some time digging around in the code, we found a way to fix it.