Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] Need header images to rotate in specified order (http://forum.bytesforall.com/showthread.php?t=7573)

bretsallee Jun 14, 2010 09:24 AM

[SOLVED] Need header images to rotate in specified order
 
Hello all,

I know this thread subject has been here before but I need some help with a simple fix. At http://tecorestoration.com I'm trying to get my headers to rotate in order. I have them named with a 1,2,3,4 prefix so can't understand whats happening.

Any help would be appreciated. Great theme though.

juggledad Jun 14, 2010 09:45 AM

please try this
1) change your file names so there are no blanks - ie change '1 House burning.jpg' to '1-House-burning.jpg'
see if that fixes it, it it doesn't then edit bfa_rotating_header_images.php and find line 37 which shoud be
HTML Code:

                closedir($dh);
and change it to
HTML Code:

                sort($files);
                closedir($dh);

and let me know if that works.

bretsallee Jun 14, 2010 10:25 AM

Thanks so much for your quick response. That second fix in the php file did the trick. I'm up and running.


Thanks again :)

juggledad Jun 14, 2010 10:50 AM

solution is now in 'BUGFIX 351-02: Header images not showing in sorted order'
http://forum.bytesforall.com/showthread.php?t=7577


All times are GMT -6. The time now is 07:14 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.