Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

pxFeed section fails on Mashup mobile screen

SA-101318

Summary



The pxFeed section does not work on the Mashup mobile screen.


Error Messages

Not Applicable


Steps to Reproduce

  1. Launch the Mashup portal
  2. Create a pxFeed section


Root Cause



An issue in the custom application code or rules. Pulse is not supported on Mashup and Pega 8. Major changes are made to Pulse to display replies on the mobile device. The combination of Mashup and mobile causes the issue.


Resolution



Perform the following local-change:
Override the below rules:
  1. pyPostDetails - To make this similar to one on Pega 7.4 by removing the extra sections for mobile or use Whens conditionally on mobile + Mashup
  2. pyPostReplyArea - To remove the top layout which is supposed to display reply in a complete overlay modal format
  3. pyDisplayReplies - To remove Cascading Style Sheets (CSS) from the layouts or remove the CSS from pypega_social.css
  4. pypega_social.css - Add the below script after overriding the rule:

    .feed-header-mobile {
     display:none!important;
    }

    .reply-to-comments-post{
       display:none!important;

    }

  5. pyReplyMobile - Override the rule or update the pyPostDetails section similar to that of Pega 7.4

 

 











 

Published April 1, 2020 - Updated December 2, 2021

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us