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 #3097544
Rounded Corners
Closed

Comments

  • kamranhere started the conversation

    Is there any option in Soledad to turn on rounded corner images over the website like in the attachment? If yes, how do I do that? Thank you

  •  2,489
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → General → General Settings: enter the border-radius you want to show at the "Custom Border Radius for Featured Images" option.

    Regards,
    PenciDesign.


  • kamranhere replied

    Tried it but it's not working as intended. Check out the attachment for more info.

  • kamranhere replied

    Also, it's not applied uniformly but is linked to aspect ratio. If the image is in 1920x1080 16:9, then it is applying more roundness on the horizontal part which is 1920 and applying less on the vertical part which is 1080. It is applying the amount of roundness based on the aspect ratio which is flawed. Kindly fix that. 

  •  2,489
    PenciDesign replied

    Hi,

    Please send me a URL that contains this issue.

    Regards,
    PenciDesign.


  • kamranhere replied

    I haven't applied it I just checked it out in the customizer window of my website as I don't want my viewers to see uneven rounded corners before making sure it works correctly.

    Link: https://www.windowsnexus.com/

    If you want to see what exactly I want it is this link: https://wccftech.com/

  •  2,489
    PenciDesign replied

    Hi,

    Please apply this setting to your site, I need to check it on the live site and then send you a quick solution.

    Regards,
    PenciDesign.


  • kamranhere replied

    Ok I have applied the setting as 12pixels, and it is working fine now but only on the homepage and the sidebar. The corners are perfectly rounded and aren't affected by the image's aspect ratio like before. But the feature image is still not working fine as the top right and top left corners are rounded and perfect, but the lower right and left corners are flat and pointy like before. 

    You can check out by clicking on any of the news posts on the homepage. Only featured image is not working fine rest is ok. I have also attached the image for reference. 

  •  2,489
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .container-single .post-image a {
        display: block;
        border-radius: inherit;
        -webkit-border-radius: inherit;
        overflow: hidden;
    }

    Regards,
    PenciDesign.



  • kamranhere replied

    Thank you so much. Working like a charm. One thing I want to ask is that on my homepage there is no h1 tag. How can I change that since I tried finding it in the customizer, rank math plugin, or even WordPress setting but can't find an option to put it?

    All the other posts and pages have the post title as an h1 tag, but the homepage has no h1 tag. Can you help me in fixing that? Thank you

  •  2,489
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Homepage → General → Add More <H1> Tag for Homepage: add the h1 content on this field.

    Regards,
    PenciDesign.


  • kamranhere replied

    Already put my h1 there but all the tools are showing that there is no h1 tag on the homepage including ahrefs, detailed SEO, and screaming frog. Please confirm if its a bug or something and fix it.

  • kamranhere replied

    Even when I inspect element or see page source in chrome it shows no h1 tag.

  • kamranhere replied

    Also, the rounded corners have stopped working on the featured images of newer articles. Pages affected: https://www.windowsnexus.com/the-witchs-house-mv/ and https://www.windowsnexus.com/innosilicon-fantasy-3-raytracing/

    They are working on newer articles showing up on the homepage or categories page, but when you open up the article, the featured image isn't rounded. Attachments included.

    PS: Nvm I fixed it, It was a mistake on my part. Please just answer about the h1 tag already as its really important for me. Thank you

  •  2,489
    PenciDesign replied

    Hi,

    About the H1 issue, please send me your WordPress admin account in a PRIVATE reply. I'll log in and help you check it.

    Regards,
    PenciDesign.


  •   kamranhere replied privately
  •   PenciDesign replied privately
  • kamranhere replied

    Is there anyway to do it without the plugin as I already have too many plugins and it will decrease the overall speed of the site by increasing the page size and requests?

  •  2,489
    PenciDesign replied

    Hi,

    1. If you don't want to use the plugin, you need to use a child theme or edit directly to the theme file, but it will be lost when you update Soledad to the latest version,

    2. The CodeSnippet is a lightweight plugin. It doesn't affect your site pagespeed.

    Regards,
    PenciDesign.



  • kamranhere replied

    Got it. Thank you for the quick support. Keep up the good work guys ❤️

  • kamranhere replied

    Hi, I have another issue. All of my images got rounded corners for the homepage, but when I open posts, only some specific images have sharp corners rest of the page has rounded corners. The only affected pages so far are 2 others are fine:

    https://www.windowsnexus.com/activision-blizzard-mobile-games/

    https://www.windowsnexus.com/nvidia-revenue-shares-2022/

  •  2,489
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .post-image img {
        border-radius: 12px;
    }

    Regards,
    PenciDesign.



  • kamranhere replied

    Thank you.