Skip to content
Public Ticket #21284

Page is blank if list has about 50 items

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

About this case, please:

Find:

<?php the_content(); ?>

Replace with:

<?php echo get_the_content(); ?>

This is a temporary solution, I'll check again on my development site and then update this ticket when I'm found the solution.

Regards,
PenciDesign.


devbean replied

Customer Reply

Thanks a lot. But I restored to

<?php the_content(); ?>

and disabled all plugins except Elementor and Penci Shortcodes & Performance, but the page still not work. It seems the problem is not related to the plugins?

PenciDesign Supporter replied

Staff Reply

Hi,

I've fixed this issue by modifying the template file:

inc/template-builder/single-elements/content.php

Find:

<?php the_content(); ?>

Replace with:

<?php echo get_the_content(); ?>

Regards,
PenciDesign.


devbean replied

Customer Reply

I'm sorry but this happens again after Soledad updated. Would you please leave a message about how to solve this by myself? Or is this a bug of the theme? May I solve this by creating a child theme?

PenciDesign Supporter replied

Staff Reply

Hi,

Yes. I'll address this issue in the future theme update.

Regards,
PenciDesign.


devbean replied

Customer Reply

Cool, it fixed. May I ask what's the problem and how to avoid it in future?

PenciDesign Supporter replied

Staff Reply

Hi @devbean,

I've fixed your site issue.

Please check.

Regards,
PenciDesign.


PenciDesign Supporter replied

Staff Reply

Hi @Jacqueline,

Please create a new private ticket with your site login information. I'll check and help you config it correctly.

Regards,
PenciDesign.


devbean replied

Customer Reply

I have enabled necessary plugins and switch theme back to Soledad.

PenciDesign Supporter replied

Staff Reply

Hi,

Please switch your site to the Soledad theme, I'll help you check and fix it.

Regards,
PenciDesign.


devbean replied

Customer Reply

I tried disable all plugins except Elementor which will cause 500 if disabled, the problem remains. I switch to theme twenty twenty-two and disable Elementor, it works. So does it mean it is because Elementor?

PenciDesign Supporter replied

Staff Reply

Hi,

I've copied & pasted the post content to the testing site, the problem is not occurring here, so the problem may be from one of your installed plugins.

Please try to disable all plugins (excluding the plugins that come with Soledad) then re-enable them one by one to check which plugin causes this issue.

Regards,
PenciDesign.


devbean started the conversation

Conversation Start

I have a page with a list as posts catalog.The post page is blank if:

  • list has 50 items, the last 4 items without hyperlink
  • OR list has 48 items, the last 1 item with hyperlink

Otherwise, if list has 48 items but the last one without hyperlink, page is OK.

Want to join this conversation or access attachments? Sign in first.