Hi @tobiasdejong,
Thanks for your enquiry. Yes, this is a pro feature. Please see feature 16 “16. Show Large Inline Images”
https://northernbeacheswebsites.com.au/ideapush-pro/
Thanks,
Hi!
Thanks for getting back to me. I’ve enabled the “show images inline” option underneath the IdeaPush Pro tab – but nothing has changed..
Could you advise?
Best,
Tobias
Hi @tobiasdejong,
As you are a pro user of the plugin, I recommend emailing us at: [email protected]. However it looks like you have some custom CSS code which is hiding the image:
.no-related-image, .idea-item-breadcrumbs, .ideapush-idea-search, .ideapush-form-idea-description, .user-profile-container, .ideapush-container-idea-header, .ideapush-container-header, .status-container, .idea-item-content-container, .submit-new-idea i {
display: none !important;
}
Turn this off and the image will show 🙂
More specifically, turn off this custom CSS code for this class: .idea-item-content-container
So remove that class from your CSS declaration.