Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1045304
    lukasjan
    Participant

    Hello,

    I am using essential grid to modify my posts page, therefore I use essential grid posts in dashboard rather than using built in wordpress posts because built in posts do not show categories in essential grid settings editor.

    I want to display 3-4 recent posts in my homepage with your theme recent posts cornerstone widget, but this widget only shows recent content from built in wordpress posts, not from essential grid posts. How do I make it show recent posts from essential grid posts?

    I add 2 pictures:
    1. Essential grid posts I am refering (I need these posts to appear in recent posts cornerstone widget)
    2. Place where I want 3-4 recent posts from essential grid posts to appear

    My page URL: http://www.mhealth.lt pw:health123

    Thanks

    #1045465
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.

    Thanks for understanding. Take care!

    #1045571
    lukasjan
    Participant
    This reply has been marked as private.
    #1045747
    Jade
    Moderator

    Hi Lukas,

    Please add this in the customizer:

    @media (max-width: 1110px) {
        .home #x-section-5 .x-promo .x-promo-content .man {
           height: 95px;
        }
    }
    
    @media (max-width: 890px) {
        .home #x-section-5 .x-promo .x-promo-content .man {
           height: 115px;
        }
    }

    Hope this helps.

    #1046704
    lukasjan
    Participant

    Hello Jade,

    Code did not work. I changed #x-section-5 to #x-section-4 then it changed something, but Promos would not align on : 980px – 1199px and 768px – 979px according to cornerstone. I tried setting different px for height and even max-height, but when promos align on one size of screen they misalign on the other.

    Lukas

    #1046724
    Paul R
    Moderator

    Hi,

    You can try this code instead.

    
    @media (max-width: 1110px) {
        .home #x-section-5 .x-promo {
              min-height:400px;
        }
    }
    

    You may add additional media queries to achieve your desired result.

    Hope that helps.

    #1046742
    lukasjan
    Participant

    Hi,

    Thanks! This worked!

    #1046766
    Darshana
    Moderator

    Glad we were able to help 🙂

    #1046862
    lukasjan
    Participant
    This reply has been marked as private.
    #1047011
    Paul R
    Moderator

    Hi Lukas,

    You can add this under Custom > CSS in the Customizer.

    
    .esg-filters  .esg-selected-filterbutton span {
        color:red;
        font-size: 12px;
    }
    

    You may change red and 12px to achieve your desired result.

    #1047020
    lukasjan
    Participant

    Thanks!

    #1047434
    Jade
    Moderator

    You’re welcome.

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