Dada K
Forum Replies Created
-
Thank you!
You are very kind.
I see now that you haven’t use any other post in your site, rather worked with pages.
I was able to keep one single post in the home page, however, if i add any other post, it will be shown there as well.
temporarily i’m using an other theme.. but i intended to work with brightpage theme, because it is so nice!
If anybody could reply to my question on how to keep the slider in the homepage with a controlled number of posts or text and divert other posts to other pages will be most appreciated!
Also, can you please let me know how did you set just text in the homepage together with the slider above?
Hello there!
i like your site.
How did you manage to remove the latest posts from the homepage?
However, i will just like to set the three posts below the slider as in this site:
http://www.justbeskinline.com/
here is my site:
thanks for your time!
Forum: Themes and Templates
In reply to: [Brightpage] transition between posts in the sliderI managed to remove the background on the slider and keep as a whole square figure changing the -30 to 0px:
.nivo-directionNav a {
top:40%;
display:block;
width:30px;
height:60px;
background:url(images/arrows.png) no-repeat;
text-indent:-9999px;
border:0;
}
a.nivo-nextNav {
background-position:-30px 0;
right:0;
}
a.nivo-prevNav {
left:0;
}.nivo-controlNav {
position:absolute;
left:44%;
bottom:-25px;
}
.nivo-controlNav a {
display:block;
width:20px;
height:20px;
background:url(images/bullets.png) no-repeat;
text-indent:-9999px;
border:0;
margin-right:3px;
float:left;
}
.nivo-controlNav a.active {
background-position:-20px 0;
}#slider a {
display:block; /* IE Fix */
}However, i’m not able yet to increase the transition time between two posts in the slider neither set the simple fading feature between them.
Any comment on this?
Appreciate your time!