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 #2843032
Multiple issues
Closed

Comments

  • twoticketsporfavor started the conversation

    Hello,

    My website is very close to launching, and I just need to fix a few final issues:

    1. I'm having trouble with the infinite scroll option on the homepage. When it's enabled, all the posts that load after the first scrolling appear without their subtitles. The newer posts are not affected. If I disable infinite scroll and choose a navigation menu to reach older posts, the subtitles show up correctly. Any ideas? Sending screenshots to illustrate.

    2. How can I make the titles and subtitles of the Recent Posts uppercase? I tried the settings on the Penci Widget and the Customizer but could'nt find a solution. Screenshot in the attachments.

    3. Is there a way to remove or hide the lines on the share box for single posts and list posts on homepage? I found a way to make them white, but if affects all the lines in the entire website, and not just the sharebox. I'm sendind a screenshot to illustrate.

    Thank you in advance!

    Michael

  •  2,492
    PenciDesign replied

    Hi,

    1. The problem because the plugin Secondary Title does not respond with the ajax request. I'll be logged in and modify this plugin code.

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

    .penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text h4,
    .widget ul.side-newsfeed li .side-item .side-item-text h4 {
        text-transform: uppercase;
    }
    3. Please add the CSS below to remove the share box line:

    .tags-share-box {
        border: 0;
    }

    Regards,
    PenciDesign.


  • twoticketsporfavor replied

    Hello! Just to give you an update:

    1. It's still happening. I changed my fonts, but didn't change anything related to formatting. Maybe that somehow affected the code? 

    2. Fixed!

    3. Fixed!

    Thanks,

    Michael

  •  2,492
    PenciDesign replied

    Hi,

    For the subtitle issue, I've updated the code for the Secondary Title plugin.

    Please check.

    Regards,
    PenciDesign.


  • twoticketsporfavor replied

    All working now. Thank you! Awesome support as always! 

    Michael