• Resolved soushiant

    (@soushiant)


    Hi.I’m using the latest version of your plugin. When i hover the mouse on user’s name, the image that appears after hovering should be at top layer (like setting z-index in CSS) but now as you can see in the link below, it is at the back of widget box.So half of the image is hidden.
    my site

    and i have a second question if the first one can be solved by some custom CSS: Can you help with the necessary CSS code to move this hovering(mentioned above) image to right and top?

    Thanks

    https://www.ads-software.com/plugins/birthdays-widget/

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

    (@sudavar)

    Hello there and thanks for using our plugin.

    I looked at your site and your theme set’s on it’s content div the CSS rule
    z-index: 1;
    So if you add this CSS code:
    .birthday-list-tooltip.ui-tooltip{
    z-index: 1;
    }
    to either you custom CSS, or the CSS file of birthdays plugin. You can see the result here.

    Be aware though that if you put it in the birthdays plugin CSS file, your change will be lost after updating the plugin (as this rule is not needed in all cases, i am not going to add it as well) so you have to add it somewhere more permanent.

    PS: If everything works and you like our work, please consider leaving a rating.

    Thread Starter soushiant

    (@soushiant)

    Thank you for your reply !
    Solution worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Birthday user image when hovering appears at back of theme design’ is closed to new replies.