I like this theme looks great, simple and works. Expect for when using it with 3.2.2 and 3.2.3 civicrm. Breaks a couple of functions of civicrm - activities, and the dash board. Will use Garland theme. Is there a possible fix already in the works for the Pixture Reloaded theme? Thanks

Comments

Jeff Burnz’s picture

Sure I'll take a look - I'm very busy right now but I'll make a point of installing CiviCRM and using it during testing for the next round of updates for all my themes.

fountaintribe’s picture

I am also having issues with CiviCRM version 3.2.2 with this theme. As a temporary measure, I am using a different theme for the back-end CiviCRM screens. But the public-facing donation pages and event pages are still broken in Internet Explorer 8. ( Firefox and Chrome are fine )

Thanks for creating such a great theme. Any ideas on a work-around for getting the donation pages working in IE 8?

I can provide a sandbox where I am having this issue, if needed.

Jeff Burnz’s picture

Category: feature » bug

A sandbox would be awesome and if you can get that up I'll be over there in a flash, my big problem is time, I have time to debug but setting it up is time consuming.

Sounds like bugs to me.

danpros’s picture

This problems because of jQuery conflict:

Change this in superfish.js:

$(document).ready(function() {
  $('#superfish-inner ul').superfish();
});

to

jQuery(document).ready(function($) {
  $('#superfish-inner ul').superfish();
});

Great theme Jeff, I use your theme before creating my own theme :)

Dan

ErikWegner’s picture

Works for me