I have a slideshow module on a site I am working on. Currently, I have 2 versions of the module, 1 wide width for desktops versions and one set with a width of 300 for mobile devices. My problem is that for some reason, it won't display the module on the mobile side when using the Mobile Content plugin.
If I input the code to load my module (mobile size or desktop size) in the article without using the Mobile Content plugin, it will display when loaded from the desktop or phone however, when I use my code with the Mobile Content plugin, the desktop version will still display properly but the mobile version does not show the module, or any mobile content entered after the module code.
This is my code for loading the mobile and desktop versions that is not working.
{mobile}{module [111]}{/mobile}{desktop}{module [110]}{/desktop}
Thanks in advance for any help you can offer.