Tried 6.x-3.1 and the first impression after enabling the theme was.... lots of dead links to images!

/sites/all/themes/icebusiness/images/slider_img/cms-customization.jpg?
/sites/all/themes/icebusiness/images/slider_img/search-engine-optimization.jpg?
/sites/all/themes/icebusiness/images/slider_img/web-application-development.jpg?

/admin/build/sites/all/themes/icebusiness/images/recent-work.jpg
/admin/build/sites/all/themes/icebusiness/images/social-networking/facebook.png
/admin/build/sites/all/themes/icebusiness/images/social-networking/twitter.png
/admin/build/sites/all/themes/icebusiness/images/social-networking/LinkedIn.png
/admin/build/sites/all/themes/icebusiness/images/social-networking/blogger.png

Sorry, but such major errors should not be in a software labelled as a final version number - maybe alpha.

Comments

aliyayasir’s picture

Assigned: Unassigned » drupalnetworks
Priority: Critical » Normal
Status: Active » Needs review

You are absolutly right, we have hard coded the path, we have changed the theme status from recommended.

Please upload your slider images in the following folder
/sites/all/themes/iceblue/images/slider_img

slider images names are hard coded, either you may use the same name or you may use rotor module.

mgcarley’s picture

These should never be hard-coded, and I *hate* templates that are... your average person won't know how to modify the PHP if he/she puts their theme in a directory other than your sites/all/... such as a multisite install situation (what if the user does not have permission to upload there?), so it would be better to replace those with
<?php print $base_path . drupal_get_path('theme', 'xxxx'); ?>/images/recent-work.jpg etc

aliyayasir’s picture

Actually version 6.x-3.1is under some changes and we have releasing new version and removing bugs and this bug also removed in new upcoming version.

Michael_Lessard_micles.biz’s picture

Temporary fix for anyone using 6.x-3.1 :

In the file page.tpl.php (found in /ICE-BUSINESS/templates/), you can manually correct links with /icebusiness by /ice-business
It fixed the images for me.

[ I personally also renamed the main theme folder as such from /ICE-BUSINESS to /ice-business (I mean the FTP name of the folder in sites/all/themes...).]