Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1136347
    geiger112
    Participant

    Hey guys!

    I have two questions and I hope you can help me.

    1. I’m trying to implement the “orignal post grid” (Stack: Integrity, Style: Masonry) on our cover page, between a lot of other elements (Visual Composer). If it’s possible, it should be like any other post grid element in VC.
    2. I want to hide the post Image in every post.

    I’m really sorry, but I can’t give you the URL or any root access because it’s running in my/our LAN.

    Thank you very much!

    #1136463
    Lely
    Moderator

    Hi There,

    1.) I am not sure what you want to achieve here. Can you try checking the Recent Post element?theme.co/x/demo/integrity/1/shortcodes/recent-posts/

    2.) Please add the following CSS on Appearance > Customize > Custom > Edit Global CSS:

    .single-post .entry-featured {
        display: none;
    }

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1136347 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>