• Resolved orlandogmz

    (@orlandogmz)


    Hi, I’m liking this theme a lot already. There are a couple of issues I am having, though. One of them is that the featured images from the featured pages that are shown in front page are not showing up inside the circles. Instead, the are outside and the circle is just covering part of them. Here is the link to the page, so you can see what I mean:

    http://www.orlygomez.com

    Any help in correcting it is appreciated!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Sam

    (@soumendra)

    Hello,

    Can you provide a screenshot of that, what you want to modify.

    Thank you.

    rdellconsulting

    (@rdellconsulting)

    The FIs need to be 270x250px to work correctly.

    Thread Starter orlandogmz

    (@orlandogmz)

    The FI’s are 270x250px. Here is a picture of what is happening. I took it out of the page beacuse I did not like how it looked, had to upload the pictures and set the link myself. I will put the circles again, as well as the links I made myself, so you can see the reference.

    Again, the webpage is: http://www.orlygomez.com

    You can see what I am trying to fix on the front page.

    There should be a conflicting css plugin (t-k shortcodes),
    add this to your custom css:

    .round-div {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
    }

    Then you should use images with the actual “content” < 270×250 to avoid border cuts.

    Hope this helps.

    Thread Starter orlandogmz

    (@orlandogmz)

    @d4z_c0nf, Unfortunately, it did not work. I deactivated all plugins to see if any of them was causing it, but the problem was still there. I tried updating the theme versions, but then the slider arrows do not work. I already downgraded again to the version I was using. Could it be some weird garbage in the server?

    Sorry,
    I gave you the exact opposite of what I wanted 😀

    .round-div {
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      -ms-box-sizing: content-box;
      box-sizing: content-box;
    }

    let me know

    Thread Starter orlandogmz

    (@orlandogmz)

    Awesome! This last code worked. Thank you so much!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Featured Images Not Inside Circles in Front Page’ is closed to new replies.