Comments mimiron started the conversationNovember 11, 2019 at 6:14amHi there,Would like to find out if its possible to do like.The post's meta will display on hover on desktop but will always be shown on tablet and mobile? 675Neuron repliedNovember 11, 2019 at 2:33pmHi,You can do this on two different ways, create two sections one with active hover and one without.- Video URLThe other one is via Custom jQuery, install the following plugin which will allow you to add Custom JavaScript.- https://wordpress.org/plugins/insert-headers-and-footers/Then go to Settings > Insert Headers and Footer and add the following script. <script> jQuery(function($) { if ($(window).width() < 960) { $('.o-neuron-hover-holder').addClass('o-neuron-hover-holder--active'); } }); </script>960 represents the width of screen, you can change that to any number.Feel free to ask for anything you need.Kind Regards Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.mimiron repliedNovember 11, 2019 at 4:30pmHey thanks for the help, I got it working via the "two sections" method :) 675Neuron repliedNovember 11, 2019 at 6:53pmGood to know, feel free to ask for anything you needKind Regards Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group. Sign in to reply ...
Hi there,
Would like to find out if its possible to do like.
The post's meta will display on hover on desktop but will always be shown on tablet and mobile?
Hi,
You can do this on two different ways, create two sections one with active hover and one without.
- Video URL
The other one is via Custom jQuery, install the following plugin which will allow you to add Custom JavaScript.
- https://wordpress.org/plugins/insert-headers-and-footers/
Then go to Settings > Insert Headers and Footer and add the following script.
960 represents the width of screen, you can change that to any number.
Feel free to ask for anything you need.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.
Hey thanks for the help, I got it working via the "two sections" method :)
Good to know, feel free to ask for anything you need
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.