Squirrel Theme Footer Help

Discussion in 'Squirrel WordPress Theme' started by boldplanning, Jun 19, 2013.

  1. boldplanning

    boldplanning New Member

    Joined:
    Apr 2, 2013
    Messages:
    7
    Likes Received:
    0
    Location:
    Nashville, TN
    Please help! I am using the Squirrel Theme and I am having one continuous problem with the very bottom footer. When I place links into the footer area by way of the theme options my text will show up on the public facing end but randomly goes away after a few minutes or when another part of the site gets edited. The text links that I am trying to add to the footer show outside of the available text area and something seems to be broken.

    It should have the Terms of Use and Privacy Policy links next to 2013 Bold Planning. www.boldplanning.com is the website address.

    THANKS!!!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to

    Appearance > Theme Option > Footer Settings > Footer Text

    and add the code given below

    Code:
    © 2013 BOLDplanning, Inc.&nbsp&nbsp&nbsp<a href="Enter your link address">Terms of Use and Privacy Policy links </a>
    This will solve your issue.
     
  3. boldplanning

    boldplanning New Member

    Joined:
    Apr 2, 2013
    Messages:
    7
    Likes Received:
    0
    Location:
    Nashville, TN
    Thank you for the response. I have done that on my own and I also replaced all of my code with what you provided and it is currently acting the same way. As a result of my code as well as your that you provided the footer setting field looks like the image below when information is put into the designated area.
     

    Attached Files:

  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    We will check your issue.
     
  5. kennykfromthebay

    kennykfromthebay New Member

    Joined:
    Sep 12, 2013
    Messages:
    7
    Likes Received:
    0
    Location:
    USA
    Can you please share the solution to the above problem? I have had the same experience when I tried to add a mailto: link in the bottom footer. It showed up once then mysteriously disappeared. It too, showed up outside the input box in the theme customization page.
    Thanks.
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

    Hello,

    Go to functions > theme-option.php present in your theme directory and replace current code
    Code:
    text 
    with
    Code:
    textarea 
    Check image for reference

    2014-01-03_1344.png

    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     
  7. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

Share This Page