Tagged: x
-
AuthorPosts
-
June 16, 2016 at 10:06 am #1045304
lukasjanParticipantHello,
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 appearMy page URL: http://www.mhealth.lt pw:health123
Thanks
June 16, 2016 at 11:29 am #1045465
Nabeel AModeratorHi 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!
June 16, 2016 at 12:41 pm #1045571
lukasjanParticipantThis reply has been marked as private.June 16, 2016 at 2:29 pm #1045747
JadeModeratorHi 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.
June 17, 2016 at 3:34 am #1046704
lukasjanParticipantHello 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
June 17, 2016 at 3:53 am #1046724
Paul RModeratorHi,
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.
June 17, 2016 at 4:10 am #1046742
lukasjanParticipantHi,
Thanks! This worked!
June 17, 2016 at 4:29 am #1046766
DarshanaModeratorGlad we were able to help 🙂
June 17, 2016 at 6:00 am #1046862
lukasjanParticipantThis reply has been marked as private.June 17, 2016 at 8:31 am #1047011
Paul RModeratorHi 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.
June 17, 2016 at 8:46 am #1047020
lukasjanParticipantThanks!
June 17, 2016 at 2:25 pm #1047434
JadeModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1045304 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
