Dear Rolando,
To using special posicions, please go to Template Manager => Edit SJ Plus template=> Advanced tab=> Tools field => Choose 'Yes' in 'Use special position'. Then you can create new module and choose a position in sticky_left, ticky_right, notice, tool_bottom.
How can I add more background images for the header and footer??
Please upload your header image in your_site/templates/sj_plus/images/pattern/header,
Please upload your footer image in your_site/templates/sj_plus/images/pattern/footer,
Then go to your_site/templates/sj_plus/css/pattern.css and find:
#yt_header.pattern1 {
background-image: url("../images/pattern/header/pattern1.png");
}
=>
#yt_header.pattern1 {
background-image: url("../images/pattern/header/your_header_image");
}
and:
#yt_spotlight2.pattern4, #yt_footer.pattern4 {
background-image: url("../images/pattern/footer/pattern4.png");
}
=>
#yt_spotlight2.pattern4, #yt_footer.pattern4 {
background-image: url("../images/pattern/footer/your_footer_image");
}
Thanks