Images not showing in Masonary Grid Blog and Date is not removing
-
AnonymousInactive
I am adding the Blog through Elementor and trying to choose any style including Masonary, Chess, Default etc and image is not showing at all
The image only appears in Carousel mode
Also I cannot remove the date from carousel
Please sort urgently
AnonymousInactive
I already use:
body .post-single-page .entry-header {
display: none;
}
.wd-post-date.wd-style-with-bg {
display: none !important;
}
body .wd-entry-meta .meta-date {
display:none;
}
body .wd-entry-meta .meta-author {
display:none;
}
body .wd-entry-meta .meta-reply {
display:none;
}
Hello,
Please confirm the permission for plugins deactivation, and switching to the parent theme. As soon as we complete the testing we will enable all back.
Looking forward to collaborating with you!
Kind Regards
AnonymousInactive
Hello,
The issue in your custom code: https://prnt.sc/QbZF8QHDF-kV
After disabling it, the images started to appear: https://prnt.sc/yJjMlRq9TX5k
Kind Regards
AnonymousInactive
The custom CSS code was provided by your team and now that you have disabled it ALL post pages are displaying WRONG. I do not want the date to show on any page. I do not want the featured image to show on the single post. The date is showing with a white box and it is also showing in carousel when choosing it through Elementor
AnonymousInactive
when I try to add the code that was given by your team to hide the Featured Single Blog Post the “BLOG” images are removed in the Masonary Grid, Chess etc
body .post-single-page .entry-header {
display: none;
}
Hello,
Try to use the below code for help.
.single-post .entry-header .attachment-post-thumbnail {
display: none;
}
Let me know the result.
Kind Regards
AnonymousInactive
Hi thanks, works perfectly.
Hello,
Great! If you have any questions or wish to learn more about our theme, do reach out to our customer service team at any time.
Wish you all the best.
Kind Regards
The topic ‘Images not showing in Masonary Grid Blog and Date is not removing’ is closed to new replies.