meghant
Forum Replies Created
-
Hi,
I didn’t have any intention of sharing credentials here – I was asking if there was a way to securely give you viewing access.
Deactivating all plugins except Metaslider didn’t help; however, when I changed the image crop to “Smart Crop”, the issue was resolved and I am no longer getting the errors! Woohoo 🙂
In case it’s helpful for your team, I’ve included details & screenshots below:
The problem is seen in the source code (right click > view source), but not the rendered code displayed in the elements panel of the inspector. The validation error is thrown regardless of the rendered code being correct.
Source Code: https://www.dropbox.com/s/v7wtll0aqnkxnci/slider%20source%20code.PNG?dl=0
Rendered Code: https://www.dropbox.com/s/uy2kdwja00vlws5/slider%20inspector%20code.PNG?dl=0Note: Ignore the tags around the empty height/width attributes – I was trying to highlight them in my reply.
Hi,
Image crop is disabled under the advanced settings.
The site is in development and the staging site is on the web but not publicly accessible. Is there a way I can securely share the login information for a temporary preview account? For security reasons, I can only give you view-only permissions.
Here’s a snippet from the beginning of the slider’s source code showing the duplicate height and width attributes:
<div id="metaslider_container_792"> <div id="metaslider_792"> <ul class="slides"> <li style="display: none; width: 100%;" class="slide-793 ms-image"><a href="https://ssa.gov" target="_blank"><img width="200" height="200" src="http://localhost/mmi/wp-content/uploads/2018/06/social-security-administration-logo.png" class="slider-792 slide-793" alt="social security administration logo" <strong>height="" width=""</strong> rel="" title="social security administration logo" srcset="http://localhost/mmi/wp-content/uploads/2018/06/social-security-administration-logo.png 200w, http://localhost/mmi/wp-content/uploads/2018/06/social-security-administration-logo-150x150.png 150w" sizes="(max-width: 200px) 100vw, 200px" /></a></li>