Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2086578
Add <picture> tag support
Closed

Comments

  • coptup4ik started the conversation

    Hi. I am using Imagify picture optimizer and it replaces <img> tag with <picture>

    But this ruins my blog visual. Can you add support for this?

    Thank you

  •  2,699
    PenciDesign replied

    Hi,

    WordPress has millions plugins and we can't check & compatible with all plugins. The plugin should make it compatible with the theme - We don't do the opposite.

    So, I recommend you contact with author of plugin and ask them about thissmile.png


    Best Regards,

    PenciDesign

  • coptup4ik replied

    Thank you for fast response.

    The problem is not about plugin rather there is some missing CSS rule in theme for <picture> tag because images don't align properly.

  •  2,699
    PenciDesign replied

    Hi,

    Please show me URL for that issues.


    Best Regards,

    PenciDesign

  •   coptup4ik replied privately
  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to fix it:

    .post-entry .aligncenter img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    

    Best Regards,

    PenciDesign

  •   coptup4ik replied privately
  •  2,699
    PenciDesign replied

    Hi,

    If so, that's not a bug - because your images are not enough the width.

    Example: http://prntscr.com/ohd6mf

    You just need use bigger images and it will fit with your container as you want.


    Best Regards,

    PenciDesign