Banner in to slideshow problem!
3 posters
Page 1 of 1
Banner in to slideshow problem!
Hi, I've been following this guide.
https://help.forumotion.com/t144239-turn-your-forum-banner-into-a-slide-show?highlight=BANNER+SLIDESHOW
My forum version: ModernBB
My site: shopbdy.forumotion.com
Problem is I want to make this slideshow become the header banner.
The image isn't coming up nicely and messed up all other script.
I've found this solution but it's only for randomize banner when refresh the page each time.
https://help.forumotion.com/t144239-turn-your-forum-banner-into-a-slide-show?highlight=BANNER+SLIDESHOW
My forum version: ModernBB
My site: shopbdy.forumotion.com
Problem is I want to make this slideshow become the header banner.
The image isn't coming up nicely and messed up all other script.
I've found this solution but it's only for randomize banner when refresh the page each time.
- Code:
$(function() {
var images = ['http://78.media.tumblr.com/6e79dd6dbfa7248e60a48ba9c36c4a7d/tumblr_nfvqpd8cgr1qzeylbo1_1280.gif', 'https://i.pinimg.com/originals/2e/35/95/2e359568d36c711612bdde426a28a51f.gif'];
$('.headerbar').css({'background-image': 'url(' + images[Math.floor(Math.random() * images.length)] + ')'});
});
Re: Banner in to slideshow problem!
Hello,
Is the problem that it is pushing the navigation buttons too far to the right causing them to bunch up like in your screenshot? Also, in the future if you could upload the image using the built-in image uploader (it is the icon with the photograph and floppy disk on it), and then insert it using the
-Brandon
Is the problem that it is pushing the navigation buttons too far to the right causing them to bunch up like in your screenshot? Also, in the future if you could upload the image using the built-in image uploader (it is the icon with the photograph and floppy disk on it), and then insert it using the
- Code:
[img][/img]
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
hazzy likes this post
Re: Banner in to slideshow problem!
Yes. The problem is exactly as you said. Because the slideshow wasnt acting as header banner so it's pushing my navigation bar buttons around.
Similar topics
» Forum banner slideshow problem
» Banner slide show problem (Banner Rotator)
» problem my banner
» Banner Position Problem
» facebook Problem with topics take only the banner and not the image in the post
» Banner slide show problem (Banner Rotator)
» problem my banner
» Banner Position Problem
» facebook Problem with topics take only the banner and not the image in the post
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum