Danielletheartist
Forum Replies Created
-
Forum: Plugins
In reply to: [Background Manager] Override by category does not workActually, I was able to fix my issue. I set up a plain white background as the “active background” (which was a sort of invisible background since all the backgrounds were already white), then I was able to control the product categories again, with my other image sets.
Forum: Plugins
In reply to: [Background Manager] Override by category does not workHi there, I’m having a similar issue. I’m trying to use background images for particular product categories, but instead of sticking to those categories only, it appears everywhere. This is my site: http://jackiesjava.incite-m.com/product/nutrageous
…right now it’s showing the Colombia background when it should be showing the Brazil background.
Danielle
Forum: Plugins
In reply to: [Background Manager] Fade in timingI have the same question, the slideshow is very abrupt right now. In the description of the plugin, it says there is a crossfade, but I don’t see anywhere to adjust the settings of the slideshow or fade.
Forum: Plugins
In reply to: [SuperSlider-Show] Slideshow overlaps the other content on the pageI hope I didn’t put this topic in the wrong area of the forum. This is for the plugin “Superslider.”
To answer my own question, I hunted down this file: /plugins/superslider-show/plugin-data/superslider/ssShow/default/default.css
And where it said:
.slideshow
{
height: 400px;
width: 450px;
margin: 0 auto 190px auto;
}I changed to:
.slideshow
{
height: 400px;
margin: 0px;
}–Getting rid of that pesky margin.