Scrollarama CSS Hack
-
I’m using Maltpress’ Scrollarama at http://shanechipp.com. Love it! Ran into a glitch where a user created a post and assigned it to the category that Scrollarama draws images/text from, yet did not set a featured image! I ended up with a blank white rectangel; ugly!
Solution: Added to my style.css
.pr_side_slider{ background-image: url('path-to-your-image.jpg'); background-repeat: no-repeat; }Now when a post in the Scrollarama category doesn’t have an image, the slider will display what I set as default. Easy peasy solution.
On another note, adding a featured image to said post did not appear in scrollarama?! I don’t know why, I tried a couple times and gave up, opting for my hack insted.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Scrollarama CSS Hack’ is closed to new replies.