Hi
On blog grid layout I have the images rotating, but it also rotates the title text, I just want the CSS to rotate only the image. Can you help please?
Currently I am using
.slide-entry {
-webkit-transition: all 0.3s ease;
..}
.slide-entry:hover {
-webkit-transform: rotate(-10deg);
..}
Also I would like the title of the image to pop up on hover as a tooltip like it does for the Masonry display.
Please could you help me to get it working as I would like. Thank you!
Hi Mark!
Try this instead.
.slide_entry img { }
.slide_entry img:hover { }
The tooltip popup is going to take a lot of time and code to implement so it would have to be considered custom work. It would be best to hire a freelancer to help you out with that customization.
Cheers!
Elliott
Thanks for your help with the CSS.
I will re-edit all the post titles to put the information back in, I thought it would be easy to make modifications to the display title for blog grid in archives.php like it was in loop-index but it uses avia_post_slider. I wanted to include links to category/taxonomy next to it but will have to make do as best I can for now.
Where is the code for avia_post_slider used to display blog grid, which file should I be looking at?
Please let me know so I can take a look at it before I go ahead and change all the post titles back.
Thanks.
Hi!
It sounds like your wanting /enfold/config-templatebuilder/avia-shortcodes/postslider.php.
Best regards,
Elliott