Title: [Plugin: Camera slideshow] Possible Bug With Pattern Overlay
Last modified: August 20, 2016

---

# [Plugin: Camera slideshow] Possible Bug With Pattern Overlay

 *  [killeralienmonk](https://wordpress.org/support/users/killeralienmonk/)
 * (@killeralienmonk)
 * [14 years ago](https://wordpress.org/support/topic/plugin-camera-slideshow-possible-bug-with-pattern-overlay/)
 * I am using this plugin for a while now … I really like it … It has made my job
   way easier ….
    I just want to report a bug, didn’t know where else to do it…
 * So basically In “Manage your slide show” section under the heading of “Skin” 
   you can overlay a bunch of patterns on you slide show… the default pattern link
   is not functional for some reason…
 * /wp-content/plugins/camera-slideshow/css/images/patterns/overlay2.png
 * instead it should be just
 * /wp-content/plugins/camera-slideshow/css/images/overlay2.png
 * This pattern overlay is called in the following file I think….
    /wp-content/plugins/
   camera-slideshow/css/camera_front.css
 * [http://wordpress.org/extend/plugins/camera-slideshow/](http://wordpress.org/extend/plugins/camera-slideshow/)

Viewing 1 replies (of 1 total)

 *  [yanoakeko](https://wordpress.org/support/users/yanoakeko/)
 * (@yanoakeko)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-camera-slideshow-possible-bug-with-pattern-overlay/#post-2824482)
 * Hi,killeralienmonk.
    I could locate and correct the fault.
 * /wp-content/plugins/camera-slideshow/css/camera_front.css
 * Please search the caption “COLORS & SKINS” in the camera_front.css
 * You’ll find the class like this:
    .pattern_1 .camera_overlayer { background: 
   url(images/patterns/overlay1.png) repeat; }
 * url “patterns” is unnecessary. Please change it like this:
    .pattern_1 .camera_overlayer{
   background: url(images/overlay1.png) repeat; }
 * And please repeat changing it from “.pattern_2” to “.pattern_10”
 * I was also in trouble with same problem. I could locate and correct the fault
   with Your Post. Thanks!

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Camera slideshow] Possible Bug With Pattern Overlay’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/camera-slideshow_d3dcd0.svg)
 * [Camera slideshow](https://wordpress.org/plugins/camera-slideshow/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/camera-slideshow/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/camera-slideshow/)
 * [Active Topics](https://wordpress.org/support/plugin/camera-slideshow/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/camera-slideshow/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/camera-slideshow/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [yanoakeko](https://wordpress.org/support/users/yanoakeko/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-camera-slideshow-possible-bug-with-pattern-overlay/#post-2824482)
 * Status: not resolved