-
AuthorPosts
-
April 10, 2020 at 2:53 am #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?
April 14, 2020 at 8:04 am #1203468Hey 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,
RikardApril 14, 2020 at 10:12 pm #1203797That 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.
April 16, 2020 at 7:22 am #1204274I created a workaround for this, by forcing some inline css of border-radius: 50%;… we can call it “fixed” for now.
April 17, 2020 at 6:20 am #1204600 -
AuthorPosts
- You must be logged in to reply to this topic.