• Resolved rxbbx

    (@rxbbx)


    Hi Caroline,

    Have you any idea why the circles go wrong @ Opera. The images dissapear and text is gone. At the underscores.me site everything goes well with the circles.. I tested your demo, my friends site as also the underscores site..

    Grtz rxbbx

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Caroline Moore

    (@sixhours)

    It appears there’s a content: "" property applied to the surrounding link element that’s fouling it up. If you remove that, it should work, although you won’t get the grayscale effect. You may need to add an -o-filter: grayscale(100%); rule to the images, or just copy what underscores.me is doing, since it’s working there.

    Thread Starter rxbbx

    (@rxbbx)

    Thnx for your answer.. maybe time to update the theme.. don’t you think and then make a buy version and free version.. next step.. i like the underscores theme.. nice stuff overthere..

    Thread Starter rxbbx

    (@rxbbx)

    Found it

    .blog .hentry a,
    .archive .hentry a,
    .search .hentry a {
    	/*content: "";*/
    	display: block;
    	width: 100%;
    	height: 100%;
    	z-index: 10;
    }

    Thnx again..

    Theme Author Caroline Moore

    (@sixhours)

    It will be fixed next time the theme is updated!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Opera and Spun Theme’ is closed to new replies.