Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #122038
    togregor
    Participant

    Hello.
    For some reason when I uploaded a picture in one of my topics that I use for Feature Content, it is showing twice on my main feed, but only once in the actual post. How do I correct that problem please?

    ladsportstips.com

    I am totally new in this topic, this is my first ever webpage. I was gonna drop this theme since I couldn’t feature categories in my feed, but I’ve noticed it’s in a Pro version, so there is big light in the tunnel. So far I’m stuck with this… I have no featured image selected (as far as I can tell), no custom CSS, my other featured content is displaying ok (text and link), just that picture is causing problems. I’d like top picture with link to be displayed below title, and that bottom one gone.

    Thank you in advance!

    #122062
    tikaram
    Keymaster

    @togregor : Go to Appearance => Customize => Additional css and add the following css.

    #featured-post-3 .entry-content{
    	display: none;
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

    #122063
    togregor
    Participant

    It worked, but only partly. I still get image first, title next. Any suggestions how to swap them around?

    #122102
    tikaram
    Keymaster

    @togregor : Replace the previous additional css with the following additional css.

    #featured-post-3 .featured-homepage-image{
    	display: none;
    }

    Let me know how this goes.

    Regards,
    Tikaram

    #122137
    togregor
    Participant

    That worked, thank you 🙂

    #122150
    tikaram
    Keymaster

    Hello, there,
    I hope I was able to resolve your issue. Would you mind taking a few minutes to write a review for me please?
    https://wordpress.org/support/theme/catch-responsive/reviews/#new-post
    I’d really love to know what you think of my support. Your feedback is deeply valued as it will help potential clients read about your experience and also help me improve.
    Thank you so much for your help!

    Regards,
    Tikaram

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Double image in Featured Content’ is closed to new replies.