nemanja
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Background Manager] Slideshow stops when full screen is not used.can you give me url of your web site?
Forum: Plugins
In reply to: [Background Manager] Slideshow stops when full screen is not used.I’m afraid I don’t understand. 🙂 You want that background image scrolls with the content? If that’s the case, in your theme css add
.myatu_bgm_fs { background-size: XYZpx XYZpx !important; background-position:center top !important; position: absolute !important; }Forum: Plugins
In reply to: [Background Manager] Slideshow stops when full screen is not used.this is the web site we are currently working on – http://dev.ganttgroup.com/
we have had the same problem: “normal size” background slider showed only the first image. we solved it by choosing “ful size layout” and defined dimensions of slider using css (size of “ful size layout” we are defining can be exactly the same as normal size, we are only doing this to prevent freezing on first image).
I hope this helps.
Cheers!Forum: Plugins
In reply to: [Background Manager] Slideshow stops when full screen is not used.this is how i resolved this problem
select full screen size layout
in your style.css add
.myatu_bgm_fs { background-size: XYZpx XYZpx !important; background-position:center top !important; }XYZ- width and height of your background images in pixels
Viewing 4 replies - 1 through 4 (of 4 total)