Before you ask please READ THIS

Front Page Layout

edited August 2013 in Skyfashion Posts: 12
Hi :) I have 2 questions
1. How can I insert a head banner?
2. How can I create a block with posts in the frontpage, similiar to this example?
Thanks for your time
example.jpg
956 x 474 - 149K

Comments

  • Posts: 493
    Hi,

    1.Where do you want to insert this banner? WOuld you like to have it on all pages?
    2. You have to open file : front-page.php, and find line (it's about 186 line)
    <div class="latest_blog_post_content"><p><?php $apollo13->get_excerpt_short(get_the_content(), 18); ?>...</p></div>
    and comment it or remove it.

    Kind regards
  • Posts: 12
    1. Yes, ideally on every page
    2. Can i delete the footer menu nav?
    Thanks
  • Posts: 493
    1. Could you send me screenshot with selected place for banner? (over menu, under menu?)
    2. You can hide it from css. Add this line at the end of file layout.css:
    #footer_nav {display: none}
    Kind regards
  • edited August 2013 Posts: 12
    1. For example, this place for a banner

    Thanks for your help!
    Captura de pantalla 2013-08-29 a las 18.00.44.png
    1082 x 695 - 727K
    Post edited by smeline on
  • Posts: 493
    Hi,

    Please open file header.php in your skyfashion theme
    Find line (about 480 line) :
    <div id="header">
    Over it add line
    <div id="myOwnBanner"><-- HERE CODE OF YOUR BANNER  --></div>
    If its code from for example Google AdSense add full code into placeholder.

    If it's just image please upload image on server, get it's url and insert it a:
    <img src="yourUrl" />

    Kind regards
  • Thanks for your help!
    when I click on a category and it opens the page containing all the posts under that category, can I change the layout? maybe the posts in 2 columns or similar to the portfolio page?
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!