Hi,
I have recently set up Shopp on my site together with the Levitation theme.
My problem however seems to be that Levitation uses a function called 'wp_query' which seems to break certain functions in Shopp.
For example, returning customers are not able to login to their profile.
I tried changing to the standard TwentyTen theme and then everytinh worked.
I searched the Levitation theme folder and found that wp_query is used in 'functions.php' on line 64:
$rp = new WP_Query($query_string);
And in 'options/pagination.php' on line 4:
$my_query = new WP_Query($query_string ."&posts_per_page=-1");
As far as I know I am not really using pagination anywhere on the site so I doubt it to be the thing that is breaking Shopp.
Can someone advise on what to do here?














