jbravo8212 wrote:
For example - This was my old code from the original Rokbox. This displayed a module. This was put in as the external link and it triggered rokbox. # rel=rokbox[750 285][module=additional-module]
What would be the updated code to show a module?
First let me say I have used BOTH extensively and RokBox2 is clearly superior 
See "
data-rokbox-element
"
These are the basics:
1) create your custom HTML module or use an existing module.
2) the module MUST BE ON THE SAME PAGE as the RokBox trying to open that DOM element
3) one of the few times I accept inline styling is to add a " style="display: none;" " to the opening <div> so the module can't be seen on the page.