Keyword

K2 Power Tip: Hide Item Edit Tabs

  • Joe Campbell
  • Joe Campbell's Avatar Topic Author
  • Offline
  • Platinum Member
More
7 years 4 months ago - 7 years 4 months ago #159741 by Joe Campbell
K2 Power Tip: Hide Item Edit Tabs was created by Joe Campbell
You may not need all the K2 Item Edit page tabs for your site. Or perhaps you want to make the UX easier for a client.

All you need to do is add a little CSS...

Find this File:
/media/k2/assets/css/k2.css

Add this Code:

note: below is a list of EVERY tab - before adding the code, REMOVE the tabs you want to displayed

#tabExtraFields,
#tabContent,
#tabImage,
#tabImageGallery,
#tabVideo,
#tabAttachments
{display: none !important;}

For me, I do not use the Image Gallery, Video and Attachments tabs:

#tabImageGallery,
#tabVideo,
#tabAttachments
{display: none !important;}



I hope you found this tip useful - Later K2'ers :)
Last edit: 7 years 4 months ago by Joe Campbell.

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
7 years 4 months ago #159748 by Krikor Boghossian
Replied by Krikor Boghossian on topic K2 Power Tip: Hide Item Edit Tabs
Nice one :)

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum