• Resolved Wise guy

    (@wise-guy)


    For Customizr front page featured page images I am using images I uploaded at 270 x 250px,featured image is set on each page. The problem is that the images show up as square with a white zoom circle, which cuts off the upper left corner of the square images… view at:
    http://www.wiseimagestudio.com
    Any help is appreciated, thanks
    Kelly

Viewing 6 replies - 1 through 6 (of 6 total)
  • pixproof plugin has a css which conflicts

    Thread Starter Wise guy

    (@wise-guy)

    Hey thanks d4z_c0nf,
    my favorite theme, and my favorite (necessary) plugin don’t play well I guess…

    Thread Starter Wise guy

    (@wise-guy)

    I am wondering if a workaround would be to remove the round zoom circles, and just have static square images..

    The problem is another one, that is just a symptom.
    This is the problem in that css:

    *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    }

    Probably you can add this to your custom css:

    *, *:before, *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    }

    and then locally, when needed revert to border-box.

    Thread Starter Wise guy

    (@wise-guy)

    Thanks for your code, it works!- but I see there is another issue indeed. Pixproof is not letting me select, only if I zoom, then I can select. poop!

    Thread Starter Wise guy

    (@wise-guy)

    this item has been marked as resolved only because I realize this theme will never work with Pixproof, which is essential to my workflow.
    a new theme is in order.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Featured Pages Images not working’ is closed to new replies.