Hello,
is it possible to use the bb-press forum with the Replete theme?
And - would it be possible to keep the complete head-section including logo sticking on top of the page?
Thanks in advance, best regards
Katharina
Hello,
is it possible to use the bb-press forum with the Replete theme?
And - would it be possible to keep the complete head-section including logo sticking on top of the page?
Thanks in advance, best regards
Katharina
Hi Katharina,
Yes, you can use bb-press forum plugin in the Replete theme.
For the head section sticking on top of the page, kindly add this code inside Quick CSS(located inside Replete > Theme Options Styling) or custom.css(can be accessed via ftp, located inside the css folder of the Replete theme's folder):
@media only screen and min-width: 989px) {
#header {
position: fixed;
width: 100%;
}
#slideshow_big {
padding-top: 133px;
}
}
Hope this helps. :)
Regards,
Ismael
Thanks, Ismael.
Please allow another one - is the vertical tabs shortcode included?
You use it on the frontpage right above footer "some addtional infos"
Kind regards Katharina
Hi Katharina,
Yes, that was made with the themes Template Builder.
Regards,
Devin
You must log in to post.