Questions tagged [liferay-dxp]

Use this tag to identify that you're using the Enterprise supported distribution of Liferay starting with Version 7.0. Also tag with the appropriate version, e.g. "liferay-7.2".

Liferay DXP stands for "Digital Experience Platform" - it is the enterprise-supported version of , and . In addition to the support is also offers extensions that are useful in the enterprise environment. Use this tag to identify that you're using the enterprise supported release, and remember to also tag the exact version that your question relates to.

The implementation is highly modularized, utilizing .

More information in the more basic and general version-independent tag that can easily go along with this tag.

"Liferay DXP 7.0" was initially released as "Liferay DXP" but later rebranded with the version information in the name (as newer versions were released). This tag has started as being limited to "DXP 7.0", but has been used independent of the exact version (7.0, 7.1, 7.2) for a long time. The updated tag description acknowledges this by asking for the version to be tagged additionally.

93 questions
0
votes
1 answer

Liferay 7- Theme does not appear correctly in IE9

Many of styles are not applied and pages looked weird in IE9, because IE has CSS limitation. The problem is that i can't modify css because it is generated with Liferay.
0
votes
1 answer

External JS not loading in liferay 7 GA4

I have added external JS in theme and portlet but JS not loading first time page loading. I am using below code :
0
votes
1 answer

How to override a class in liferay 7/DXP. the class inside the modules/ foundation?

Is there any way to override class inside the modules/foundation in liferay DXP?
Ravi R
  • 73
  • 1
  • 11
0
votes
1 answer

Liferay Search not giving synonyms search result?

We have a custom search portlet in Liferay DXP and Elasticsearch 2.2.0. We added the following settings for synonyms search in elasticsearch setting. { "index" : { "analysis" : { "analyzer" : { "synonym" : { …
user5096772
0
votes
1 answer

My service implementation is not seen by Liferay, despite high service.ranking

I wrote a module that contains this implementation of the com.liferay.portal.security.audit.AuditMessageProcessor service: @Component( configurationPid = "my.MyAuditMessageProcessorConfiguration", immediate = true, property = { …
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
0
votes
1 answer

Liferay DXP patching tool says "Won't be installed: Patch source code is not available"

I installed Liferay DXP SP4, then downloaded and put liferay-fix-pack-de-30-7010.zip into Liferay's patching-tool/patches/ folder, pacthed the Liferay server successfully to level 30, then edited patching-tool/default.properties that…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
0
votes
1 answer

How to get web content meta-data categories & tags information in custom module in Liferay 7?

How to get webcontent meta-data categories & tags information in custom module in liferay 7. I need to override the service wrapper hook of Journal Article addArticle(long userId, long groupId, long folderId, long classNameId, long classPK, …
Ravi R
  • 73
  • 1
  • 11
0
votes
2 answers

issue with bundling external dependencies in Liferay Dxp bundle

Hi for adding the third party libraries, I followed the article https://dev.liferay.com/develop/tutorials/-/knowledge_base/7-0/adding-third-party-libraries-to-a-module#embedding-libraries-in-a-module. Now the generated bundle has a lib directory…
0
votes
3 answers

Liferay DXP web content field inside structure

Hello I've created a simple structure which only has 1 repeatable web content field. In my template I have the following code: <#if WebContent75zf.getSiblings()?has_content> <#list WebContent75zf.getSiblings() as cur_WebContent75zf>