Solution 1:
Try changing the image and icon URLs in the Advanced Layer Slider from relative paths to absolute URLs (as defined in RFC 2396
).
Once the URLs are absolute, you can safely use the [P] flag in your .htaccess file again.
Note: Many plugins output content using relative paths, which can sometimes cause issues like this.