cipa Good catch. I’ve been looking at this too long. Thanks.
Yep I knew this wasn’t a modx problem. It seems to be a problem with the path to those buttons.
The files are actually here:
http://gator1094.hostgator.com/~alpepin/assets/sitegraphics/left-button.png
In the carousel setup for the first site the path to those files are like this:
defaultbuttons: {enable: true, moveby: 2, leftnav: ['/assets/sitegraphics/left-button.png', -35, 55], rightnav: ['/assets/sitegraphics/right-button.png', 9, 55]},
In the second site, I had to change the path to this:
defaultbuttons: {enable: true, moveby: 2, leftnav: ['/~alpepin/assets/sitegraphics/left-button.png', -35, 55], rightnav: ['/~alpepin/assets/sitegraphics/right-button.png', 9, 55]},
I suspect this will resolve itself when the domain is transferred to this host.