• 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/

Viewing 1 replies (of 1 total)
  • 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.