Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1202543

    This code:

    <div class="abcfslImgCntrLst abcfslMLRPc"><a href="https://******/staff-single/?smid=3137" style="position: relative; overflow: hidden;">
            <img src="https://******/wp-content/uploads/2020/02/AR-300x300.jpg" class="abcfslRoundedCircle" style="height:180px" alt="" itemprop="image">
            <span class="image-overlay overlay-type-extern">
                <span class="image-overlay-inside"></span>
            </span>
        </a>
    </div>

    is changing to this on mouseover:

    <div class="abcfslImgCntrLst abcfslMLRPc"><a href="https://******/staff-single/?smid=3137" style="position: relative; overflow: hidden; display: block;" class="abcfslRoundedCircle">
            <img src="https://******/wp-content/uploads/2020/02/AR-300x300.jpg" class="" style="height:180px" alt="" itemprop="image">
            <span class="image-overlay overlay-type-extern" style="left: 174px; top: 0px; overflow: hidden; display: block; height: 180px; width: 190px;">
                <span class="image-overlay-inside"></span>
            </span>
        </a>
    </div>

    Which results in images no longer being inside of circles from another plugin. I asked the plugin creator, he said there should be a way to disable it inside of enfold but I couldn’t figure it out. Any thoughts?

    #1203468

    Hey evanh_,

    I’m very sorry for the late reply. The linked image overlay can be disabled under Enfold->Advanced Styling. Please have a look there to see if you have any luck with it. If not then please post login details in private and let us know where we can see and reproduce the problem.

    Best regards,
    Rikard

    #1203797

    That didn’t seem to resolve it. It is still changing the inline code. I’ll provide Login Details as well as the page it’s on.

    #1204274

    I created a workaround for this, by forcing some inline css of border-radius: 50%;… we can call it “fixed” for now.

    #1204600

    Hi,

    Great, I’m glad that you found a workaround and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.