Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #23577

    Hi, please i have a big problem with other plugin widget with a linked images. The Enfold script add a property adn css of the all images and generate a graphic problem. How i can fix this? How i can disabled all Enfold effect for the images 3d plugin? Thanks

    #120379

    Hi ligend,

    Can you give us an example of what you mean? Seeing something live so we can inspect the code or what plugin you are trying to use will help us to see if there is something we can assist with.

    Regards,

    Devin

    #120380

    Hi Devin,

    sure … on http://www.21dieci.it you can see this: bottom right sidebar. I use this plugin http://zourbuth.com/plugins/role-memberlist/ and the author wrote: Please ask your theme developer if they add a script to handle image linked event.

    In fact, before the mouseover the image, the code is:


    <a title="Email to (Email address hidden if logged out) " href="mailto: (Email address hidden if logged out) " class="url"><img src="http://www.21dieci.it/xxxxxx/images/email-profile.png" class="info-icon" ilo-full-src="http://www.21dieci.it/xxxxxx/images/email-profile.png"></a>


    after it becomes …


    <a title="Email to (Email address hidden if logged out) " href="mailto: (Email address hidden if logged out) " class="url" style="position: relative; overflow: hidden; display: inline-block;"><img src="http://www.21dieci.it/xxxxx/images/email-profile.png" class="info-icon" ilo-full-src="http://www.21dieci.it/xxxxxx/images/email-profile.png"><span style="opacity: 0; display: none;" class="image-overlay overlay-type-extern"><span class="image-overlay-inside"></span></span></a>

    Thanks

    #120381

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #role-memberlist-4 .role-memberlist .username.photo {
    display: initial !important;
    }

    Its a quick fix that will force that widget to keep the initial value for the avatar photos and keep it from changing the layout.

    #120382

    Ok Devin now the avatar work fine, but if you try to mouseover in the icon INFO, what is beneath is moved down one or two pixels

    #120383

    Hi,

    Can you please apply Devin’s solution? I don’t see the avatars.

    Regards,

    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Handle image linked event’ is closed to new replies.