• Resolved nrbailey

    (@nrbailey)


    Hello,
    The latest update of Content Views 1.9.3.2 released on Jan. 11 has caused an issue with my existing View: any time the cursor passes over one of the content items, it moves the title/description from right-of-image to below the image. The title/description should not move but should remain to the right of the thumbnail. Please advise.

    https://ncbr.org/available-boxers/

    Thank you!
    Nikki

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Content Views

    (@pt-guy)

    Dear Ms. Nikki,
    Actually, this problem caused by hover effect script of the enfold theme. It changed the display property of image on hover content.

    Please add this code to Custom CSS field in Content Views >> Settings page:

    #pt-cv-view-184d3aabde .pt-cv-href-thumbnail {
        display: inline !important;
    }

    As you are using CVPro, please contact us here to get premium support.

    Best regards,

    Thread Starter nrbailey

    (@nrbailey)

    That fixed it. Thank you so much!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Latest update display issue’ is closed to new replies.