Hello,
I am using a responsive template. When I assign a module to a certain position, the template displays this position in a different place on mobile devices or on desktop computers.
Example:
Position "sidebar" is displayed to the right of main content on a desktop. But on a mobile device (smartphone) there is no space for it. Therefore, the module is displayed in the same (logical) position but below the main content.
Can I assign a specific module to different (template) positions depending on the device with Advanced Module Manager?
You can't do that exactly.
But you can make a copy of the module, and use different positions and conditions for each.
You can optionally use Modules Anywhere to place the original module inside another module (of type Custom), so you don't need to worry about having to keep the module settings in sync.
By the way, it may very well be a pre-sales question, if there would have been a corresponding functionality in the Pro version. Then I would have bought the Pro version.
I have some custom modules with PHP code (using Sourcerer) and don't want to duplicate that modules to prevent having different code lines only because of different module positions.
But embedding these custom modules inside other modules (which only act as a "wrapper") to implement the different position mapping sounds like a good idea.