Logos in the footer

resolved (8 posts) (3 voices)

  1. Elliott
    Support

    A customer was wanting to know how to put a list of logo's in the footer as seen on this website.. http://callegal.com/

    To do this open up /wp-content/themes/infocus/footer.php and around line 9 you should see this..

    <div class="inner">
    	<div class="two_third"><div class="content">

    Between these two <div> elements we are going to place our own <div> element which will hold all of our logo's. When we are done it would look like this..

    <div class="inner">
    
    <div id = 'logos' style = 'width: 100%; height: 300px; margin-bottom: 30px; position: relative;'>
    
    <img src = 'http://www.example.com/logo1.jpg' style = 'position: absolute; top: 0px; left: 0px;' />
    <img src = 'http://www.example.com/logo1.jpg' style = 'position: absolute; top: 50px; left: 50px;' />
    <img src = 'http://www.example.com/logo1.jpg' style = 'position: absolute; top: 100px; left: 100px;' />
    
    </div>
    
    <div class="two_third"><div class="content">

    We are setting a width and height for it and making it have a relative position. Now we can set some images inside and position them absolutely. To do this you just set the top and left CSS parameter for each image and you can set them however you want as seen above.

    In the code above, the first image is set to the top left corner. The second image is set 50 pixels from the top left corner. And the third image is set 100 pixels from the top left corner. You can position them wherever you want within this div.. such as, top: 27px; left: 279px; so you can set the logo's up however you feel like.

    Go ahead and try this out and let us know if it works for you all.

    Posted 1 year ago #
  2. bondous
    Member


    Posted 1 year ago #
  3. bondous
    Member

    tanks Elliot
    is it works for Awake to?
    my goal is to have a footer like http://callegal.com/ but in Awake , 4 sponsor logos with a link. without widget area.

    Posted 1 year ago #
  4. Elliott
    Support

    Hello bondous,

    It is the same thing for Awake.. you will want to paste the code around line 22 right after this..

    <div class="inner">

    If you do not want any footer widget areas then take off any widgets you have set for those areas. Let us know if this helps bondous.

    Posted 1 year ago #
  5. tannera0
    Member

    How do I do this with the latest echelon theme?

    Thanks

    Posted 6 months ago #
  6. Elliott
    Support

    Hello tannera0,

    With our new framework you can add them in the outro field in Dashboard -> your theme -> Homepage, and, Dashboard -> your theme -> Footer.

    Posted 6 months ago #
  7. tannera0
    Member

    Thanks, so I can just use the Footer Outro Text then, great.

    Posted 6 months ago #
  8. tannera0
    Member

    Could you just give me an example of code for an image for this outro?

    "[image_frame style="border"]imageurl[/image_frame]"
    Doesn't do anything

    update:

    nevermind, it just wasn't showing anything in the homepage but other pages's outro changed.

    Posted 6 months ago #

Reply

You must log in to post.

Construct WordPress Theme
Construct wordpress theme
Myriad WordPress Theme
Myriad wordpress theme
Method WordPress Theme
Method wordpress theme
Fusion WordPress Theme
Fusion wordpress theme
Elegance WordPress Theme
Elegance wordpress theme
Echelon WordPress Theme
Echelon wordpress theme
Dejavu WordPress Theme
Dejavu wordpress theme
Modular WordPress Theme
Modular wordpress theme