Hello.
Is there anyway for the grid to always show the hover content in even grid. Also I think its loaded wrong some of the skins are not showing nor some of the layers.
Hi Viktor,
To achieve that, you can try adding this in Theme Options > CSS
.esg-layout-even .esg-entry-content {
display: block !important;
min-height: 150px !important;
}
If that doesn’t help, please provide us your wordpress admin login in Secure Note
so we can take a closer look of your grid settings.
Thanks
Hello.
Thank you. Now they all animate at the same time but are still hidden. I sent you a secure note.
Hey Viktor,
Sorry for the confusion. The Even layout does not support displaying the content without hover because it intends to display everything in the same size out of the box. That is not its intended design and though we could hack that with CSS, that is not recommended as you might need to hack it further and custom coding is not a part of our product support.
Please switch to Masonry layout instead then set a specific Media Ratio and setup the Min Masonry Content Height per screen width. That is your intended setup without the use of custom coding.
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.