Tagged: responsiveness
Hi,
I am constructing my new website with the enfold-theme.
jaro.jaroder.de
On my desktop it works so far even in the simulated tablet/handy-mode.
But on real tablet/handy the startpage won’t work at all.
Juergen
Hi Rikard,
you only see the difference (problem) on a desktop-pc. On android the opening animation and the hover-effekt for the single images (titel) do not work at all.
Here (PDF)you can see the difference
Best,
Juergen
Hi,
Are you referring to the masonry content or text (ABOUT ME, SOUNDS, COLLAGEN, etc.) that displays on hover? Use this css code to set the content to display on load instead of mouse hover.
@media only screen and (max-width: 1024px) {
.avia_desktop .av-caption-on-hover .av-masonry-item-with-image .av-inner-masonry-content {
opacity: 1;
filter: alpha(opacity=100);
}
}
Best regards,
Ismael
Hi Ismael,
thank you for the CSS-snippet. It works and shows me, how I have to go further on.
Regards,
Jürgen
Hi,
Awesome! Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.
Thank you for using Enfold :)
Best regards,
Ismael