Legacy Knowledge Base
Published Sep. 10, 2025

Options missing in portlet menu when using theme generator generated theme

Written By

Eugene Shin

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

Issue

  • When using a base theme generated by the theme generator following the steps listed here, the portlet menu only displays "Permissions" and "Configuration Templates".

Environment

  • Themes generated for Liferay 7.4 using version 10.x.x of the Theme Generator

Resolution

  1. Open the theme war file.
  2. Go to templates/portlet.ftl.
  3. Change any instances of liferay_portlet to liferay_frontend(e.g. change <@liferay_portlet["icon-options"] to <@liferay_frontend["icon-options"]).

Note: There have been some reports of themes that were upgraded for Liferay 7.4 not working with the suggested changes above. Please be advised that you may need to adjust the "devDependencies" section of your theme's package.json to their latest versions.

Did this article resolve your issue ?

Legacy Knowledge Base