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 #4561341
Article titles dont appear sometimes
Closed

Comments

  • Jonathan Ratner started the conversation

    Over the last 2 weeks people are complaining about the titles of the top 3 articles sometimes dont show up.

    So if you look at the site there are the top 3 articles at the top in one style (with the title in white on top of the featured image) and all the rest with black text under the featured image.

    When it works if you look closely when the page populates the top 3 featured images display first and then the titles overlay the images in what appears to be a 3 step process of increasing white. For the rest of the articles the title appear instantly with the featured image.

    What has been happening the last two weeks or so is the titles for the first 3 dont populate. Its the same on all browsers tested and PC and mac. 

    When you hit refresh sometimes it works sometimes it doesnt.

    So probably the simplest solution would be turning off the fancy fade in feature (assuming there is a switch for that)


  •  3,116
    PenciDesign replied

    Hi,

    The post title is displayed only after the featured slider JavaScript library has fully loaded. If you would like it to appear immediately, please go to Appearance → Customize → Custom CSS and add the following custom CSS code:

    .penci-slide-overlay .penci-mag-featured-content {
      opacity: 1;
    }

    Regards,
    PenciDesign.

  • Jonathan Ratner replied

    Wooohoooo! It worked!

    Thanks