Copyright Info

Discussion in 'Local Business WordPress Theme' started by 1stopnonprofitshop, Jan 28, 2015.

  1. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    Website: www.1stopnonprofitshop.com

    I went into Theme Options--Footer Text and typed in the Copyright Info I want displayed. The text that I have in the footer box is not showing up...all that shows is what I had before. I'm not sure where I even put that info that I have in now...as I can't find it to delete it. I tried emptying the Cache and it still is not working. How do I get the info that I have in the footer box to show up on the website?

    This is what I have in the footer box: © 2015 1 Stop Nonprofit Shop, All Rights Reserved
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
  3. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0

    Attached Files:

  4. sunilku

    sunilku New Member

    Joined:
    Apr 15, 2013
    Messages:
    4
    Likes Received:
    0
    Hi there, I ran into a similar issue, the left site of the footer that you are seeing is your site title and tag line. You can change it in setting>>general.
    If the site title and tag line are long then it overwrites the right side of the footer. Hope that works.
     
  5. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .copyrightinfo {
    display:block;
    }
    Theme options text will be for right bottom corner.
    Also follow sunilku instructions to change left footer area.

    Thanks & Regards
    Pramod
     
  6. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
  7. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please follow the screenshot given below.
    localbusiness_footer_copyright_width.png

    Hope this will resolve your issue.

    Thanks,
    Praveen
     
  8. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    It did...thanks! Is there anyway to get rid of the 1 Stop Nonprofit Shop- on the left side of the footer? I tried to remove it from the "Site Title" in settings, but then it also removed it from the top tab where it shows the name of the site.
    www.1stopnonprofitshop.com
     
  9. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .copyright_left {
      display: none;
    }
    Regards,
    Praveen
     

Share This Page