Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #465548

    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!

    #466027

    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

    • This reply was modified 9 years, 5 months ago by Elliott.
    #466305

    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.

    #466323

    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.

    #466977

    Hi!

    It sounds like your wanting /enfold/config-templatebuilder/avia-shortcodes/postslider.php.

    Best regards,
    Elliott

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.