Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1253035
    melman
    Participant

    Post title and then below *date*,*author* and *leave a comment* like in the images provided.

    I’m using the review stack

    Thanks a lot 🙂

    #1253177
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To have some like your example in the screenshot, please do the following:
    1] Please add the following JS code in the customizer, Appearance > Customize > Custom > Javascript

    (function($){
      $('.single-post .entry-header').insertBefore( $('.single-post .entry-featured .entry-thumb img') );
    })(jQuery);

    2] And then please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .single-post .entry-featured .entry-header {
        margin: 10px;
        padding: 20px;
    
        position: absolute;
        width: calc(100% - 20px);
    
        background-color: rgba(255,255,255, 0.85);
    }

    You should have something like this:
    http://prntscr.com/d5wbda

    Hope this helps.

    #1264145
    melman
    Participant

    It worked – but I decided that I want it to be below the featured image instead – how does one do that?

    Best regards

    #1264157
    Thai
    Moderator

    Hi There,

    Would you mind providing us with your website URL so we can take a closer look?

    Thanks.

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