Support Forum

Not correctly displayed the icon for the increase of the picture

DO Dobrodukh
Dobrodukh
Member

Hi. Not correctly displayed the icon for the increase of the picture. How can I fix it?

http://caponier.ru/forum/war-in-the-east/aar-drama-na-dunae/

Image-3.jpg

3 Answers

New Answer

MP Mr Papa
Mr Papa
Member

dont know… cannot really tell anything from an image… would need an actual link to a post like that to inspect the CSS and see what is driving it…

DO Dobrodukh
Dobrodukh
Member

link to the forum above is

http://caponier.ru/forum/war-in-the-east/aar-drama-na-dunae/

MP Mr Papa
Mr Papa
Member

you appear to have a wp theme or other plugin (lightbox?) that is doing something to images for hovering…  this is what the markup looks like for the magnifying glass icon:

<figure class="sfimagebaseline alignnone" style="width: 300px;">
    <a class="zoom-hover fb" href="http://imageshack.com/a/img812/17/uh2p.png">
        <img width="300" alt="http://imageshack.com/a/img812/17/uh2p.png" src="http://imageshack.com/a/img812/17/uh2p.png">
        <div class="zoom-hover-overlay">
            <div class="zoom-hover-title-container">
                <i class="icon-search zoom-hover-title" style="top: -9px; left: -3px;"></i>
            </div>
        </div>
    </a>
</figure>
<figure class="sfimagebaseline sfmouseother alignnone">
    <div class="">
        <a class="zoom-hover fb" href="http://imageshack.com/a/img812/17/uh2p.png">
            <img alt="" src="http://caponier.ru/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png">
            <div class="zoom-hover-overlay">
                <div class="zoom-hover-title-container">
                    <i class="icon-search zoom-hover-title tiny" style="top: -9px; left: -3px;"></i>
                </div>
            </div>
        </a>
    </div>
</figure>

All that figure and zoom hover stuff is NOT simple press…  we dont add it…  your wp theme or another plugin is doing that…