• Resolved amber@TLC

    (@ameximelt)


    Hi,
    I added team members to main page but upon hover the name/title goes away but the secondary I and color overlay doesn’t happen.

    I’ve disabled plugins to see if there was a conflict, but could not get to work.

    Please advise.

    thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Oleg Goltsev

    (@amothemo)

    Hi,
    There maybe conflict with your theme too or CSS override.
    First of please give a live link so I could check out the problem.

    Thread Starter amber@TLC

    (@ameximelt)

    Hi yes, it looks like its the theme. I switched to one of the WP themes and the hover works as intended… is there anyway to figure out what the conflict is?

    the page in question is: https://tlccreative2.tlchosted.com/, scroll down to team. the last image is set using your plugin.

    thank you!

    Plugin Author Oleg Goltsev

    (@amothemo)

    Hi again,

    You need to add this CSS to your site. (You could use Customizer for that).

    .amoteam-member-hover-icon {
        z-index: 1;
    }

    It will fix the issue.

    Also I think there is a possibility for such bug on other themes, so I’ll include this fix in the next update.

    Thread Starter amber@TLC

    (@ameximelt)

    Ah yes that fixed the icon! Is there a fix for the color overlay on hover too?

    thank you! ??

    Plugin Author Oleg Goltsev

    (@amothemo)

    Combined with the previous piece of code.

    .amoteam-tiles__item .amoteam-member:hover:before,
    .amoteam-member-hover-icon {
        z-index: 1;
    }
    Thread Starter amber@TLC

    (@ameximelt)

    Worked like a charm.

    thank you! ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Hover on thumb not showing info icon’ is closed to new replies.