ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down.
Read our Farewell Blog Post for more details.
Sorry for the late reply but you should post this in our Magento forum, not General Discussion.
What mobile site are you referring to? If you have a specific theme for mobiles, make a blank version of the xml layout file, that loads the scroller, in your mobile theme package. So copy:
That will then override the scroller layout and stop it being added.
STEP 1 IN MAGENTO DEVELOPMENT - DISABLE YOUR CACHE OR YOU WON'T SEE ANY CHANGES.
Use the new "secure" tab when replying for privately sharing links.
Check the
"Useful Snippets"
post for tips.
I inserted a totally blank "mageproductscroller.xml" file into the Mobile template, but it ended up stripping out all of the mobile template's CSS. Was I supposed to leave certain parts of the xml in the file?
Alternatively, I was thinking of somehow adding "hide:phone" to the Product Scroller, but couldn't find the right place to insert it.