Okay
  Public Ticket #280271
Recent Projects Widget not displaying in single posts
Closed

Comments

  • Brian started the conversation

    Hello Nectar! Fantastic theme! The best I've ever used! I ran into an issue where I've attempted to use the Recent Projects widget in the sidebar and the footer. It seems to work fine until the user goes into a single post page, and then the thumbnails disappear. The widget title still displays but nothing under it. Is this a known issue or something I can fix on my end? Thanks in advance!

  •  8,839
    Tahir replied

    Hey Brian!

    We havent had any reports of this issue earlier. Can you please provide your site url . Also make sure you are running the Theme Version 4.5.22 . 

    Thanks


    ThemeNectar Support Team 

  •   Brian replied privately
  •  8,839
    Tahir replied

    Hey Again!

    You have some css added in there which is hiding the images: http://prntscr.com/4m2x91 . Please remove it and add this instead to hide the featured image : 

    .single .post-featured-img {
        display: none !important;
    }
    

    Thanks


    ThemeNectar Support Team 

  • Brian replied

    That did the trick! Thank you, Tahir!