« See all FAQs for Blue Earth Wordpress theme
The slideshow does not display, while my portfolio is online and filled with entries. How to fix this ?
Depending on your Wordpress version, some options used to retrieve the slides for the slideshow are not handled correctly.
To fix this, replace line 710 of file admin/lib.php :
'orderby' => blue_earth_get_option('blue_earth_portfolio_orderby'),
By :
'orderby' => str_replace(' ', ',', blue_earth_get_option('blue_earth_portfolio_orderby')),


