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 #2984906
Double author picture and prev next thumb
Closed

Comments

  • junglefrog started the conversation

    In the authorbox and in the prev/next navigation I see two pictures in both the author box and the navigation. I can't figure out where it is coming from so hope you can help me out. See attached screenshot of the issue.

    Thanks

    Simone

  •  2,492
    PenciDesign replied

    Hi,

    1. This is an error from the installed plugins, please try to disable all plugins (exclude the plugins come with PenNews), then re-enable one by one to check which is the plugin cause this issue,

    2. You can fix this issue by adding the CSS code to Appearance → Customize → Additional CSS:

    .author-img.penci_mobj__img img + img {
        display: none;
    }

    Regards,
    PenciDesign.