Opened 7 years ago
Closed 7 years ago
#2997 closed defect (bug) (fixed)
Broken preview for Busiprof theme
Reported by: | SergeyBiryukov | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Theme Directory | Keywords: | |
Cc: |
Description
Reported by @webriti in #meta:
There is some cache issue in the preview of busiprof theme http://wp-themes.com/busiprof/
The theme preview tries to load a non-existing Home_Slide.jpg
file that was present in older versions:
https://themes.trac.wordpress.org/browser/busiprof/1.4.2.9/theme_setup_data.php?marks=23#L14
In the current version, the file is named in lower case:
https://themes.trac.wordpress.org/browser/busiprof/1.8.1/theme_setup_data.php?marks=38#L35
https://themes.trac.wordpress.org/browser/busiprof/1.8.1/images/default/home_slide.jpg
Clearing the theme options should probably fix it.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Fixed. The theme preview is currently requesting the properly named image file.