• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Answered How to make item tabs display without arrow on mobile?

cdub

Active Member
AMS Premium
CAS Premium
EMS Early Adopter
IMS Premium
LD Premium
RMS Premium
SC Premium
UBS Premium
I've done this before but recently blew away some modified templates upgrading to 2.3...

I have a bunch of pages and tabs for items that get hidden by the arrow on mobile.

Screenshot_20250118-090723.png

I used to have the tabs wrap around so you could still see them easily as my users will for sure miss it. How do I do that again? Thank you!

Also is there a way to rearrange the tabs if desired?
 
For both, you'd need to edit the template xa_rms_wrapper_macros template and modify the tabs Macro

Keep in mind, support does not cover customizations to templates, so I can't write up a complete how to for this.

Moving Tabs around is no different than moving blocks around. Keep in mind, this is very complex and very easy to mess up (tons of conditionals based on what type of item type content is being viewed). If you screw it up, REVERT and start over again. Do little bits at a time... eg move 1 tab, TEST (thorough test, not just one refresh on a single piece of content, all Item Types should be tested to make sure it doesn't screw any of the 7 item types up.

As for the Tabs, XF tends to use scroller tabs, so that is the standard that I use as well (as you can see below).

Selection_387.png


With that said, you can modify the macro to disable the scroller tabs simply be removing CSS Class names as shown below.

Selection_388.png


Doing that results in this...

Selection_389.png
 
Back
Top