Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1226554
    kearneycreativegr
    Participant

    Right now my website doesn’t have a footer. How do I add one that looks like this?

    My website: http://www.kearneycreative.com

    #1226566
    kearneycreativegr
    Participant

    Here’s the image of the design I’m using

    #1226801
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! At the moment you are using a page template Blank – No Container | Header, No Footer. Please change it to Blank – No Container | Header, Footer to display the footer. We can then proceed what is needed to format the footer like the way you wanted it to be.

    Please let us know how it goes.

    #1229054
    kearneycreativegr
    Participant

    Okay! Changed the template to the suggested one.

    #1229419
    Rupok
    Member

    Hi there,

    It seems it solved the issue – http://prntscr.com/cym595

    Let us know if you need any other assistance.

    Cheers!

    #1230219
    kearneycreativegr
    Participant

    How do I add an image to my footer background and align my social Icons to be in the bottom right corner.

    #1230352
    Jade
    Moderator

    Hi there,

    Please use this code:

    .x-colophon.top {
        background-image: url(LINK_TO_THE_IMAGE);
        background-size: cover;
    }
    
    .x-colophon .x-social-global {
        float: right;
    }

    Hope this helps.

    #1232490
    kearneycreativegr
    Participant

    When I add this it gives the top footer the image but only allows me to show the social icons if I have the bottom part to footer enabled. How do I get it so that the icons sit on the top part of the footer?

    #1232672
    Paul R
    Moderator

    Hi,

    You can the code below in a text widget in Appearance > Widgets > Footer 1

    
    <div style="float:right;">
    [share title="Share this Post" facebook="true" twitter="true" google_plus="true" linkedin="true" pinterest="true" reddit="true" email="true"]
    </div>
    

    Hope that helps.

    #1233183
    kearneycreativegr
    Participant

    How do I change it so that it’s not set as a sharing tab but a actual link to that social account?

    #1233397
    Rupok
    Member

    Hi there,

    So you want social icons NOT social sharing icons, right? You can enable “Footer Social” from Customize > Footer – http://prntscr.com/czoma1

    If you want this within widget area then you will need to use HTML within Text widget. You can use Icon shortcodes wrapped within anchor tag. Like :

    <ul>
      <li><a href="http://facebook.com">[x_icon type="facebook"]</a></li>
      <li><a href="http://twitter.com">[x_icon type="twitter"]</a></li>
    </ul>

    Hope this helps.

    Cheers!

    #1234804
    kearneycreativegr
    Participant

    Perfect exactly what I needed! How do I align them horizontally and in the bottom right corner of the widget area?

    Thanks for your help.

    #1235064
    Joao
    Moderator

    Hi There,

    I don“t see any content on your footer widgets area.

    Please add your widgets in order that we can help

    Thanks

    Joao

  • <script> jQuery(function($){ $("#no-reply-1226554 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>