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 #3346564
Post title not showing
Closed

Comments

  • pupuz1220 started the conversation

    My blog is not displaying post titles. 

    I have ensured that the post type is set to standard and have used the Elementor editor to set the font for the post titles on the blog page. 

    Currently, the layout is set to Grid, but regardless of the layout chosen, the post titles cannot be displayed.

    I am able to use Elementor to adjust the style of the Blog page and choose "Penci Big Grid" to display the post titles, but I cannot edit the Category page with Elementor, and applying any style does not display the post titles.

    I would like to confirm whether this issue is caused by the theme settings preventing the article titles from being displayed properly. 

    Thank you.

  •  2,486
    PenciDesign replied

    Hi,

    Please go to Appearance > Customize > Custom CSS: remove the following CSS code:

    .entry-title {
      display: none;
    }

    Regards,
    PenciDesign.



  • pupuz1220 replied

    Thank you for your help!

    It works for me!

  • Mariana replied

    It happened the same to me. It was showing perfectly, but I don't know why suddenly it is not showing anymore.

    I'm making some edits on my website and even though I have not edited anything related to the post, this happened. Actually I have 2 licenses and in both happened the same. In the other one, they suddenly disappeared and suddenly re-appeared but this is a big problem.

    I have checked on my custom css but I do not have that code :( 

    I'm thinking it may be a different problem though. In the grid option it is displaying, but it is not inside the single post itself.

    it is very frustrating... i'm attaching images in a new reply as I cannot add it here while editing my comment

    Attached files:  Captura de Pantalla 2023-05-09 a la(s) 10.38.35.png

  • Mariana replied

    here are the examples


    any idea of what I can do? 

    Attached files:  Captura de Pantalla 2023-05-09 a la(s) 10.52.55.png
      Captura de Pantalla 2023-05-09 a la(s) 10.52.45.png

  •  2,486
    PenciDesign replied

    Hi,

    Please send the URLs that is related to your problem.

    Regards,
    PenciDesign.

  • Mariana replied

    Hello there!

    Of course. Here is where all the articles are: https://marumutti.com/articulos/ if you click in any of the articles, you will see that once in it, you cannot see any Title there. E.g. https://marumutti.com/10-consejos-antes-de-practicar-yoga-nidra/

    Thanks!

  •  2,486
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    h1.entry-title {
      display: block!important;
    }

    Clear all the SiteGround Optimizer CSS cache and check again.

    Regards,
    PenciDesign.



  • Mariana replied

    THANK YOU!!!! 

    It worked!!!!