I have the slider up and showing on my homepage, but it will not rotate. How do you get the slider to actually rotate between all posts marked as sticky?
Alex,
I did that, but I had intended to use a template for my homepage. The problem is I cannot get the actual default homepage to be ‘Full Width’ as I can on all the other pages. Is there a way to set the WHOLE SITE to use the Full Width template instead of the skinny width? That way I don’t have to put the slider on a template (which even though the code is copied from the default, it isn’t rotating) and can use the default home?
Discovered! Add this code:
.page-template-template-no-sidebars-php #wrapper,
.page-template-template-blog-no-sidebars-php #wrapper,
.page-template-template-portfolio-no-sidebars-php #wrapper {
max-width:1140px;
}
To Appearance > Theme Options > Layout.
Sorry, the tagline neither your original post indicate that you had problems with the full width of your blog.
Glad you’re sorted.