Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3064182
Page is blank if list has about 50 items
Closed

Comments

  • devbean started the conversation

    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.

  •   PenciDesign replied privately
  •   devbean replied privately
  •  2,489
    PenciDesign replied

    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 replied

    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?

  •  2,489
    PenciDesign replied

    Hi,

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

    Regards,
    PenciDesign.


  • Jacqueline replied

    Good morning.

    I am experiencing the same thing with with one of my posts.

    This links works: https://www.nrln.org/soledad/Blog/useful-links/

    This link does not work https://www.nrln.org/soledad/useful-links-retirees/

    Any ideas.  Thank you.

  • devbean replied

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

  •  2,489
    PenciDesign replied

    Hi @Jacqueline,

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

    Regards,
    PenciDesign.


  •  2,489
    PenciDesign replied

    Hi @devbean,

    I've fixed your site issue.

    Please check.

    Regards,
    PenciDesign.


  • devbean replied

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

  •  2,489
    PenciDesign replied

    Hi,

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

    Regards,
    PenciDesign.


  • devbean replied

    The problem occurs again. I'm not sure if it is because some plugin or the theme updates. Would you please check it again?

    https://www.devbean.net/2012/08/qt-study-road-2-catelog/

  •   PenciDesign replied privately
  • devbean replied

    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 replied privately
  •   devbean replied privately
  •  2,489
    PenciDesign replied

    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

    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?

  •  2,489
    PenciDesign replied

    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.