Search Results

All Results 1294
Sort By
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Receiving no 'View Usage' count with embedded web content after deploying a custom theme
Issue The usage count in 'view usages' does not change when the web content is embedded through the theme Steps to reproduce Create 'Site' Create 'Content Pages' Create 'Web Content' Copy the friendly URL of the...
Hide Content Page Fragments from Search Results
Issue I want to exclude fragments on a Content Page from Search Results. Example Use Case: Having a footer fragment in each Content Page that contains the company's contact information. I do not want to include the...
Can I access the configuration variable in a JS widget created with liferay-js:adapt?
Issue Following Adapting Existing Apps to Run on Liferay DXP, after re-adapting a pure JS project (React, Angular, Vue) to become a Liferay JS widget with the liferay-js:adapt command, there will be no...
Unable to display web content preview in Site Administration
Issue When trying to display a web content preview through the web content admin portlet: Administrators may notice various issues: The preview does not load at all The preview loads, then disappears The preview...
No content shown in Content Pages responsive mode
Issue When trying to preview a Content Page in responsive mode on DXP 7.3 (Tablet, Landscape Phone, Portrait Phone), no content will be shown: Environment Liferay DXP 7.3 Resolution Warning! Being this issue...
Nested Web Content Workflow status are not getting updated
Issue When editing and publishing the web content which is having another web content embedded into it, its status becomes pending but the expected is that the structured/embedded web content's status...
Logs are flooded with errors of java.lang.IndexOutOfBoundsException
Issue The following error shows constantly on the logs: ERROR [catalina-exec-54][LiferayMethodExceptionEventHandler:34] java.lang.IndexOutOfBoundsException: Index: 2, Size: 2 java.lang.IndexOutOfBoundsException:...
How can I share the same navigation menu(s) with child sites?
Issue We have multiple sites, each of them has its own navigation for navigating between the other sites. If we want to make any changes, we need to update them manually. Is it possible to share the navigation items by...
IE11 "unable to get property of 'selectors' of undefined or null reference" Errors
Issue After patching to dxp-8, the Internet Explorer 11 (IE11) console is throwing "unable to get property of 'selectors' of undefined or null reference" errors Environment DXP 7.2 Resolution This error is...
The "Private Pages" menu can not be removed even after removing all private pages
Issue After removing all of the private pages, the "Private Pages" menu remains. Environment Liferay DXP 7.1 dxp-18 or before Resolution One possible reason is that the "content page" was created before under Private...
Special characters are used in friendly URLs
Issue Special characters, e.g. åäö are shown in friendly URLs, instead of showing the ASCII version. Example: page is titled new page åäö becomes /new-page-åäö instead of /new-page-aao Environment DXP 7.0+ Resolution...
Web Content articles' Title and Summary fields cannot be empty
Issue Add a translation to a Web Content by deleting the default translation to the Title and Summary fields. After the publishing is successful and the web content is opened again, the default translation is shown...
Unable to embed videos in Knowledge Base articles with the
Issue After publishing a new Knowledge Base article including a video embedded with the <video> HTML5 tag: <video controls="" height="240" width="320"><source...
Why Are Announcements Visible to Everyone After Setting the Distribution Scope?
Issue After setting the distributions scope in the Announcements Portlet, the announcements which it displays are now visible to all users and guests. I would like to restrict the announcements to the users...
Deprecation warning in the browser's console: "Value provided is not in a recognized RFC2822 or ISO format"
Issue After patching a bundle with a fix (Fix Pack or hotfix) that includes the solutions for LPS-121066 and LPS-121499, customers and DXP users may notice the below warning message in the browser's console:...
I cannot set the default template for a web content structure
Issue When I create web content based on a structure with multiple templates, I would like to change the default template of that structure. Environment Liferay portal 6.2 Liferay DXP 7.0 + Resolution In order to...
JournalArticle not properly indexed with 'Document contains at least one immense term' error
Issue When attempting to perform a re-index, JournalArticle contents are not properly indexed due to an error similar to the following: For Solr: 2020-09-23 06:32:13 ERROR org.apache.solr.common.SolrException: Exception...
Adaptive Media not applied on Content Pages
Issue I noticed that Adaptive Media is not applied in fragments with an image. Add an image to the Documents and Media Library with a width above 600px Go to Control Panel→Configuration→Adaptive Media Add a new...
After a web content owner loses his membership of a site, he can still edit all the previously authored web content
Issue If an editor user creates a web content, and after his site membership is removed, he can still edit/configure the web content. Environment Portal 6.2 DXP 7.0+ Resolution This behavior works as intended. The Web...
Custom editor configuration is not applied to repeatable fields
Issue After implementing a custom EditorConfigContributor to override the configuration of a web content editor, e.g. as below: @Component( immediate = true, property = { "editor.name=alloyeditor",...