<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Unable to remove portlet after adding in any page in Liferay 7.4 Update 57</title>
  <link rel="self" href="https://liferay.dev/de/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=121638324" />
  <subtitle>Unable to remove portlet after adding in any page in Liferay 7.4 Update 57</subtitle>
  <id>https://liferay.dev/de/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=121638324</id>
  <updated>2026-04-18T01:53:05Z</updated>
  <dc:date>2026-04-18T01:53:05Z</dc:date>
  <entry>
    <title>RE: Unable to remove portlet after adding in any page in Liferay 7.4 Update 57</title>
    <link rel="alternate" href="https://liferay.dev/de/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123307936" />
    <author>
      <name>Gabriel Landon</name>
    </author>
    <id>https://liferay.dev/de/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123307936</id>
    <updated>2025-03-26T15:26:56Z</updated>
    <published>2025-03-17T19:45:12Z</published>
    <summary type="html">&lt;p&gt;Thank you for your help.&lt;/p&gt;
&lt;p&gt;I did modify the styles and unstyles theme version, but
  unfortunately, I still have the same problem. Il also tried with the
  latest version.&lt;/p&gt;
&lt;p&gt;I even tried with a brand new theme and still having the exact same problem.&lt;/p&gt;
&lt;p&gt;I think the solution might be in this article : &lt;/p&gt;
&lt;p&gt;
  &lt;a href="https://help.liferay.com/hc/en-us/articles/12946482994317-Widgets-don-t-have-all-configuration-options-when-using-a-custom-theme"&gt;https://help.liferay.com/hc/en-us/articles/12946482994317-Widgets-don-t-have-all-configuration-options-when-using-a-custom-theme&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In the mean time, as a workaround, I switch to the classic theme to
  remove portlets.&lt;/p&gt;</summary>
    <dc:creator>Gabriel Landon</dc:creator>
    <dc:date>2025-03-17T19:45:12Z</dc:date>
  </entry>
  <entry>
    <title>RE: RE: Unable to remove portlet after adding in any page in Liferay 7.4 Update 57</title>
    <link rel="alternate" href="https://liferay.dev/de/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123236580" />
    <author>
      <name>Olaf Kock</name>
    </author>
    <id>https://liferay.dev/de/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123236580</id>
    <updated>2025-02-10T16:32:59Z</updated>
    <published>2025-02-10T16:32:57Z</published>
    <summary type="html">&lt;p&gt;That article states that &amp;quot;it does not happen when the Classic
  Theme is applied&amp;quot; - you could try to temporarily change the theme
  and see if the functionality appears again.&lt;/p&gt;
&lt;p&gt;Otherwise, here's what's hidden in that article: &lt;/p&gt;
&lt;section id="resolution"&gt;
  &lt;h2&gt;Resolution&lt;/h2&gt;
  &lt;div&gt;
    &lt;ul&gt;
      &lt;li&gt;If we have a custom theme applied, we need to update the &lt;a
          href="https://www.npmjs.com/package/liferay-frontend-theme-styled?activeTab=versions"
          rel="noopener noreferrer"
        target="_blank"&gt;liferay-frontend-theme-styled&lt;/a&gt; and &lt;a
          href="https://www.npmjs.com/package/liferay-frontend-theme-unstyled?activeTab=versions"
          rel="noopener noreferrer"
        target="_blank"&gt;liferay-frontend-theme-unstyled&lt;/a&gt; versions in
        the &lt;code&gt;package.json&lt;/code&gt; file in our theme and then,
        regenerate and redeploy the theme. Please, use the latest
        available versions for 7.4.&lt;/li&gt;
      &lt;li&gt;You can follow these steps:  &lt;ol&gt;
          &lt;li&gt;Change the &lt;code&gt;liferay-frontend-theme-styled&lt;/code&gt; and
            &lt;code&gt;liferay-frontend-theme-styled&lt;/code&gt; versions to the
            latest available ones and save the file. This is an example
            of &lt;code&gt;package.json&lt;/code&gt;:   &lt;pre&gt;
{
   &amp;quot;name&amp;quot;: &amp;quot;my-theme&amp;quot;,
   &amp;quot;version&amp;quot;: &amp;quot;1.0.0&amp;quot;,
   &amp;quot;main&amp;quot;: &amp;quot;package.json&amp;quot;,
   &amp;quot;keywords&amp;quot;: [&amp;quot;liferay-theme&amp;quot;],
   &amp;quot;liferayTheme&amp;quot;: {
      &amp;quot;baseTheme&amp;quot;: &amp;quot;styled&amp;quot;,
      &amp;quot;fontAwesome&amp;quot;: false,
      &amp;quot;templateLanguage&amp;quot;: &amp;quot;ftl&amp;quot;,
      &amp;quot;version&amp;quot;: &amp;quot;7.4&amp;quot;,
      &amp;quot;sassOptions&amp;quot;: {
         &amp;quot;dartSass&amp;quot;: false
      }
   },
   &amp;quot;devDependencies&amp;quot;: {
      &amp;quot;compass-mixins&amp;quot;: &amp;quot;0.12.10&amp;quot;,
      &amp;quot;gulp&amp;quot;: &amp;quot;4.0.2&amp;quot;,
      &amp;quot;liferay-frontend-css-common&amp;quot;: &amp;quot;6.0.4&amp;quot;,
      &lt;strong&gt;&amp;quot;liferay-frontend-theme-styled&amp;quot;: &amp;quot;6.0.54&amp;quot;&lt;/strong&gt;,
      &lt;strong&gt;&amp;quot;liferay-frontend-theme-unstyled&amp;quot;: &amp;quot;6.0.45&amp;quot;,&lt;/strong&gt;
      &amp;quot;liferay-theme-tasks&amp;quot;: &amp;quot;^11.4.0&amp;quot;
   },
   &amp;quot;scripts&amp;quot;: {
      &amp;quot;init&amp;quot;: &amp;quot;gulp init&amp;quot;,
      &amp;quot;build&amp;quot;: &amp;quot;gulp build&amp;quot;,
      &amp;quot;deploy&amp;quot;: &amp;quot;gulp deploy&amp;quot;,
      &amp;quot;extend&amp;quot;: &amp;quot;gulp extend&amp;quot;,
      &amp;quot;kickstart&amp;quot;: &amp;quot;gulp kickstart&amp;quot;,
      &amp;quot;status&amp;quot;: &amp;quot;gulp status&amp;quot;,
      &amp;quot;upgrade&amp;quot;: &amp;quot;gulp upgrade&amp;quot;,
      &amp;quot;watch&amp;quot;: &amp;quot;gulp watch&amp;quot;
   },
   &amp;quot;dependencies&amp;quot;: {
      &amp;quot;node-sass&amp;quot;: &amp;quot;7.0.1&amp;quot;
   }
}&lt;/pre&gt;
          &lt;/li&gt;
          &lt;li&gt;Update the modules in your theme:   &lt;ul&gt;
              &lt;li&gt;Execute &lt;code&gt;npm install&lt;/code&gt; in your theme folder.&lt;/li&gt;
            &lt;/ul&gt;
          &lt;/li&gt;
          &lt;li&gt;Regenerate the theme:   &lt;ul&gt;
              &lt;li&gt;Execute &lt;code&gt;gulp build&lt;/code&gt; in your theme folder.&lt;/li&gt;
            &lt;/ul&gt;
          &lt;/li&gt;
          &lt;li&gt;Deploy the &lt;code&gt;war&lt;/code&gt; file generated to your
            &lt;em&gt;Liferay&lt;/em&gt; server.&lt;/li&gt;
        &lt;/ol&gt;
      &lt;/li&gt;
      &lt;li&gt;If it doesn't work, you might need to clear the cache
        (&lt;code&gt;$LIFERAY_HOME/osgi/state&lt;/code&gt;,
        &lt;code&gt;$LIFERAY_HOME/work&lt;/code&gt;, &lt;code&gt;$TOMCAT_HOME/work&lt;/code&gt;
        and &lt;code&gt;$TOMCAT_HOME/work/temp&lt;/code&gt;). See &lt;a
          href="https://help.liferay.com/hc/es/articles/360038997392-Why-are-my-theme-JS-and-CSS-changes-showing-only-if-I-clear-the-server-s-cache-"
          rel="noopener noreferrer" target="_blank"&gt;related article&lt;/a&gt;.&lt;/li&gt;
      &lt;li&gt;If it still doesn't work after following the aforementioned
        steps, try this solution: &lt;a
          href="https://help.liferay.com/hc/es/articles/12946482994317-Widgets-don-t-have-all-configuration-options-when-using-a-custom-theme"
          rel="noopener noreferrer" target="_blank"&gt;Widgets don't have
          all configuration options when using a custom theme&lt;/a&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;
&lt;/section&gt;
&lt;section id="additionalInformation"&gt;
  &lt;h2&gt;Additional Information&lt;/h2&gt;
  &lt;div&gt;
    &lt;ul&gt;
      &lt;li&gt;
        &lt;a
          href="https://learn.liferay.com/dxp/latest/en/site-building/site-appearance/themes/theme-development/getting-started/setting-up-an-environment-and-creating-a-theme.html"&gt;Setting
          Up an Environment and Creating a Theme&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;
        &lt;a
          href="https://help.liferay.com/hc/es/articles/12946482994317-Widgets-don-t-have-all-configuration-options-when-using-a-custom-theme"
          rel="noopener noreferrer" target="_blank"&gt;Widgets don't have
          all configuration options when using a custom theme&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;
        &lt;a
          href="https://help.liferay.com/hc/es/articles/360038997392-Why-are-my-theme-JS-and-CSS-changes-showing-only-if-I-clear-the-server-s-cache-"
          rel="noopener noreferrer" target="_blank"&gt;Why are my theme JS
          and CSS changes showing only if I clear the server's cache?&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;
&lt;/section&gt;</summary>
    <dc:creator>Olaf Kock</dc:creator>
    <dc:date>2025-02-10T16:32:57Z</dc:date>
  </entry>
  <entry>
    <title>RE: Unable to remove portlet after adding in any page in Liferay 7.4 Update 57</title>
    <link rel="alternate" href="https://liferay.dev/de/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123228618" />
    <author>
      <name>Gabriel Landon</name>
    </author>
    <id>https://liferay.dev/de/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123228618</id>
    <updated>2025-02-10T16:31:22Z</updated>
    <published>2025-02-06T20:15:27Z</published>
    <summary type="html">&lt;p&gt;I have the same problem after upgrading from Liferay 7.3 to the
  latest 7.4 version.&lt;/p&gt;
&lt;p&gt;Did you manage to find a solution ?&lt;/p&gt;
&lt;p&gt;The only thing I have found is the private official answer from
  Liferay : &lt;a
  href="https://help.liferay.com/hc/en-us/articles/12734525927565-Portlet-options-lost-after-upgrading-to-7-4-U51"&gt;https://help.liferay.com/hc/en-us/articles/12734525927565-Portlet-options-lost-after-upgrading-to-7-4-U51&lt;/a&gt; I
  don't have acces to as I'm using the CE version.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</summary>
    <dc:creator>Gabriel Landon</dc:creator>
    <dc:date>2025-02-06T20:15:27Z</dc:date>
  </entry>
  <entry>
    <title>Unable to remove portlet after adding in any page in Liferay 7.4 Update 57</title>
    <link rel="alternate" href="https://liferay.dev/de/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121638323" />
    <author>
      <name>Kaustabh Sinha</name>
    </author>
    <id>https://liferay.dev/de/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121638323</id>
    <updated>2023-01-31T21:32:24Z</updated>
    <published>2023-01-31T07:51:28Z</published>
    <summary type="html">&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I recently updated my bundle from Liferay 7.4 DXP Update 20 to Update
  57 by upgrading the DB using upgrade client and then running the
  server. Once the server starts, post logging in - I am unable to
  remove any portlet which is already there in the page. On adding new
  portlet to a page (example - web content display or asset publisher)
  as well, i'm not getting the option to Remove the portlet on the page.
  In Update 20, we are having the option to Remove the portlet using
  three dots.&lt;/p&gt;
&lt;p&gt;NOTE - The core liferay upgrade process was successful without any
  errors in the logs.&lt;/p&gt;
&lt;p&gt;
  &lt;img alt="" height="139"
    src="/documents/d/guest/portlet-not-remove-png?imagePreview=1"
    style="margin: 0.0px;" width="700" /&gt;
  &lt;br /&gt;  &lt;/p&gt;</summary>
    <dc:creator>Kaustabh Sinha</dc:creator>
    <dc:date>2023-01-31T07:51:28Z</dc:date>
  </entry>
</feed>
