Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #863043

    Hi

    I would like to have/set
    – Post Date under the preview image in Blog post element – above the Title.
    – set background colour for date, title, excerpt (done)

    • This topic was modified 7 years, 1 month ago by tpetauer.
    #863050

    Hey tpetauer,

    Please provide a link to the page in question, as well as admin info if possible.

    Best regards,
    Jordan Shannon

    #863053

    http://www.pronavitas.com

    As you see, for Date I would need to set padding

    I would also like to have smaller gaps between columns (done)

    Masonry should be same height as blog post right to it

    • This reply was modified 7 years, 1 month ago by tpetauer.
    #863700

    eny help?

    #863704

    Masonry should be same height as blog post right to it and sime size as two columns below

    • This reply was modified 7 years, 1 month ago by tpetauer.
    #863842

    Hi,

    We are very sorry for the late response. Please remove the following css modifications from the style.css file.

    .slide-meta {
        display: none !important;
    }

    And then add the following script in the functions.php file to move the post meta info after the featured image.

    // custom script
    function ava_custom_script_mod(){
    ?>
    <script>
    (function($){
       $('.slide-entry').each(function() {
           var meta = $(this).find('.slide-meta'),
               img  = $(this).find('.slide-image');
               meta.insertAfter(img);
       });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'ava_custom_script_mod');

    Best regards,
    Ismael

    #863899

    thx

    2 issues:
    I would like to have masonry and blog post right to it same size
    Masonry has to have same width as 2 blog post below

    Both “rows” are in colour section.
    In first row I have masonry in 2/3 column, blog post in 1/3 column
    In second row I have 3* 1/3 column each having blog post (one column) – that was the only way to control space between posts

    Masonry is used while I want to have title and excerpt on the picture and not below – this is latest post

    I am working with child theme … style.css

    • This reply was modified 7 years, 1 month ago by tpetauer.
    #863908

    hmm …
    now I get dates under the picture – but all 4 dates under each other
    and gap between columns is bigger than it should be (10px)

    #864025

    still can’t find right solution

    #864047

    to show you what I want:

    http://www.siemens.com
    scroll down to This week at Siemens

    • This reply was modified 7 years, 1 month ago by tpetauer.
    #864187

    anybody?

    #864399

    Hi!

    I’m sorry for the late response. We modified the script above. Please try it again.

    // https://kriesi.at/support/topic/blog-post-date/#post-863842

    Best regards,
    Ismael

    #864551

    THX, like I want :)

    I did some changes – now I am using also blog post element for first post – before I used masonry.
    I need to strech fetured image to cower whol elemnt – in height and width. Imafe is 1280*720 (same is used in post on as full width easy sloder.
    I run out of ideas how to do that.

    • This reply was modified 7 years, 1 month ago by tpetauer.
    #865090

    Hey!

    I’m sorry but that’s NOT possible with the blog posts element without major modification on the markup or layout. Please use the masonry element if you want the featured image to cover the entire post item container.

    Best regards,
    Ismael

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.