Home Forums WoodMart support forum Images not showing in Masonary Grid Blog and Date is not removing

Images not showing in Masonary Grid Blog and Date is not removing

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #477786

    myamikizara
    Participant

    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

    Attachments:
    You must be logged in to view attached files.
    #477789

    myamikizara
    Participant

    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;
    }

    #477946

    Luke Nielsen
    Keymaster

    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

    #478041

    myamikizara
    Participant

    Hi yes this is fine

    #478269

    Luke Nielsen
    Keymaster

    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

    #478320

    myamikizara
    Participant

    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

    #478326

    myamikizara
    Participant

    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;
    }

    #478424

    Luke Nielsen
    Keymaster

    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

    #478599

    myamikizara
    Participant

    Hi thanks, works perfectly.

    #478804

    Luke Nielsen
    Keymaster

    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

Viewing 10 posts - 1 through 10 (of 10 total)

The topic ‘Images not showing in Masonary Grid Blog and Date is not removing’ is closed to new replies.